You are not logged in.
Hi all!
I would like to permanently burn a subtitle into the video. what is the best way to hard sub a video?
I tried it using handbrake but i always could switch them on and off!
best regards!
Offline
http://ffmpeg.org/trac/ffmpeg/wiki/How% … he%20video
http://ubuntuforums.org/showthread.php?t=1155877
Last edited by kaszak696 (2013-03-10 15:24:41)
'What can be asserted without evidence can also be dismissed without evidence.' - Christopher Hitchens
'There's no such thing as addiction, there's only things that you enjoy doing more than life.' - Doug Stanhope
GitHub Junkyard
Offline
Is it works for you ? I get something like that when I try to hardcode subtitles into movie using ffmpeg:
ffmpeg -i out.avi -vf subtitles=sub.srt out2.avi
...
[Parsed_subtitles_0 @ 0x6c5040] Unable to open sub.srt
[AVFilterGraph @ 0x700140] Error initializing filter 'subtitles' with args 'sub.srt'
Error opening filters!Offline
avidemux worked, thx a lot! i had to reencode the movie twice because the font size was too small!
i tried the handbrake "burned in" option also, but it was only soft coded into the video.
edit: typo
Last edited by broken pipe (2013-03-11 10:24:49)
Offline
I would like to permanently burn a subtitle into the video. what is the best way to hard sub a video?
I hope you realize this is worst possible way to do the subtitles?
Offline
broken pipe wrote:I would like to permanently burn a subtitle into the video. what is the best way to hard sub a video?
I hope you realize this is worst possible way to do the subtitles?
In my case I use many tools to transcode video on the fly and put subtitles into it, for example to get videos through DLNA on my TV. Plex Media Server, Serviio and many others can transcode video and burn subtitles into it and these applications use ffmpeg to do that. But unfortunately ffmpeg seems to be broken with adding subtitles, in many other ways its brilliant utility.
Offline
kaszak696 wrote:Is it works for you ? I get something like that when I try to hardcode subtitles into movie using ffmpeg:
ffmpeg -i out.avi -vf subtitles=sub.srt out2.avi ... [Parsed_subtitles_0 @ 0x6c5040] Unable to open sub.srt [AVFilterGraph @ 0x700140] Error initializing filter 'subtitles' with args 'sub.srt' Error opening filters!
The complete console output would be more useful and may provide the reason why it is failing.
Offline