我在ffmpeg
处有点新鲜。
拥有视频脚本(ClipBucket),并想知道如何将-movflags +faststart
添加到脚本中,以便为转换的.mp4
视频利用此功能。
这是代码ffmpeg.class.php
。不知道我可以在哪里添加它以正常工作
https://github.com/arslancb/clipbucket/tree/master/upload/includes/classes/conversion
ffmpeg.class.php和conversion.class.php
似乎是正确的文件,只是不确定在哪里添加
非常感谢。
螺
答案 0 :(得分:0)
您应该在任何地方更改文件格式分配:
# file format
if(isset($p['format']))
$opt_av .= " -movflags +faststart -f {$p['format']} ";