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

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

Home / 1.3.1
Name Modified Size InfoDownloads / Week
Parent folder
cutterff-1.3.1-src.tar.bz2 2025-02-27 253.0 kB
cutterff-1.3.1-win32-x86_64-gtk2.zip 2025-02-27 10.4 MB
cutterff-1.3.1-win32-i386-gtk2.zip 2025-02-27 8.8 MB
cutterff-1.3.1-linux-x86_64-gtk4-static.tar.bz2 2025-02-27 3.7 MB
cutterff-1.3.1-linux-x86_64-gtk4.tar.bz2 2025-02-27 108.3 kB
cutterff-1.3.1-linux-x86_64-gtk3-static.tar.bz2 2025-02-27 3.7 MB
cutterff-1.3.1-linux-x86_64-gtk3.tar.bz2 2025-02-27 105.3 kB
cutterff-1.3.1-linux-i386-gtk3-static.tar.bz2 2025-02-27 3.0 MB
cutterff-1.3.1-linux-i386-gtk3.tar.bz2 2025-02-27 115.4 kB
README.txt 2025-02-27 2.7 kB
Totals: 10 Items   30.3 MB 2
README.txt

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

The linux versions needs the libs from gtk-3.10, gtk-4.6
  or higher versions of them, and if not statically linked,
  the libs from FFmpeg-7.1
The i386 are 32-bit, and x86_64 are 64-bit versions
The 'cutterff-1.3.1-linux-*-gtk?-static.tar.bz2' versions
  have the libraries of FFmpeg-7.1 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-7.1 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.1 (Feb 27 2025)
-------------

* main.c
    + replaced 'g_win32_get_command' with
      'g_win32_get_command_line' (MINGW only)

* gui.c
    + if opening a video fails, and it contains
      several programs, the menu 'Edit->Programs'
      will be disabled, which make it impossible
      selecting another one. Fixed!
    + new menu entry 'edit->delete'
    + if 'GTK_MAJOR_VERSION == 2' then always
      include 'windows.h' (clipboard -> MINGW only)
    + in 'cff_gui_file_selection_new_gettext' click
      the windows close button may crash. Fixed!
      (MINGW only)
    + added in 'cff_gui_cairo_surface_image_fill'
      the functions 'cairo_surface_flush' and
      'cairo_surface_mark_dirty'
* ffmpeg.c
    + works with FFmpeg version 7.1
    + may crash if the file contains more than one
      program. Fixed!
    + memory leak in 'cff_ffmpeg_copy_free' if
      'avformat_alloc_output_context2' fails. Fixed!
    + if sending a packet to the decoder results in
      'EAGAIN', then a loop till end of file occurs.
      Fixed!
    + may happen that after open a video the first
      picture was not displayed. Fixed!
    + new function 'cff_ffmpeg_decode_packet', which
      reads  - after sending a packet results in
      'EAGAIN' - the frame, and then sending the
      packet again
    + new function 'cff_ffmpeg_video_cut_delete',
      which removes a cutpoint completely, so this
      cannot be undone

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