我尝试在linux机器上用ffmpeg从一个.mp4视频文件中删除一个徽标,而不是用下面的命令重新编码(为了保持相同的质量):它给出了以下错误:然后出现了一个新的错误:
Unable to finda suitable output format for 'delogo=x=270:y=190:w=40:h=4
从常规启动配置文件进行调试运行得很好,但是当我尝试使用dockerfile运行调试配置时,我得到了错误:/riderDebugger/runtime.sh: exec: line 40: /riderDebugger/linux-x64此外,我不能使用命令覆盖来运行从下面的sh文件创建的镜像,例如,使用命令docker image build -t example-api-manual --no-cache .创建镜像并使用dockercontainer run -it --rm e