mplayer command for BluRay stream with HD audio and VDPAU

The place to discuss linux version of MakeMKV
Post Reply
thecapsaicinkid
Posts: 15
Joined: Sun Oct 31, 2010 7:44 pm

mplayer command for BluRay stream with HD audio and VDPAU

Post by thecapsaicinkid » Mon Nov 01, 2010 1:46 pm

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?

thecapsaicinkid
Posts: 15
Joined: Sun Oct 31, 2010 7:44 pm

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

Post by thecapsaicinkid » Fri Nov 05, 2010 8:23 am

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?
Last edited by thecapsaicinkid on Sat Nov 06, 2010 7:57 pm, edited 1 time in total.

thecapsaicinkid
Posts: 15
Joined: Sun Oct 31, 2010 7:44 pm

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

Post by thecapsaicinkid » Sat Nov 06, 2010 11:39 am

Any ideas why mplayer can't seek? It reports the file is 'not seekable'.

Thanks

Ninpo
Posts: 2
Joined: Thu Dec 23, 2010 8:58 pm

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

Post by Ninpo » Thu Dec 23, 2010 9:13 pm

mplayer can't seek in web streams.

Post Reply