Authoring Ogg theora
The only video codec supported in the Annodex transport format is Ogg Theora.
The only audio codecs supported in the Annodex transport format are
- Ogg Vorbis and
- Ogg Speex
.
You can create Ogg Theora from most other existing video formats by using
- ffmpeg2theora or
- mplayer or
- gstreamer
For example, to transcode a quicktime mov to Ogg theora, you could do something like:
ffmpeg2theora -o example.ogg example.movmplayer -ao pcm -vo yuv4mpeg example.movgst-launch -v oggmux name=mux ! filesink location=example.ogg filesrc location=example.mov ! qtdemux name=demux ! queue ! ffdec_h264 ! ffmpegcolorspace ! theoraenc ! mux. demux. ! queue ! faad ! audioconvert ! vorbisenc ! mux.
Recent comments
4 weeks 12 hours ago
16 weeks 5 days ago
16 weeks 5 days ago
18 weeks 1 hour ago
20 weeks 4 days ago
22 weeks 2 hours ago
23 weeks 4 days ago
28 weeks 2 days ago
28 weeks 2 days ago
1 year 32 weeks ago