如何使用 ffmpeg 将视频转码为 H.264 baseline
以下命令将使用 ffmpeg 将视频转码为 H.264 baseline:
transcode_baseline.sh
ffmpeg -i input.mp4 -threads 8 -c:v libx264 -profile:v baseline -level:v 4.0 -c:a copy baseline.mp4Check out similar posts by category:
Audio/Video, Ffmpeg
If this post helped you, please consider buying me a coffee or donating via PayPal to support research & publishing of new posts on TechOverflow