gpt4 book ai didi

video - 如何在编码期间暂停和恢复ffmpeg?

转载 作者:行者123 更新时间:2023-12-04 22:52:51 27 4
gpt4 key购买 nike

我正在使用 FFMPEG 将视频分割成许多 60 秒的视频剪辑,使用带有以下命令的相机:

ffmpeg -f dshow -rtbufsize 2000M -i video="Game Capture HD60 S (Video) (#01)" -preset slow -codec:a libfdk_aac -b:a 128k -codec:v libx264
-pix_fmt yuv420p -b:v 1000k -minrate 500k -maxrate 2000k -bufsize 2000k -vf scale=854:480 -f segment -segment_time 60 -reset_timestamps 1 -flush_packets 1 "C:\Program Files (x86)\ffmpeg\test\clips\testfile_%02d.mp4"
我也希望能够暂停和恢复。
我能怎么做?
谢谢

最佳答案

如果您使用的是 Linux/OS X,您可以使用 Stack Exchange result .

A simple method is to suspend it with ctrl+z. Or you could get the PIDwith pgrep ffmpeg then use kill -s SIGSTOP to suspend.

Then resume with fg command or kill -s SIGCONT .

关于video - 如何在编码期间暂停和恢复ffmpeg?,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/64008053/

27 4 0
Copyright 2021 - 2024 cfsdn All Rights Reserved 蜀ICP备2022000587号
广告合作:1813099741@qq.com 6ren.com