Recognizes if input is ogg or not.
[xiph.git] / ffmpeg2theora / README
blobba546403884c62b3d5fe74d651e8ca0e854cdc0f
1 ffmpeg2theora - http://v2v.cc/~j/ffmpeg2theora
3 with ffmpeg2theora you can convert any file that ffmpeg can
4 decode to theora. right now the settings are hardcoded into
5 the binary. the idea is to provide ffmpeg2theora as a binary
6 along sites like v2v.cc to enable as many people as possible
7 to encode video clips with the same settings.
9 usage right now:
10  ./ffmpeg2theora clip.avi
11  will produce clip.ogv
12  for more options run ffmpeg2theora -h
14  there is a export plugin for kino (http://kino.schirmacher.de/)
15  more info in kino_export/README
17  subtitles can be embedded in an ogg stream, see subtitles.txt for more info.