Answer the question
In order to leave comments, you need to log in
Program for cutting pieces from video?
I used to use some kind of program that can cut out pieces from a video without the need for further rendering. I don't remember the name now. Tell me, maybe someone knows? This is not a video editor, but a highly specialized program.
Answer the question
In order to leave comments, you need to log in
ffmpeg on the command line like so:
ffmpeg.exe -ss 1:23:45 -to 1:25:00 -i "Kino.mp4" -c copy "kusok.mp4"
will cut from the Kino file from 1h 23m 45s to exactly 1h 25m. -c copy
indicates that the codecs will remain the same, there will be no re-encoding.
Any program is suitable for this, even the standard Movies and TV application in Windows has such a function,
there is a very fast XMedia Recode program, but it is not understandable for everyone. Movavi Video Editor is the easiest to use (but it's paid). Online converters for example: online video cutter, there are a very large number of different programs))
SolveigMM Video Splitter - both cutting fragments and leaving only cut fragments. And all in a graphical interface.
But the above-mentioned ffmpeg.exe is a more universal solution, but you need to write scripts manually.
Didn't find what you were looking for?
Ask your questionAsk a Question
731 491 924 answers to any question