【发布时间】:2021-07-14 03:24:24
【问题描述】:
我有两个用于在 android ffmpeg 中制作视频片段的命令
- -ss startTime -i inputVideo -f segment -segment_time segmentDuration -reset_timestamps 1 -vcodec copy -b:v2 097152 -b: a 48000 -ac 2 -ar 22050 输出路径
- -ss startTime -i inputVideo -f segment -segment_time segmentDuration -reset_timestamps 1 outputPath
我都试过了,发现第一个命令比第二个命令快得多
由于我是 ffmpeg 新手,我真的不知道这些命令中每个参数的含义
谁能解释一下为什么第一个命令更好,将来会不会导致任何错误
【问题讨论】: