hi
i am also not able to make the .srt/.sub subtitles show, no matter what settings i try. in the process list, mencoder has the right parameters, but on the PS, they don't show up. i tried all possible subtitle combinations, with or without ASS, still no result
sample:
- Code: Select all
log: [Thread-709] TRACE 12:18:08.999 Starting transcode/remux of aaa.mkv
process:
- Code: Select all
mencoder -ss 0 -quiet /storage/sdb1/aaa.mkv -quiet -quiet -oac lavc -of mpeg -lavfopts format=asf -mpegopts format=mpeg2:muxrate=500000:vbuf_size=1194:abuf_size=64 -ovc lavc -channels 6 -lavdopts debug=0:threads=2 -lavcopts autoaspect=1:vcodec=mpeg2video:acodec=ac3:abitrate=640:threads=2:keyint=1:vqscale=1:vqmin=2 -subcp cp1250 -subfont-text-scale 3 -subfont-outline 1 -subfont-blur 1 -subpos 98 -quiet -quiet -sid 100 -quiet -quiet -ofps 24000/1001 -sub /storage/sdb1/aaa.srt -mc 0 -noskip -af lavcresample=48000 -srate 48000 -o /tmp/javaps3media/mencoder1236421089333
current settings that generate this process:
- Code: Select all
thumbnails = true
mencoder_ass = false
minimized = true
network_interface =
folders = \/storage
embed_dts_in_pcm = false
mencoder_subcp = cp1250
codec_spec_script =
engines = mencoder,tsmuxer,mplayeraudio,ffmpegaudio,tsmuxeraudio,vlcvideo,mencoderwebvideo,mplayervideodump,mplayerwebaudio,vlcaudio,rawthumbs
mencoder_fontconfig = false
mencoder_ass_defaultstyle = false
if i start the movie locally on the linux box using mplayer or vlc, the srt works fine.
what else can i try ?
thanks