Download Latest Version cutterff-1.3.2-linux-i386-gtk3-static.tar.bz2 (3.1 MB)
Email in envelope

Get an email when there's a new version of CutterFF

Home / 1.3.2
Name Modified Size InfoDownloads / Week
Parent folder
cutterff-1.3.2-src.tar.bz2 2025-09-27 260.2 kB
cutterff-1.3.2-win32-x86_64-gtk2.zip 2025-09-27 10.6 MB
cutterff-1.3.2-win32-i386-gtk2.zip 2025-09-27 8.9 MB
cutterff-1.3.2-linux-x86_64-gtk3.tar.bz2 2025-09-27 105.6 kB
cutterff-1.3.2-linux-x86_64-gtk3-static.tar.bz2 2025-09-27 3.8 MB
cutterff-1.3.2-linux-x86_64-gtk4.tar.bz2 2025-09-27 113.8 kB
cutterff-1.3.2-linux-x86_64-gtk4-static.tar.bz2 2025-09-27 3.8 MB
cutterff-1.3.2-linux-i386-gtk3.tar.bz2 2025-09-27 115.6 kB
cutterff-1.3.2-linux-i386-gtk3-static.tar.bz2 2025-09-27 3.1 MB
README.txt 2025-09-27 2.3 kB
Totals: 10 Items   30.8 MB 11
README.txt

-------
 Note:
-------

The linux versions needs the libs from gtk-3.24.43,
  gtk-4.12.4 or higher versions of them, and if not
  statically linked, the libs from FFmpeg-8.0
The i386 are 32-bit, and x86_64 are 64-bit versions
The 'cutterff-1.3.2-linux-*-gtk?-static.tar.bz2' versions
  have the libraries of FFmpeg-8.0 and the encoders
  'libx264' and 'libx265' statically linked. The supported
  hardware accelerators are 'vaapi' and 'vdpau', and the
  shared libraries 'libva', 'libva-drm' and 'libvdpau' must
  be installed.
The win32 versions have the libs from FFmpeg-8.0 and the
  encoders 'libx264' and 'libx265' as 'dll' included. The
  supported hardware accelerators are 'd3d11va2' and 'dxva2'.
  The 32-bit version has the libs from 'gtk-2.24.0', and the
  64-bit version the libs from 'gtk-2.24.33' statically
  linked.
  Tested with Windows-7 (32-bit) and Windows-11 (64-bit)
  Note that on Windows-7 'gtk-2.24.33' seems not working,
  CutterFF starts, but then it hangs and ignores any user
  action. That's why the 32-bit version was released with
  'gtk-2.24.0'. So if you are using the 64-bit version and
  the program hangs, you should try the 32-bit version.

-----------
 ChangeLog
-----------

version 1.3.2 (Sep 27 2025)
-------------

* main.c
    + 'param.fname' not freed (MINGW and
      version '1.3.1' only)
* tools-gtk4.c
    + 'GtkListStore', 'GtkFileChooserWidget' and
      'GtkDialog' are deprecated. Here are the
      functions to fix this (GTK-4 only)
* ffmpeg.c
    + works with FFmpeg version 8.0
    + in 'cff_ffmpeg_file_open' a file without
      timestamps (AVFMT_NOTIMESTAMPS) will not
      be opened. An error message is returned.
    + in 'cff_ffmpeg_find_codec' seeking to the
      start of the video is only done if the flag
      'AVFMT_NOFILE' is not set. This allows to
      display also single picture (e.g. jpg, gif)
    + in 'cff_ffmpeg_find_codec' the init value of
      'video->vframe.current.pktpos' changed to
      'INT64_MIN'. Previous '-1' may sometimes block
      loading next frame in 'cff_ffmpeg_get_frame'
      (version '1.3.1' only)
    + if seeking to the last gop this may fail if
      the frame number is greater than the previous
      tested. The video was shrinked to 5 gops with
      only a few frames. Fixed!

/* EOF */
Source: README.txt, updated 2025-09-27