问题
I am trying to convert a mov video to flv using vp6 encoding. I tried the following:
ffmpeg -i video.mov video.flv
However, it uses the flv1 codec. I need this kind of encoding (Oracle's "oow2010-2.flv" video), which I think uses vp6 or vp6f codec. I searched and it seems people only do decoding from flv/vp6.
By the way, I can't use H.264, it has to be vp6.
来源:https://stackoverflow.com/questions/43382513/convert-to-flv-with-vp6-encoding-using-ffmpeg