[mythtv-users] No Video playing Bluray rip (VC-1) video
Eric Sharkey
eric at lisaneric.org
Wed Aug 11 18:21:50 UTC 2010
On Wed, Aug 11, 2010 at 1:55 PM, Rett D. Walters <rettw at rtwnetwork.com> wrote:
> Actually - I am. If I used VDPAU only for the video output device and let
> Mplayer choose the decoder (ffvc1 is what it comes up with) it works, albeit
> with high CPU (34%)
>
> And, I just discovered today that if I specify the VDPAU VC1 code with -vc
> ffvc1vdpau it also works. I think I might have misspelled the codec name in
> my previous testing.
>
> With mythtv, however, I get sound but no video. I would like use the myth
> internal player for this as it handles refresh rate changes with my HDTV
> better. Here is the mplayer command lines I am using that work outside of
> myth.:
>
> mplayer -vo vdpau -ao pulse -vc ffvc1vdpau
> /mnt/nfs/rtwdata/multimedia/video/bluray_rips/book_of_eli.m2ts
> (16% CPU)
>
> or
>
> mplayer -vo vdpau -ao pulse
> /mnt/nfs/rtwdata/multimedia/video/bluray_rips/book_of_eli.m2ts (mplayer
> chooses ffvc1 for the codec (non vdpau).
> (34% CPU)
Ok, so basically this is an mplayer works myth doesn't scenario.
Do you know how many video streams are present in this file? Is it
possible that MythTV is picking the wrong stream? When I used Any-DVD
to rip Wall-E, the file I got had two video streams, one of which was
just black. I appeared to have the same issue, as when I played it
back I got sound and thought I had no video, but in actuality it was
just playing back the "just black" video stream.
You can use ffmpeg -i to dump the info about the streams as described
at the bottom of http://mythtv.org/wiki/Bluray.
Eric
More information about the mythtv-users
mailing list