gpt4 book ai didi

video - 提取没有音频的视频ffmpeg

转载 作者:行者123 更新时间:2023-12-04 23:01:23 26 4
gpt4 key购买 nike

我正在尝试将分辨率更改为 640x480 并使用 ffmpeg 提取没有音频流的视频片段。我不确定这个命令是否正确:

ffmpeg -i myvideo.mp4 -vf scale=640:480 -ss 00:00:10 -to 00:00:20 -an output.avi

最佳答案

我认为您使用了-an flag 是正确的做法。
引用 https://superuser.com/questions/268985/remove-audio-from-video-file-with-ffmpeg#268986
另外,如果我没记错的话,您制作的是 480p,而不是 640p。如果你真的想要 640p,你会使用 scale=852:639 或 scale=856:642,因为你使用的是 4:3 纵横比

关于video - 提取没有音频的视频ffmpeg,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/69818643/

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