You are not logged in.

#1 2013-03-10 15:09:07

broken pipe
Member
Registered: 2010-12-10
Posts: 248

Burn subtitles permanently into video

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

#2 2013-03-10 15:23:35

kaszak696
Member
Registered: 2009-05-26
Posts: 543

Re: Burn subtitles permanently into video


'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

#3 2013-03-10 15:28:35

Stemp
Member
From: Paris, Europe
Registered: 2011-04-26
Posts: 61
Website

Re: Burn subtitles permanently into video

Avidemux if you prefer a GUI

Last edited by Stemp (2013-03-14 12:02:28)


Sorry for my English - Home Page - «Violence never settles anything.» : Genghis Khan, 1162-1227

Offline

#4 2013-03-11 00:15:05

tydell
Member
From: actually: Hannover, DE
Registered: 2009-07-26
Posts: 109
Website

Re: Burn subtitles permanently into video

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

#5 2013-03-11 00:28:58

nagaseiori
Member
Registered: 2012-09-22
Posts: 72

Re: Burn subtitles permanently into video

Handbrake should work... Are you selecting the "Burned in" option?
Hgbi9uls.png

Offline

#6 2013-03-11 10:24:11

broken pipe
Member
Registered: 2010-12-10
Posts: 248

Re: Burn subtitles permanently into video

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

#7 2013-03-11 11:05:31

masteryod
Member
Registered: 2010-05-19
Posts: 433

Re: Burn subtitles permanently into video

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?

Offline

#8 2013-03-11 12:25:40

tydell
Member
From: actually: Hannover, DE
Registered: 2009-07-26
Posts: 109
Website

Re: Burn subtitles permanently into video

masteryod wrote:
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

#9 2013-03-14 03:34:01

DrZaius
Member
Registered: 2008-01-02
Posts: 193

Re: Burn subtitles permanently into video

tydell 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

Board footer

Powered by FluxBB