Page 1 of 1

mplayer command for BluRay stream with HD audio and VDPAU

Posted: Mon Nov 01, 2010 1:46 pm
by thecapsaicinkid
1. Does anyone have an example of an mplayer command which will playback a Bluray (either vc-1/h.264/mpeg2) MakeMKV stream using VDPAU with 6ch Dolby TrueHD/DTS-HD decoding (falling back to regular DD, DTS) AND forced (english) subtitles.

Bonus points if you can mix the centre channel into the fronts for 4.1 (mplayer pan command does this it seems)

2. Can I just confirm the correct MakeMKV commandline to stream a Bluray disc and is there a way to automatically stream the main title (i.e longest) If not, how do I determine the correct title for the main feature?

Re: mplayer command for BluRay stream with HD audio and VDPA

Posted: Fri Nov 05, 2010 8:23 am
by thecapsaicinkid
Here's my full command, mplayer needed the cache command to play smoothly.

Code: Select all

makemkvcon stream disc:0 --cache=128 --minlength=4800

Code: Select all

mplayer -fs -demuxer lavf -vo vdpau:hqscaling=1 -vc ffmpeg12vdpau,ffh264vdpau,ffvc1vdpau,ffwmv3vdpau, -vfm ffmpeg, -ao pulse -ac fftruehd,ffdca,ffeac3,ffac3,fflpcm, -afm ffmpeg, -alang en -slang en -forcedsubsonly -channels 6 -af volnorm -cache 8192 -dvd-device /dev/dvd1 http://localhost:51000/stream/title0.ts
One problem, mplayer crashes if I attempt to seek, should this work?

Re: mplayer command for BluRay stream with HD audio and VDPA

Posted: Sat Nov 06, 2010 11:39 am
by thecapsaicinkid
Any ideas why mplayer can't seek? It reports the file is 'not seekable'.

Thanks

Re: mplayer command for BluRay stream with HD audio and VDPA

Posted: Thu Dec 23, 2010 9:13 pm
by Ninpo
mplayer can't seek in web streams.