comparison etc/codecs.conf @ 28127:accb3cf340c2

add binary codecs: yuv8 - yuv8 vfw decoder WCMV - Wincam Screen capture codec AJPG,ABYR - Kensington videocam codec
author compn
date Wed, 17 Dec 2008 20:54:25 +0000
parents e754126f3c74
children 540a5f41e536
comparison
equal deleted inserted replaced
28126:5abac0163ebe 28127:accb3cf340c2
63 status working 63 status working
64 fourcc ZMBV 64 fourcc ZMBV
65 driver vfw 65 driver vfw
66 dll "zmbv.dll" 66 dll "zmbv.dll"
67 out BGR24,BGR15,BGR8 query,flip 67 out BGR24,BGR15,BGR8 query,flip
68
69 videocodec yuv8
70 info "YUV422 = Cb0 Y0 Cr0 Y1 Cb1 Y2 Cr1 Y3 (U Y V Y U Y V Y)"
71 status working
72 fourcc yuv8
73 driver vfwex
74 dll "kdvyuv8.dll" ; i wonder if this works with raw codecs?
75 out YV12,I420,UYVY
76 out BGR24,BGR15,BGR32
68 77
69 videocodec blackmagic 78 videocodec blackmagic
70 info "Blackmagic 10-bit" 79 info "Blackmagic 10-bit"
71 status working 80 status working
72 comment "requires libguide40.dll" 81 comment "requires libguide40.dll"
493 fourcc SCLS 502 fourcc SCLS
494 driver vfw 503 driver vfw
495 dll "SCLS.DLL" 504 dll "SCLS.DLL"
496 out BGR32,BGR24,BGR16 flip 505 out BGR32,BGR24,BGR16 flip
497 506
507 videocodec wincam
508 info "wincam screen capture codec"
509 comment "requires Zlib.dll"
510 status working
511 fourcc WCMV
512 driver vfw
513 dll "wcmv.dll" ; requires Zlib.dll
514 out BGR15 flip
515
498 videocodec cram 516 videocodec cram
499 info "Microsoft Video 1" 517 info "Microsoft Video 1"
500 comment "-vf palette required for 8bpp" 518 comment "-vf palette required for 8bpp"
501 status buggy 519 status buggy
502 fourcc cram,CRAM CRAM 520 fourcc cram,CRAM CRAM
1852 driver vfw 1870 driver vfw
1853 dll "ativcr2.dll" 1871 dll "ativcr2.dll"
1854 out YV12 1872 out YV12
1855 out BGR24 1873 out BGR24
1856 1874
1857 videocodec CJPG 1875 videocodec cjpg
1858 info "CJPG" 1876 info "Creative Labs Video Blaster Webcam"
1877 comment "sequential jpeg files?"
1859 status working 1878 status working
1860 fourcc CJPG 1879 fourcc CJPG
1861 driver vfw 1880 driver vfw
1862 dll "CtWbJpg.DLL" 1881 dll "CtWbJpg.DLL"
1863 out YUY2 1882 out YUY2
1864 out UYVY 1883 out UYVY
1865 out BGR24,BGR15 1884 out BGR24,BGR15
1885
1886 videocodec kensington
1887 info "kensington webcam"
1888 status working
1889 fourcc AJPG,ABYR
1890 fourcc LBYR,JBYR ; untested, creative labs cam
1891 fourcc UV12 ; untested
1892 driver vfw
1893 dll "aoxdxipl.ax"
1894 out BGR24 flip
1866 1895
1867 videocodec xjpg 1896 videocodec xjpg
1868 info "xiricam Veo PC Camera" 1897 info "xiricam Veo PC Camera"
1869 status working 1898 status working
1870 fourcc XJPG 1899 fourcc XJPG