FFCreator icon indicating copy to clipboard operation
FFCreator copied to clipboard

centos7 启动失败 报FFCreator error: ffmpeg exited with code 1: Unrecognized option 'stream_loop'.

Open zzhoouxin opened this issue 2 years ago • 3 comments

FFCreator error: ffmpeg exited with code 1: Unrecognized option 'stream_loop'. Error splitting the argument list: Option not found

[FF] Creator production error. FFEvent { type: 'error', pos: 'Synthesis', error: "ffmpeg exited with code 1: Unrecognized option 'stream_loop'.\n" + 'Error splitting the argument list: Option not found\n' } [FF] Synthesis stdout: stderr:Unrecognized option 'stream_loop'. Error splitting the argument list: Option not found ffmpeg exited with code 1: Unrecognized option 'stream_loop'. Error splitting the argument list: Option not found

zzhoouxin avatar Apr 19 '22 08:04 zzhoouxin

各种办法都试过了。。还是启动不起来。。有人遇到过相同的问题吗

zzhoouxin avatar Apr 19 '22 09:04 zzhoouxin

You can compile a standard ffmpeg

drawcall avatar Apr 19 '22 12:04 drawcall

编译标准的ffmpeg是什么意思

djwIlo avatar May 05 '22 07:05 djwIlo

我用ubuntu18集成成功

workbzw avatar Sep 29 '22 02:09 workbzw

我的项目里也使用了docker构建ffcreator, 也许你可以参照我的构建脚本. 项目地址: https://github.com/zdu-strong/Technical_Backup Docker构建: docker build -f docker/default/ffcreator/Dockerfile . 在Docker容器里的/all_code/ffcreator/output目录下将生成mp4视频.

zdu-strong avatar Oct 01 '22 15:10 zdu-strong