>Why is she in a washing machine?
>No anon, YOU are in the washing machine
(Not actual output)
ffmpeg -i <input> -f image2 -loop 1 -i <mask-generated-by-maskgen> -shortest -filter_complex_script wmvfilter.fff -map "[output]:0:v" <output-params> <output>
For maskgen.sh see the comments in the file.
Generates a ready-to-use WMV from a 16:9 video file bga.mp4 (audio not included)
./maskgen.sh maskgen.config.sh
ffmpeg -i bga.mp4 -f image2 -loop 1 -i mask.png -shortest -filter_complex_script wmvfilter.fff -map "[output]:0:v" -c:v wmv2 -q:v 4 -an bga.wmv
