diff etc/codecs.conf @ 35600:f15a80d56c7e

Support FFmpeg Silicon Graphics Motion Video Compressor 1 and 2.
author cehoyos
date Tue, 18 Dec 2012 00:53:45 +0000
parents 415e59838dc9
children d79291903d2e
line wrap: on
line diff
--- a/etc/codecs.conf	Tue Dec 18 00:40:37 2012 +0000
+++ b/etc/codecs.conf	Tue Dec 18 00:53:45 2012 +0000
@@ -724,6 +724,22 @@
   driver sgi
   out BGR24
 
+videocodec ffmvc1
+  info "FFmpeg SGI Motion Video Compressor 1"
+  status working
+  fourcc mvc1 ; internal MPlayer FourCC
+  driver ffmpeg
+  dll mvc1
+  out BGR15
+
+videocodec ffmvc2
+  info "FFmpeg SGI Motion Video Compressor 2"
+  status working
+  fourcc mvc2 ; internal MPlayer FourCC
+  driver ffmpeg
+  dll mvc2
+  out BGRA
+
 videocodec ffsunras
   info "FFmpeg SUN Rasterfile"
   status working