summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--etc/codecs.conf11
1 files changed, 11 insertions, 0 deletions
diff --git a/etc/codecs.conf b/etc/codecs.conf
index 7f51d7b057..e4c876815a 100644
--- a/etc/codecs.conf
+++ b/etc/codecs.conf
@@ -967,6 +967,17 @@ videocodec rawi420
fourcc i420,I420
out I420
+videocodec frameno
+ info "Mencoder's FrameNo (no decoding!)"
+ status working
+ fourcc FrNo
+ driver null
+ out YV12
+ out I420
+ out YUY2
+ out UYVY
+ out BGR32,BGR24,BGR16,BGR15
+
; NULL codec - for testing.
videocodec null