gpt4 book ai didi

ffmpeg - 使用 ffmpeg 将视频从 30fps 重新编码到 60fps

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

如果我有一个 30 fps 的 mp4,如何使用 ffmpg 将其重新编码为 60 fps没有 让电影加速更快(看起来仍然正常)?

我的 ffmpeg

ffmpeg version 3.4.6-0ubuntu0.18.04.1 Copyright (c) 2000-2019 the FFmpeg developers
built with gcc 7 (Ubuntu 7.3.0-16ubuntu3)

最佳答案

使用 -r option :

ffmpeg -i input.mp4 -r 60 output.mp4

fps filter :
ffmpeg -i input.mp4 -vf fps=60 output.mp4
ffmpeg将复制帧以从 30 fps 转换为 60 fps,但看起来仍然正常。

关于ffmpeg - 使用 ffmpeg 将视频从 30fps 重新编码到 60fps,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/60997945/

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