Convert OGM/MJPEG to OGG/Theora

From ElphelWiki
Revision as of 11:52, 3 August 2007 by Polto (talk | contribs)
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)
Jump to: navigation, search

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