Convert to flv with VP6 encoding using ffmpeg

我只是一个虾纸丫 提交于 2019-12-12 04:28:31

问题


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

标签
易学教程内所有资源均来自网络或用户发布的内容,如有违反法律规定的内容欢迎反馈
该文章没有解决你所遇到的问题?点击提问,说说你的问题,让更多的人一起探讨吧!