mirror of
https://github.com/mpv-player/mpv
synced 2025-01-29 19:22:48 +00:00
codecs.conf: add another xdcam mpeg2 fourcc/isom xd54
Also mark ffwmvp as requiring lavf demuxer. git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@32440 b3059339-0415-0410-9bf9-f77b7e298cf2
This commit is contained in:
parent
c310aa4628
commit
d6a143acc1
@ -200,7 +200,7 @@ videocodec ffmpeg2
|
||||
fourcc xdvd,xdve,xdvf
|
||||
fourcc xd5a,xd5b,xd5c
|
||||
fourcc xd5d,xd5e,xd5f
|
||||
fourcc xd59
|
||||
fourcc xd59,xd54
|
||||
fourcc mx5n,mx4n,mx4p
|
||||
fourcc mx3n,mx3p
|
||||
fourcc AVmp
|
||||
@ -242,7 +242,7 @@ videocodec ffmpeg12
|
||||
fourcc xdvd,xdve,xdvf
|
||||
fourcc xd5a,xd5b,xd5c
|
||||
fourcc xd5d,xd5e,xd5f
|
||||
fourcc xd59
|
||||
fourcc xd59,xd54
|
||||
fourcc mx5n,mx4n,mx4p
|
||||
fourcc mx3n,mx3p
|
||||
fourcc AVmp
|
||||
@ -282,7 +282,7 @@ videocodec mpeg12
|
||||
fourcc xdvd,xdve,xdvf
|
||||
fourcc xd5a,xd5b,xd5c
|
||||
fourcc xd5d,xd5e,xd5f
|
||||
fourcc xd59
|
||||
fourcc xd59,xd54
|
||||
fourcc mx5n,mx4n,mx4p
|
||||
fourcc mx3n,mx3p
|
||||
fourcc AVmp
|
||||
@ -319,7 +319,7 @@ videocodec ffmpeg12mc
|
||||
fourcc xdvd,xdve,xdvf
|
||||
fourcc xd5a,xd5b,xd5c
|
||||
fourcc xd5d,xd5e,xd5f
|
||||
fourcc xd59
|
||||
fourcc xd59,xd54
|
||||
fourcc mx5n,mx4n,mx4p
|
||||
fourcc mx3n,mx3p
|
||||
fourcc AVmp
|
||||
@ -354,7 +354,7 @@ videocodec ffmpeg12vdpau
|
||||
fourcc xdvd,xdve,xdvf
|
||||
fourcc xd5a,xd5b,xd5c
|
||||
fourcc xd5d,xd5e,xd5f
|
||||
fourcc xd59
|
||||
fourcc xd59,xd54
|
||||
fourcc mx5n,mx4n,mx4p
|
||||
fourcc mx3n,mx3p
|
||||
fourcc AVmp
|
||||
@ -384,7 +384,7 @@ videocodec mpegpes
|
||||
fourcc xdvd,xdve,xdvf
|
||||
fourcc xd5a,xd5b,xd5c
|
||||
fourcc xd5d,xd5e,xd5f
|
||||
fourcc xd59
|
||||
fourcc xd59,xd54
|
||||
fourcc mx5n,mx4n,mx4p
|
||||
fourcc mx3n,mx3p
|
||||
fourcc AVmp
|
||||
@ -945,6 +945,7 @@ videocodec ffwmv3
|
||||
|
||||
videocodec ffwmvp
|
||||
info "FFmpeg WVC1"
|
||||
comment "requires demuxer lavf"
|
||||
status buggy
|
||||
fourcc wmvp,WMVP
|
||||
driver ffmpeg
|
||||
|
Loading…
Reference in New Issue
Block a user