FFMEG无法为''(将图像转换为视频)找到合适的输出格式

时间:2019-05-21 11:46:34

标签: javascript react-native ffmpeg android-ffmpeg

无法找到适合的输出格式

 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));
}

会员控制台

在此处输入图片描述

Image de l'affichage console

0 个答案:

没有答案