SourceForge.net - fast, secure and Free Open Source software downloads

Welcome to CutterFF 1.2.1

Oct 21 2023

Version 1.2.1 was released. One bug was found: may crash if opening a short video with a length of only a few seconds. After quit or open another video this may then crash CutterFF. This bug is fixed now, and videos with only a few frames can be opened and displayed if at least one keyframe is present!
Also some improvements were done.

CutterFF is a small program for UNIX (Linux, or Windows if compiled with MingW) for cutting videos using FFmpeg and GTK+. You can set cutpoints everywhere in the video and save it to disk, optional using a different format and a bitstream filter. You can select which streams should be written to the output file, so it is also possible to extract the audio only. If your video file contains several programs, you can choose the desired one.
Depending on your libraries you may also save the currently displayed picture as image (e.g. 'jpeg', 'gif', 'png') to disk, the width and the height may be choosen, grayscale is also possible if supported by the encoder.
Since FFmpeg is supporting a lot of formats and codecs, i am not shure if CutterFF will work with all of them. I have tested it with only some formats like 'avi', 'flv' 'mpeg2video', 'mpegts', 'mp4', 'matroska' and 'webm', and some codecs like 'mpeg2video', 'avc (h264)', 'hevc (h265)', 'mpeg4' and 'vp8'.
At least no decoding and encoding is done, the streams will be simply copied, which is done fast.
If soft cutting is enabled, then the frames at the cutpoints will be de- and encoded. The number of frames depends on the GOP-size and may vary. The additional time required for this depends on the number of cutpoints, the number of frames in a GOP and the video encoding ('mpeg2video' is faster than 'hevc'). All the other frames will be copied as mentioned above.

Main window of CutterFF
Save dialog of CutterFF Log window of CutterFF Main window showing the program menu of CutterFF

CutterFF is distributed under the terms of GPL2 or later.

To compile CutterFF, the following is

Downloads

Two Linux programs (which are using the shared libraries from GTK+-3 and FFmpeg) can be downloaded for either 32-bit (130KB) or 64-bit (116KB).

Two Linux programs (GTK+-3 like above, but with FFmpeg-6.0 statically linked, if your distro lacks some formats and codecs like the ones which I have used for testing, also the encoders 'libx264' and 'libx265') can be downloaded for either 32-bit (4.3MB) or 64-bit (4.5MB).

Two Linux programs (both 64-bit) running GTK+-4, one using the shared (119KB), and the other the static (4.5MB) FFmpeg libraries.

A native Windows program (32-bit, GTK-2.24.0) can be downloaded from here (9.4MB).
The source tarball can be downloaded from here (246KB).

Visit also the CutterFF SourceForge summary page for more information.

Harald Förster

All trademarks and copyrights on this page are properties of their respective owners.