comparison etc/codecs.conf @ 20980:70ca50bcc4a8

support for some more fringe formats, still buggy ..
author diego
date Fri, 17 Nov 2006 22:52:57 +0000
parents 40cc1d0964bc
children 459138abb222
comparison
equal deleted inserted replaced
20979:7909e90e01c1 20980:70ca50bcc4a8
1942 info "FFmpeg Delphine CIN video" 1942 info "FFmpeg Delphine CIN video"
1943 status working 1943 status working
1944 fourcc DCIV ; internal MPlayer FourCC 1944 fourcc DCIV ; internal MPlayer FourCC
1945 driver ffmpeg 1945 driver ffmpeg
1946 dll "dsicinvideo" 1946 dll "dsicinvideo"
1947 out BGR8
1948
1949 videocodec ffwc3
1950 info "FFmpeg XAN wc3"
1951 status buggy
1952 fourcc WC3V ; internal MPlayer FourCC
1953 driver ffmpeg
1954 dll "xan_wc3"
1955 out BGR8
1956
1957 videocodec ffidcin
1958 info "FFmpeg idcinvideo"
1959 status buggy
1960 fourcc IDCI ; internal MPlayer FourCC
1961 driver ffmpeg
1962 dll "idcinvideo"
1963 out BGR8
1964
1965 videocodec ffinterplay
1966 info "FFmpeg Interplay Video"
1967 status buggy
1968 fourcc INPV ; internal MPlayer FourCC
1969 driver ffmpeg
1970 dll "interplayvideo"
1971 out BGR8
1972
1973 videocodec ffvqa
1974 info "FFmpeg VQA Video"
1975 status buggy
1976 fourcc VQAV ; internal MPlayer FourCC
1977 driver ffmpeg
1978 dll "vqavideo"
1947 out BGR8 1979 out BGR8
1948 1980
1949 1981
1950 ; raw formats: (now RGB formats are autodetected) 1982 ; raw formats: (now RGB formats are autodetected)
1951 1983