[FFmpeg-user] How come after update, it takes so longer, many more process
Bouke / Videotoolshed
bouke at videotoolshed.com
Fri Jul 8 10:17:20 EEST 2022
> On 8 Jul 2022, at 04:23, Budi <budikusasi at gmail.com> wrote:
>
> $ ffmpeg -i "b.mp4" -to 0:2:20 a.mp4
>
>
> used to do it nicely done in few seconds
FFmpeg -i "b.mp4" -to 0:2:20 -c: copy a.mp4
Mind the codec copy.
If you omit that, FFmpeg will transcode, resulting in speed and quality loss.
Bouke
More information about the ffmpeg-user
mailing list