Comment on Is there an easy to use video slicer? I want to just have the final battle out of Avengers Endgame.
Toes@ani.social 1 day ago
ffmpeg is capable of it.
ffmpeg -ss 01:00:00 -to 01:30:00 -i input.mp4 -c copy output.mp4
Comment on Is there an easy to use video slicer? I want to just have the final battle out of Avengers Endgame.
Toes@ani.social 1 day ago
ffmpeg is capable of it.
ffmpeg -ss 01:00:00 -to 01:30:00 -i input.mp4 -c copy output.mp4