mirror of
https://github.com/mpv-player/mpv
synced 2025-04-01 14:50:07 +00:00
add bunch of fourccs and updates from
http://tranquillity.ath.cx/uncommon_video_codecs_final.txt git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@28084 b3059339-0415-0410-9bf9-f77b7e298cf2
This commit is contained in:
parent
fda888c61c
commit
d7a5babef7
@ -144,6 +144,7 @@ videocodec ffmpeg2
|
||||
fourcc AVmp
|
||||
fourcc VCR2
|
||||
fourcc mp2v,mpgv
|
||||
fourcc PIM2
|
||||
driver ffmpeg
|
||||
dll "mpeg2video"
|
||||
out YV12,I420,IYUV
|
||||
@ -157,6 +158,7 @@ videocodec ffmpeg12
|
||||
format 0x10000002 ; MPEG-2
|
||||
fourcc mpg1,mpg2,MPG2
|
||||
fourcc PIM1 ; Pinnacle hardware-MPEG-1
|
||||
fourcc PIM2 ; Pinnacle hardware-MPEG-2
|
||||
fourcc VCR2
|
||||
fourcc "DVR "
|
||||
fourcc hdv2
|
||||
@ -194,6 +196,7 @@ videocodec mpeg12
|
||||
fourcc hdv2
|
||||
fourcc mpg1
|
||||
fourcc PIM1 ; Pinnacle hardware-MPEG-1
|
||||
fourcc PIM2 ; Pinnacle hardware-MPEG-2
|
||||
fourcc VCR2
|
||||
fourcc mpg2,MPG2
|
||||
fourcc MPEG
|
||||
@ -230,6 +233,7 @@ videocodec ffmpeg12mc
|
||||
fourcc hdv1
|
||||
fourcc hdv2
|
||||
fourcc PIM1 ; Pinnacle hardware-MPEG-1
|
||||
fourcc PIM2 ; Pinnacle hardware-MPEG-2
|
||||
fourcc VCR2
|
||||
fourcc MPEG
|
||||
fourcc hdv3 ; HDV 1080i50
|
||||
@ -671,7 +675,7 @@ videocodec ffindeo2
|
||||
videocodec ffflv
|
||||
info "FFmpeg Flash video"
|
||||
status working
|
||||
fourcc FLV1
|
||||
fourcc FLV1,flv
|
||||
driver ffmpeg
|
||||
dll flv
|
||||
out YV12
|
||||
@ -713,6 +717,7 @@ videocodec ffmp41
|
||||
status working
|
||||
fourcc DIV1,div1 mpg4
|
||||
fourcc MPG4,mpg4
|
||||
fourcc MP41
|
||||
driver ffmpeg
|
||||
dll msmpeg4v1
|
||||
out YV12,I420,IYUV
|
||||
@ -794,6 +799,8 @@ videocodec ffodivx
|
||||
fourcc hdx4,HDX4
|
||||
fourcc FVFW,fvfw
|
||||
fourcc FFDS
|
||||
fourcc DCOD,MVXM,EM4A,PM4V
|
||||
fourcc M4T3
|
||||
driver ffmpeg
|
||||
dll mpeg4 ;opendivx
|
||||
out YV12,I420,IYUV
|
||||
@ -842,6 +849,8 @@ videocodec xvid
|
||||
fourcc SMP4,smp4 ; Samsung SMP4 video codec
|
||||
fourcc VIDM ; vidm 4.01 codec
|
||||
fourcc FFDS
|
||||
fourcc DCOD,MVXM,EM4A,PM4V
|
||||
fourcc M4T3
|
||||
format 0x10000004 ; mpeg 4 es
|
||||
driver xvid
|
||||
out YV12
|
||||
@ -1044,6 +1053,7 @@ videocodec ffmjpeg
|
||||
fourcc LJPG ; lossless JPEG
|
||||
fourcc dmb1 ; MJPEG by Matrox Rainbow Runner
|
||||
fourcc MJLS ; JPEG-LS custom FOURCC for avi - encoder
|
||||
fourcc MMJP
|
||||
driver ffmpeg
|
||||
dll mjpeg
|
||||
out 444P
|
||||
@ -1850,6 +1860,15 @@ videocodec tm20
|
||||
guid 0x4cb63e61, 0xc611, 0x11D0, 0x83, 0xaa, 0x00, 0x00, 0x92, 0x90, 0x01, 0x84
|
||||
out BGR32,BGR24,BGR16 flip
|
||||
|
||||
videocodec sif1
|
||||
info "sif1 alpha4"
|
||||
status working
|
||||
fourcc SIF1
|
||||
driver dshow
|
||||
dll "Sif1Dec.ax"
|
||||
guid 0x31666973, 0x0000, 0x0010, 0x80, 0x00, 0x00, 0xAA, 0x00, 0x38, 0x9B, 0x71
|
||||
out BGR32
|
||||
|
||||
videocodec ffamv
|
||||
info "Modified MJPEG, used in AMV files"
|
||||
status working
|
||||
@ -1874,6 +1893,14 @@ videocodec sp5x
|
||||
dll "sp5x_32.dll"
|
||||
out BGR24,BGR15 flip
|
||||
|
||||
videocodec bt411
|
||||
info "Brooktree 411 codec"
|
||||
status working
|
||||
fourcc BT20,Y41P
|
||||
driver vfwex
|
||||
dll "btvvc32.drv"
|
||||
out BGR24
|
||||
|
||||
videocodec vivd2
|
||||
info "SoftMedia ViVD V2 codec VfW"
|
||||
status working
|
||||
@ -1910,10 +1937,10 @@ videocodec wnv1
|
||||
videocodec vdom
|
||||
info "VDOWave codec"
|
||||
status working
|
||||
fourcc VDOM
|
||||
fourcc VDOM,VDOW
|
||||
driver vfw
|
||||
dll "vdowave.drv" ; Need also VDODEC32.dll and DECVW_32.DLL
|
||||
out BGR24
|
||||
out BGR24 flip
|
||||
|
||||
videocodec lsv
|
||||
info "Vianet Lsvx Video Decoder"
|
||||
|
Loading…
Reference in New Issue
Block a user