Internet Television -Movies - VLC - FFMPEG subtitle language
Posted: Fri Oct 07, 2011 6:30 pm
I'm using Movies - VLC - FFMPEG profile to watch mpegts channel with more than one subtitles:
I modified Movies - VLC - FFMPEG profile, adding "--sub-language eng" to VLC parameters
and command lines:
"C:\Program Files (x86)\Wild Media Server\wmsmpeg.exe" -f "mpegts" -probesize 7000000 -analyzeduration 10000000 -i "\\.\pipe\8C65312F93724755A47D6A9B5D791AC7" -f dvd -padleft 240 -padright 240 -padtop 0 -padbottom 0 -padcolor 000000 -s 1440x1080 -vhook "wmssubt.dll http://url_here,Arial Narrow,54,0,16777215,0,5,0,0,0,1920,1080,25.000,0,240,0,eng [0x46],0,1" -vcodec mpeg2video -b 3000000 -aspect 16:9 -copyts -pix_fmt yuv420p -r 23.976 -threads 4 -acodec ac3 -ab 448000 -ar 48000 -ac 2 -map 0:1 -map 0:0 "G:\Temp_MediaServer\WmsTemp\Test_43432ee06dc7e09a6a34fe20aa9816f8.mpg"
I made few tests:
- I executed manually:
And
The results:
vlc_out.mpg - without subtitle
wms_out.mpg - without subtitle
If I try like without demux it is working fine:
Any ideas to solve this problem?
but it doesn't apply.I modified Movies - VLC - FFMPEG profile, adding "--sub-language eng" to VLC parameters
Code: Select all
csVlcParams = '-Idummy --language en --sub-language eng --demuxdump-file="%s" "%s" :demux=dump';
Code: Select all
"D:\VLC\vlc.exe" -Idummy --language en --sub-language eng --demuxdump-file="\\.\pipe\13EA55FD2EA54615BA88C41FB623F1C9" "http://url_here" :demux=dump
I made few tests:
- I executed manually:
Code: Select all
"D:\VLC\vlc.exe" -Idummy --language en --sub-language eng --demuxdump-file="G:\vlc_out.mpg" "http://url_here" :demux=dump
Code: Select all
"C:\Program Files (x86)\Wild Media Server\wmsmpeg.exe" -f "mpegts" -probesize 7000000 -analyzeduration 10000000 -i "G:\vlc_out.mpg" -f dvd -padleft 240 -padright 240 -padtop 0 -padbottom 0 -padcolor 000000 -s 1440x1080 -vhook "wmssubt.dll http://url_here,Arial Narrow,54,0,16777215,0,5,0,0,0,1920,1080,25.000,0,240,0,eng [0x46],0,1" -vcodec mpeg2video -b 3000000 -aspect 16:9 -copyts -pix_fmt yuv420p -r 23.976 -threads 4 -acodec ac3 -ab 448000 -ar 48000 -ac 2 -map 0:1 -map 0:0 "G:\wms_out.mpg"
vlc_out.mpg - without subtitle
wms_out.mpg - without subtitle
If I try like without demux it is working fine:
Code: Select all
"D:\VLC\vlc.exe" -Idummy --language en --sub-language eng "http://url_here"