无法找到适合的输出格式
convertir (){
const video =' file:///storage/emulated/0/128150.jpg'
RNFFmpeg.execute('-r:v 30 -i'+video+' -codec:v libx264 veryslow -pix_fmt yuv420p -f mp4 -an Penguins.mp4 ')
.then(result => console.log("FFmpeg process exited with rc " + result.rc));
}
会员控制台
在此处输入图片描述