mirror of https://github.com/mpv-player/mpv
add mmes fourcc for mpeg2 in avi files
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@23524 b3059339-0415-0410-9bf9-f77b7e298cf2
This commit is contained in:
parent
5b21eb0177
commit
c3e61295b6
|
@ -58,6 +58,7 @@ videocodec mpeg12
|
|||
fourcc MPEG
|
||||
fourcc hdv3 ; HDV 1080i50
|
||||
fourcc mx5p ; MPEG IMX 625/50 (50 Mb/s)
|
||||
fourcc MMES,mmes ; matrox mpeg2 in avi
|
||||
driver libmpeg2
|
||||
; dll "libmpeg2"
|
||||
out YV12,I420,IYUV
|
||||
|
@ -85,6 +86,7 @@ videocodec ffmpeg2
|
|||
fourcc MPEG
|
||||
fourcc hdv3 ; HDV 1080i50
|
||||
fourcc mx5p ; MPEG IMX 625/50 (50 Mb/s)
|
||||
fourcc MMES,mmes ; matrox mpeg2 in avi
|
||||
driver ffmpeg
|
||||
dll "mpeg2video"
|
||||
out YV12,I420,IYUV
|
||||
|
@ -104,6 +106,7 @@ videocodec ffmpeg12
|
|||
fourcc MPEG
|
||||
fourcc hdv3 ; HDV 1080i50
|
||||
fourcc mx5p ; MPEG IMX 625/50 (50 Mb/s)
|
||||
fourcc MMES,mmes ; matrox mpeg2 in avi
|
||||
driver ffmpeg
|
||||
dll "mpegvideo"
|
||||
out YV12,I420,IYUV
|
||||
|
@ -122,6 +125,7 @@ videocodec ffmpeg12mc
|
|||
fourcc MPEG
|
||||
fourcc hdv3 ; HDV 1080i50
|
||||
fourcc mx5p ; MPEG IMX 625/50 (50 Mb/s)
|
||||
fourcc MMES,mmes ; matrox mpeg2 in avi
|
||||
driver ffmpeg
|
||||
dll "mpegvideo_xvmc"
|
||||
out IDCT_MPEG2
|
||||
|
|
Loading…
Reference in New Issue