Don_Dickle@lemmy.world to No Stupid Questions@lemmy.world · 4 days agoIs there an easy to use video slicer? I want to just have the final battle out of Avengers Endgame.message-squaremessage-square16fedilinkarrow-up16arrow-down17
arrow-up1-1arrow-down1message-squareIs there an easy to use video slicer? I want to just have the final battle out of Avengers Endgame.Don_Dickle@lemmy.world to No Stupid Questions@lemmy.world · 4 days agomessage-square16fedilink
minus-squareToes♀@ani.sociallinkfedilinkarrow-up9·4 days agoffmpeg is capable of it. ffmpeg -ss 01:00:00 -to 01:30:00 -i input.mp4 -c copy output.mp4
ffmpeg is capable of it.
ffmpeg -ss 01:00:00 -to 01:30:00 -i input.mp4 -c copy output.mp4