diff options
Diffstat (limited to 'etc')
-rw-r--r-- | etc/codecs.conf | 9 |
1 files changed, 9 insertions, 0 deletions
diff --git a/etc/codecs.conf b/etc/codecs.conf index 69bffc612c..a1a0be503e 100644 --- a/etc/codecs.conf +++ b/etc/codecs.conf @@ -2176,6 +2176,15 @@ videocodec vp7 out YUY2 out BGR32,BGR24 +videocodec ffvp8 + info "FFmpeg VP8" + comment "not working due to missing edge emulation" + status buggy + fourcc VP80 + driver ffmpeg + dll "vp8" + out YV12 + videocodec fflibvpx info "FFmpeg wrapper for libvpx/VP8" status working |