For those who interested, here is a very experimental patch to enable decoding of WVC1 codec in FFmpeg. I’m currently searching and downloading sample files but it is already tested a bit.
Instructions:
- Get FFmpeg sources (r614x should work)
- Download and apply patch (cd ffmpeg; patch -p0 < vc1-advanced.patch)
- Run configure and make
As always, non-working samples are welcome.