Stream VIDEO_TS to PS3, no subs

Post Reply
guido
Posts: 5
Joined: Sat Mar 12, 2011 7:02 am

Stream VIDEO_TS to PS3, no subs

Post by guido »

Today I wanted to use WMS to stream a DVD VIDEO_TS to my PS3. This worked better than I expected but I cannot get the subtitles to show up.

I've read the sticky thread about subs but found no anwsers there. I'm hoping someone can point out that one little config thingy that I have overlooked.

The option "Creating DVD-structure folders for DVD-directories" under scanning is enabled. So is the option "Always perform transcoding when subtitles are found." under device for the PS3. In the transcoding section I've configured subtitles to be enabled as well. The default subtitle language there is set to "nld".

In the WMS "List [Movies]" on the main screen the VIDEO_TS movie is listed and WMS indicates that there is an embeded subtitle track (CODEC DVDSUB) for the language nl.

On the PS3 I see my movie and I can navigate through Transcoding->Movie name->Settings->Subtitles. There I have two options: NL subs or No Subs. On a side note; Nothing happens when I choose NL subs there. Somewhere I've read the selected choice should be indicated with an "(A)" in front of the menu item. I don't have that. I dont know if this is related...

The movie plays just fine but without subs. I don't know what else I can try next. Any suggestions are welcome.
Eugene
Posts: 2940
Joined: Tue Nov 17, 2009 8:05 pm

Re: Stream VIDEO_TS to PS3, no subs

Post by Eugene »

guido wrote:Today I wanted to use WMS to stream a DVD VIDEO_TS to my PS3. This worked better than I expected but I cannot get the subtitles to show up.

I've read the sticky thread about subs but found no anwsers there. I'm hoping someone can point out that one little config thingy that I have overlooked.

The option "Creating DVD-structure folders for DVD-directories" under scanning is enabled. So is the option "Always perform transcoding when subtitles are found." under device for the PS3. In the transcoding section I've configured subtitles to be enabled as well. The default subtitle language there is set to "nld".

In the WMS "List [Movies]" on the main screen the VIDEO_TS movie is listed and WMS indicates that there is an embeded subtitle track (CODEC DVDSUB) for the language nl.

On the PS3 I see my movie and I can navigate through Transcoding->Movie name->Settings->Subtitles. There I have two options: NL subs or No Subs. On a side note; Nothing happens when I choose NL subs there. Somewhere I've read the selected choice should be indicated with an "(A)" in front of the menu item. I don't have that. I dont know if this is related...

The movie plays just fine but without subs. I don't know what else I can try next. Any suggestions are welcome.
On right click of the mouse in the list of movies you can perform a test transcoding. What are the parameters of transcoding?
guido
Posts: 5
Joined: Sat Mar 12, 2011 7:02 am

Re: Stream VIDEO_TS to PS3, no subs

Post by guido »

Test Transcoding fired the same command 6 times in a command window. I had to press [q] 6 times to stop it. Why is that?

Code: Select all

"C:\Program Files (x86)\Wild Media Server\wmsmpeg.exe" -probesize 7000000 -analy
zeduration 5000000  -i "E:\VIDEO\MOVIE\The Kings Speech (2010)\VIDEO_TS\VTS_01_5
.VOB" -f dvd -vcodec mpeg2video -b 3000000  -aspect 16:9 -copyts -pix_fmt yuv420
p -croptop 1 -cropbottom 1 -padleft 0 -padright 0 -padtop 0 -padbottom 2 -padcol
or 000000 -s 720x404 -threads 2 -acodec ac3 -ab 448000 -ar 48000 -ac 6 -map 0:0
-map 0:1 -j "C:\Users\Administrator\AppData\Local\Wild Media Server\WMS_\Temp\Te
st_f79d99ea33754d0f34486c97fd9bb49e.mpg" -v -1 -loglevel quiet

FFmpeg version SVN-r25702, Copyright (c) 2000-2010 the FFmpeg developers
  built on Nov 24 2010 13:41:21 with gcc 4.5.0
[mpeg @ 0032a1d0] max_analyze_duration reached

Seems stream 0 codec frame rate differs from container frame rate: 59.94 (60000/
1001) -> 59.94 (60000/1001)
Input #0, mpeg, from 'E:\VIDEO\MOVIE\The Kings Speech (2010)\VIDEO_TS\VTS_01_1.V
OB':
  Duration: 00:28:16.38, start: 0.233567, bitrate: 4945 kb/s
    Stream #0.0[0x1e0]: Video: mpeg2video, yuv420p, 720x480 [PAR 32:27 DAR 16:9]
, 9800 kb/s, 23.98 fps, 59.94 tbr, 90k tbn, 59.94 tbc
    Stream #0.1[0x80]: Audio: ac3, 48000 Hz, 5.1, s16, 448 kb/s
    Stream #0.2[0x20]: Subtitle: dvdsub
-crop* is deprecated in favor of the crop avfilter
-crop* is deprecated in favor of the crop avfilter
Output #0, dvd, to 'C:\Users\Administrator\AppData\Local\Wild Media Server\WMS_\
Temp\Test_f79d99ea33754d0f34486c97fd9bb49e.mpg':
: Video: mpeg2video, yuv420p, 720x406 [PAR 255:254 DAR 45900:25781], q=2-31, 300
0 kb/s, 90k tbn, 59.94 tbc
: Audio: ac3, 48000 Hz, 5.1, s16, 448 kb/s
Stream mapping:
  Stream #0.0 -> #0.0
  Stream #0.1 -> #0.1
Press [q] to stop encoding
I Think this is what you are looking for.
I noticed the mention of stream #0.2: Subtitle: dvdsub. But there is no Stream mapping for stream #0.2, I don't know if there is supposed to be one...
Eugene
Posts: 2940
Joined: Tue Nov 17, 2009 8:05 pm

Re: Stream VIDEO_TS to PS3, no subs

Post by Eugene »

guido
Posts: 5
Joined: Sat Mar 12, 2011 7:02 am

Re: Stream VIDEO_TS to PS3, no subs

Post by guido »

Eugene wrote:Subtitles are not selected - http://www.wildmediaserver.com/forum/vi ... p?f=3&t=27
Yes they are! Could it be something else?
Eugene
Posts: 2940
Joined: Tue Nov 17, 2009 8:05 pm

Re: Stream VIDEO_TS to PS3, no subs

Post by Eugene »

guido wrote:
Eugene wrote:Subtitles are not selected - http://www.wildmediaserver.com/forum/vi ... p?f=3&t=27
Yes they are! Could it be something else?
Transcoding parameters without subtitles
guido
Posts: 5
Joined: Sat Mar 12, 2011 7:02 am

Re: Stream VIDEO_TS to PS3, no subs

Post by guido »

Eugene wrote:Transcoding parameters without subtitles
Could you elaborate on this please. How should the transcoding parameters look like? Which parameter is for subtitles in particular? Is there a way to manually override transcoding parameters to force subtitles. Because I'm telling you I have checked subtitles in the user interface.

Thanks again for your time.
Eugene
Posts: 2940
Joined: Tue Nov 17, 2009 8:05 pm

Re: Stream VIDEO_TS to PS3, no subs

Post by Eugene »

guido wrote:
Eugene wrote:Transcoding parameters without subtitles
Could you elaborate on this please. How should the transcoding parameters look like? Which parameter is for subtitles in particular? Is there a way to manually override transcoding parameters to force subtitles. Because I'm telling you I have checked subtitles in the user interface.

Thanks again for your time.
For example

Code: Select all

"C:\Program Files\Wild Media Server\wmsmpeg.exe" -probesize 7000000 -analyzeduration 5000000  -i "S:\Movies\Predators_2010_\Predators(2010)\VIDEO_TS\VTS_01_1.VOB" -f dvd -vcodec mpeg2video -b 3000000  -aspect 4:3 -copyts -pix_fmt yuv420p -r 25.000 -s 720x406 -vhook "wmssubt.dll S:\Movies\Predators_2010_\Predators(2010)\VIDEO_TS\VTS_01_1.VOB,Verdana,20,1,16777215,0,2,0,0,0,720,406,29.970,0,0,0,nl [0x20],0,1" -threads 2 -acodec ac3 -ab 448000 -ar 48000 -ac 6 -map 0:0 -map 0:1 "S:\Transcoding\WmsTemp\Test_62a7c11ec7237fdc743adb453ca5f5a8.mpg" -v 1
Post Reply