search for: subs_en

Displaying 1 result from an estimated 1 matches for "subs_en".

Did you mean: sublen
2010 Oct 10
0
Fwd: Theora developer question.
...e are the commands used to make the 2k ogv: > > > > For the audio: > > ffmpeg -i input/audio/sintel-master-st.wav -acodec libvorbis -ab > > 192k -ac 2 output/ogg/tmp-audio-st.ogg > > > > For the subtitles: > > kateenc -t srt -l en -c SUB -o output/ogg/tmp-subs_en.ogg > > input/subtitles/sintel_en.srt > > (and so on for each sub) > > > > For the video: > > ffmpeg2theora --keyint 250 --framerate 24 -v 7 input/png/%08d.png > > --title "$title" --artist "$author" --copyright "$copyright" > &...