P
P
photosho2021-04-04 07:34:28
Video processing
photosho, 2021-04-04 07:34:28

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

5 answer(s)
P
pumpkinm, 2021-04-04
@photosho

avidemux . Small, simple, free and very flexible.
Well, or FFMpeg.

S
Sergey Sokolov, 2021-04-04
@sergiks

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 copyindicates that the codecs will remain the same, there will be no re-encoding.

V
Vladislav Mukhin, 2021-04-04
@SladkayaDoza

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))

M
maaGames, 2021-04-04
@maaGames

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.

V
valgerofficial, 2021-04-04
@valgerofficial

It can all be done online

Didn't find what you were looking for?

Ask your question

Ask a Question

731 491 924 answers to any question