[MPlayer-dev-eng] [PATCH] mpeg1 in ogm requires fourcc addition

compn tempn at twmi.rr.com
Wed Dec 1 18:44:45 CET 2004


mpeg1 in ogm you say? blech i say!
incoming/mpeg-in-ogm.ogm

i cant test this with mpeg-pes, but i assume it works ok.

i dunno if this is mpeg1 or mpeg2, it decodes
with libmpeg2, ffmpeg1, ffmpeg2, ffmpeg1/2
its dvd res, 
VIDEO:  [MPEG]  720x576  24bpp  25.000 fps    0.0 kbps ( 0.0 kbyte/s)
-------------- next part --------------
? codecs.conf.patch.txt
Index: etc/codecs.conf
===================================================================
RCS file: /cvsroot/mplayer/main/etc/codecs.conf,v
retrieving revision 1.379
diff -u -r1.379 codecs.conf
--- etc/codecs.conf	28 Nov 2004 18:37:49 -0000	1.379
+++ etc/codecs.conf	1 Dec 2004 17:39:05 -0000
@@ -18,6 +18,7 @@
   status working
   format 0x10000001  ; mpeg 1
   format 0x10000002  ; mpeg 2
+  fourcc MPEG
   driver mpegpes
   out MPES
 
@@ -27,6 +28,7 @@
   status working
   format 0x10000001  ; mpeg 1
   format 0x10000002  ; mpeg 2
+  fourcc MPEG        ; mpeg in ogm
   driver libmpeg2
 ;  dll "libmpeg2"
   out YV12,I420,IYUV
@@ -36,7 +38,7 @@
   info "FFmpeg MPEG 1"
   status working
   format 0x10000001  ; mpeg 1
-  fourcc mpg1
+  fourcc mpg1,MPEG
   fourcc PIM1        ; Pinnacle hardware-mpeg1
   fourcc VCR2
   driver ffmpeg
@@ -47,7 +49,7 @@
   info "FFmpeg MPEG 2"
   status working
   format 0x10000002  ; mpeg 2
-  fourcc mpg2
+  fourcc mpg2,MPEG
   driver ffmpeg
   dll "mpeg2video"
   out YV12,I420,IYUV
@@ -59,7 +61,7 @@
   status working
   format 0x10000001  ; mpeg 1
   format 0x10000002  ; mpeg 2
-  fourcc mpg1,mpg2
+  fourcc mpg1,mpg2,MPEG
   fourcc PIM1        ; Pinnacle hardware-mpeg1
   fourcc VCR2
   driver ffmpeg
@@ -72,7 +74,7 @@
   status buggy
   format 0x10000001  ; mpeg 1
   format 0x10000002  ; mpeg 2
-  fourcc mpg1,mpg2
+  fourcc mpg1,mpg2,MPEG
   fourcc PIM1        ; Pinnacle hardware-mpeg1
   driver ffmpeg
   dll "mpegvideo_xvmc"


More information about the MPlayer-dev-eng mailing list