diff etc/codecs.conf @ 11421:9a34051512b2

Use 8BPS, MS rle, MS Video 1, QT rpza from libavcodec
author rtognimp
date Sun, 09 Nov 2003 23:58:10 +0000
parents 0033828bd0f2
children e35ceb2bf375
line wrap: on
line diff
--- a/etc/codecs.conf	Sun Nov 09 23:55:28 2003 +0000
+++ b/etc/codecs.conf	Sun Nov 09 23:58:10 2003 +0000
@@ -131,6 +131,14 @@
   driver qtrle
   out BGR32,BGR24,BGR15 query
 
+videocodec ffrpza
+ info "Quicktime Apple Video"
+ status working
+ fourcc rpza,azpr
+ driver ffmpeg
+ dll "rpza"
+ out BGR15
+
 videocodec qtrpza
  info "Quicktime Apple Video"
  status working
@@ -145,6 +153,14 @@
   driver qtsmc
   out BGR32,BGR24
 
+videocodec ff8bps
+  info "Planar RGB (Photoshop)"
+  status working
+  fourcc 8BPS
+  driver ffmpeg
+  dll "8bps"
+  out BGR32,BGR24,BGR8 query
+
 videocodec qt8bps
   info "Planar RGB (Photoshop)"
   status working
@@ -161,6 +177,15 @@
   out YUY2,UYVY
   out 422P
 
+videocodec ffmsrle
+  info "Microsoft RLE"
+  status working
+  format 0x1
+  format 0x2
+  driver ffmpeg
+  dll "msrle"
+  out BGR8
+
 videocodec msrle
   info "Microsoft RLE"
   status working
@@ -234,6 +259,16 @@
 
 ;NATIVE:
 
+videocodec ffvideo1
+  info "Microsoft Video 1 (native codec)"
+  status working
+  fourcc cram,CRAM
+  fourcc msvc,MSVC
+  fourcc wham,WHAM
+  driver ffmpeg
+  dll "msvideo1"
+  out BGR15,BGR8 query
+
 videocodec video1
   info "Microsoft Video 1 (native codec)"
   status working