j | 27 May 12:18
Favicon

gst2ogg 0.1 release

I'm pleased to announce the first alpha release of gst2ogg
a GStreamer based commandline encoder written in Python.
Commandline options are mostly the same as ffmpeg2theora;
some options however are still missing.

get the source
 bzr branch http://tools.v2v.cc/gst2ogg/
or download
 http://tools.v2v.cc/gst2ogg/releases/gst2ogg-0.1.tar.gz

install:
  python setup.py install

use:
  gst2ogg input.mov
  gst2ogg --width 320 --height 240 input.mov
  gst2ogg --width 320 --height 240 --deinterlace input.mov

j

Gmane