[FFmpeg-user] ffmpeg split video freezes on play

Tamas Szanka tamas.szanka at gmail.com
Fri Jun 23 11:39:17 EEST 2023


I`m using the -ss hh:mm:ss -to  hh:mm:ss function from .mp4 to .mp4.

Noticed that the clips when played have the video freezing for 3-4 seconds
and then it catches up to the audio and plays as expected.

code:
ffmpeg -i "C:\Users\Downloads\original.mp4" -ss 00:00:03 -to 00:00:10 -c
copy "C:\Users\Downloads\New folder\new1.MP4" -i
"C:\Users\Downloads\original.mp4"  -ss 00:00:10 -to 00:00:20 -c copy
"C:\Users\Downloads\New
folder\new2.MP4"

Is there a better way  to do this?
br.
Tamas


More information about the ffmpeg-user mailing list