| View previous topic :: View next topic |
| Author |
Message |
gentoorockerfr n00b

Joined: 25 May 2012 Posts: 54
|
|
| Back to top |
|
 |
syn0ptik Apprentice


Joined: 09 Jan 2013 Posts: 176
|
Posted: Wed Jan 23, 2013 12:53 am Post subject: |
|
|
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 |
|
 |
gentoorockerfr n00b

Joined: 25 May 2012 Posts: 54
|
Posted: Thu Jan 24, 2013 8:27 pm Post subject: |
|
|
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 |
|
 |
gentoorockerfr n00b

Joined: 25 May 2012 Posts: 54
|
Posted: Tue Jan 29, 2013 6:17 pm Post subject: |
|
|
Any help please?
The queastion is how to place the subtitles x2 times (on each half) ?avimerge set them at center.. |
|
| Back to top |
|
 |
syn0ptik Apprentice


Joined: 09 Jan 2013 Posts: 176
|
Posted: Fri Feb 08, 2013 4:06 am Post subject: |
|
|
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 |
|
 |
gentoorockerfr n00b

Joined: 25 May 2012 Posts: 54
|
Posted: Fri Mar 15, 2013 9:28 pm Post subject: |
|
|
| i executed this command and the new video(out.mkv) has not embedded subtitles. |
|
| Back to top |
|
 |
syn0ptik Apprentice


Joined: 09 Jan 2013 Posts: 176
|
Posted: Fri Mar 15, 2013 10:40 pm Post subject: |
|
|
ffprobe out.mkv
is not showing subtitles streams to?
What's your ffmpeg version? |
|
| Back to top |
|
 |
|