[MPlayer-users] Hardcoding subtitles with mencoder / mplayer

Mathieu Westphal mathieu.westphal at gmail.com
Tue Mar 20 18:15:25 CET 2012


On 03/20/2012 05:40 PM, Jos van Riswick wrote:
> I'm trying to hardcode subtitles into an mpeg movie. First, when I try to
> just play with mplayer, everything is fine:
>
>
> mplayer movie.3.mpeg -sub movie.subtitles.srt -subfont-text-scale 2.3
>
>
> plays the movie, and shows subtitles in a small font. But:
>
>
> mencoder movie.3.mpeg -sub movie.subtitles.ass -subfont-text-scale 2 -oac
> copy -ovc copy -o movie.subtitles.mpeg
>
>
> adds the subtitles, but without scaling. And this:
>
>
> mencoder movie.3.mpeg -sub movie.subtitles.ass -subfont-text-scale 2 -oac
> copy -ovc lavc -o movie.subtitles.mpeg
>
>
> adds the subtitles with scaling, but also the subtitles with no scaling on
> top of the scales ones. So I'm seeing two sets of subtitles
> simultaneously....
>
> What am I doing wrong? ? ?  I tried to change the font size in the .ass
> file, but with no result....
>
>
> josvanr
> _______________________________________________
> MPlayer-users mailing list
> MPlayer-users at mplayerhq.hu
> https://lists.mplayerhq.hu/mailman/listinfo/mplayer-users
>    
with ass sub, use ass options.


mencoder movis.avi -ass -UTF8 -sub 
Ashes.and.Snow.2005.DVDRip.XviD-D0PE.srt -ass-font-scale 2 -o 
newmovie.avi -oac copy -ovc lavc



More information about the MPlayer-users mailing list