Giuliano Uboldi
2009-01-14 15:24:41 UTC
Hallo everyone
I'm trying to include a subtitle stream in my mpeg2 video file.
i use this command:
ffmpeg -i video.mpg -i subtitle.srt -sbsf text2movsub -scodec copy -b
5000k -minrate 5000k -maxrate 5000k -bufsize 1835k -vcodec mpeg2video -
acodec copy -f vob -ilme 1 -y output.mpg -newsubtitle
but i have this error:
subtitle.srt: Unknown format
wich are the supported subtitle formats?
i tried to check using "ffmpef -formats" but i haven't found anything.
i googled for hours but there are no info at all.
help please.
I'm trying to include a subtitle stream in my mpeg2 video file.
i use this command:
ffmpeg -i video.mpg -i subtitle.srt -sbsf text2movsub -scodec copy -b
5000k -minrate 5000k -maxrate 5000k -bufsize 1835k -vcodec mpeg2video -
acodec copy -f vob -ilme 1 -y output.mpg -newsubtitle
but i have this error:
subtitle.srt: Unknown format
wich are the supported subtitle formats?
i tried to check using "ffmpef -formats" but i haven't found anything.
i googled for hours but there are no info at all.
help please.