[MPlayer-dev-eng] [PATCH]Allow dpx files as input

compn tempn at twmi.rr.com
Tue Aug 4 06:03:34 CEST 2009


On Tue, 4 Aug 2009 00:29:25 +0200 (CEST), Carl Eugen Hoyos wrote:
>
>Hi!
>
>Attached patch allows to use dpx files as input for mplayer and mencoder.
>
>Please comment, if nobody disagrees, I will commit in a few days, Carl 
>Eugen

looks ok

> 		{"RGB16", IMGFMT_RGB|16},
> 		{"RGB24", IMGFMT_RGB|24},
> 		{"RGB32", IMGFMT_RGB|32},
>+		{"RG48",  IMGFMT_RGB|48},
> 		{"BGR4",  IMGFMT_BGR|4},
> 		{"BGR8",  IMGFMT_BGR|8},
> 		{"BGR15", IMGFMT_BGR|15},

>+videocodec ffdpx
>+  info "FFmpeg DPX"
>+  status working
>+  fourcc "dpx " ; "dpx " is an internal MPlayer FOURCC
>+  driver ffmpeg
>+  dll dpx
>+  out RG48
>+

why are these RG48 and not RGB48?

-compn



More information about the MPlayer-dev-eng mailing list