Gentoo Forums
Gentoo Forums
Gentoo Forums
Quick Search: in
permanent subs 3d mkv/mp4
View unanswered posts
View posts from last 24 hours

 
Reply to topic    Gentoo Forums Forum Index Multimedia
View previous topic :: View next topic  
Author Message
gentoorockerfr
n00b
n00b


Joined: 25 May 2012
Posts: 54

PostPosted: Tue Jan 22, 2013 5:04 pm    Post subject: permanent subs 3d mkv/mp4 Reply with quote

How can i embed subs in a 3d video(mkv/mp4)?
i tried with handbrake .
i think that i have to make this result -->>
http://www.supportforum.philips.com/en/attachment.php?attachmentid=605&d=1321832995
so how can i add a subtitle twice in a stereoscopic video?
Back to top
View user's profile Send private message
syn0ptik
Apprentice
Apprentice


Joined: 09 Jan 2013
Posts: 176

PostPosted: Wed Jan 23, 2013 12:53 am    Post subject: Reply with quote

ffmpeg -i INPUT -attach DejaVuSans.ttf -metadata:s:2 mimetype=application/x-truetype-font out.mkv
and play with crop's for equals pictures left and right.
Back to top
View user's profile Send private message
gentoorockerfr
n00b
n00b


Joined: 25 May 2012
Posts: 54

PostPosted: Thu Jan 24, 2013 8:27 pm    Post subject: Reply with quote

in example i have the 3d video file movie.mp4/mkv and the subtitle movie.srt
which is the right command to make the subtitle permanent and double(stereoscopic)?(as the above image)

ffmpeg -i movie.mp4 -attach DejaVuSans.ttf -metadata:s:2 mimetype=application/x-truetype-font out.mkv ??where tells the command about srt file?
Back to top
View user's profile Send private message
gentoorockerfr
n00b
n00b


Joined: 25 May 2012
Posts: 54

PostPosted: Tue Jan 29, 2013 6:17 pm    Post subject: Reply with quote

Any help please?
The queastion is how to place the subtitles x2 times (on each half) ?avimerge set them at center..
Back to top
View user's profile Send private message
syn0ptik
Apprentice
Apprentice


Joined: 09 Jan 2013
Posts: 176

PostPosted: Fri Feb 08, 2013 4:06 am    Post subject: Reply with quote

here, it like this, but it for usual video data, it creates new stream in output mkv file, so mp4 file can't be outputed.
ffmpeg -i movie.mp4 -attach subs.srt -metadata:s:2 mimetype=application/x-truetype-font out.mkv
also for 3d movies it should works only if you play around crop's filters
Back to top
View user's profile Send private message
gentoorockerfr
n00b
n00b


Joined: 25 May 2012
Posts: 54

PostPosted: Fri Mar 15, 2013 9:28 pm    Post subject: Reply with quote

i executed this command and the new video(out.mkv) has not embedded subtitles.
Back to top
View user's profile Send private message
syn0ptik
Apprentice
Apprentice


Joined: 09 Jan 2013
Posts: 176

PostPosted: Fri Mar 15, 2013 10:40 pm    Post subject: Reply with quote

ffprobe out.mkv
is not showing subtitles streams to?
What's your ffmpeg version?
Back to top
View user's profile Send private message
Display posts from previous:   
Reply to topic    Gentoo Forums Forum Index Multimedia All times are GMT
Page 1 of 1

 
Jump to:  
You cannot post new topics in this forum
You cannot reply to topics in this forum
You cannot edit your posts in this forum
You cannot delete your posts in this forum
You cannot vote in polls in this forum