Difference between revisions of "Convert OGM/MJPEG to OGG/Theora"

From ElphelWiki
Jump to: navigation, search
(No difference)

Revision as of 11:51, 3 August 2007

This script convert a OGM/MJPEG video to a OGG/Theora.

gst-launch-0.10 filesrc location=/path/video.ogm ! oggdemux ! ogmvideoparse ! decodebin  ! videorate ! video/x-raw-yuv,framerate=24/1 ! progressreport name=progress ! theoraenc quality=63 ! oggmux ! filesink location=/path/video.ogg