You are not logged in.
Hi all -
I used to have my mplayer config set up so that subtitles would be displayed on the black bars underneath the video. Unfortunately a recent upgrade destroyed my config! (I should have made changes to ~/.mplayer/config instead) and I can't remember how to do it.
Can someone please help with correct config options
thanks!
Offline
Put "expand=0:-50:0:0" in your mplayer's config file or add "-vf expand=0:-50:0:0" when invoking mplayer.
Offline
excellent - that worked perfectly
thanks.
Offline
i was going to ask the same question, : )
i added expand=0:-50:0:0 to conf file but subtitles are still showing in the video : s , any ideas what could be wrong?
my conf file
# Write your default config options here!
monitoraspect=16:10
expand=0:-50:0:0
besides that, i have everything default on mplayer, only no autoscale option in subtitles
==========================================================================
Opening video decoder: [ffmpeg] FFmpeg's libavcodec codec family
Selected video codec: [ffodivx] vfm: ffmpeg (FFmpeg MPEG-4)
==========================================================================
==========================================================================
Opening audio decoder: [mp3lib] MPEG layer-2, layer-3
AUDIO: 48000 Hz, 2 ch, s16le, 128.0 kbit/8.33% (ratio: 16000->192000)
Selected audio codec: [mp3] afm: mp3lib (mp3lib MPEG layer-2, layer-3)
==========================================================================
AO: [alsa] 48000Hz 2ch s16le (2 bytes per sample)
Starting playback...
VDec: vo config request - 624 x 272 (preferred colorspace: Planar YV12)
VDec: using Planar YV12 as output csp (no 0)
Movie-Aspect is 2.29:1 - prescaling to correct movie aspect.
VO: [xv] 624x272 => 624x272 Planar YV12
Thanks in advance for any help
Offline
yes, you're right - actually, I had only tested it in the command line.
The config file option should be
vf=expand=0:-50:0:0
Offline