[MPlayer-dev-eng] [PATCH]Allow to play Blu-ray H264 files with -demuxer lavf
Carl Eugen Hoyos
cehoyos at rainbow.studorg.tuwien.ac.at
Thu Jun 25 01:04:23 CEST 2009
Hi!
Attached patch is needed to play (at least one) blu-ray sample(s) with
-demuxer lavf without -vc +ffh264(vdpau).
If nobody objects, I will apply later this week, Carl Eugen
Playing 00000.m2ts.
libavformat file format detected.
LAVF: Program 1
[lavf] Video stream found, -vid 0
VIDEO: [HDMV] 1920x1080 0bpp 23.976 fps 0.0 kbps ( 0.0 kbyte/s)
==========================================================================
Cannot find codec matching selected -vo and video format 0x564D4448.
==========================================================================
-------------- next part --------------
Index: etc/codecs.conf
===================================================================
--- etc/codecs.conf (revision 29352)
+++ etc/codecs.conf (working copy)
@@ -849,6 +849,7 @@
fourcc X264,x264
fourcc avc1,AVC1
fourcc davc,DAVC
+ fourcc HDMV
format 0x10000005
driver ffmpeg
dll h264
@@ -861,6 +862,7 @@
fourcc X264,x264
fourcc avc1,AVC1
fourcc davc,DAVC
+ fourcc HDMV
format 0x10000005
driver ffmpeg
dll h264_vdpau
More information about the MPlayer-dev-eng
mailing list