I am slicing subclips using ffmpeg 5.1 and the command ffmpeg -ss 5 -i input -t 10 -c copy -y output
I want my subclip to start at 5 seconds instead of 0 seconds. Is there an option in ffmpeg to implement this logic?
Asked
Active
Viewed 154 times
0
-
you can try `-copyts` – kesh Sep 07 '22 at 16:34
-
It didn't work for me. Besides, I lost the video from the resulting subclip, only the sound is left. – Vladislav Stepanov Sep 07 '22 at 21:22