| Name | Modified | Size | Downloads / Week | 
|---|---|---|---|
| Parent folder | |||
| cutterff-1.3.3-src.tar.bz2 | 2025-10-05 | 260.7 kB | |
| cutterff-1.3.3-win32-x86_64-gtk2.zip | 2025-10-05 | 10.6 MB | |
| cutterff-1.3.3-win32-i386-gtk2.zip | 2025-10-05 | 8.9 MB | |
| cutterff-1.3.3-linux-x86_64-gtk3-static.tar.bz2 | 2025-10-05 | 3.8 MB | |
| cutterff-1.3.3-linux-x86_64-gtk3.tar.bz2 | 2025-10-05 | 105.7 kB | |
| cutterff-1.3.3-linux-x86_64-gtk4-static.tar.bz2 | 2025-10-05 | 3.8 MB | |
| cutterff-1.3.3-linux-x86_64-gtk4.tar.bz2 | 2025-10-05 | 114.1 kB | |
| cutterff-1.3.3-linux-i386-gtk3-static.tar.bz2 | 2025-10-05 | 3.1 MB | |
| cutterff-1.3.3-linux-i386-gtk3.tar.bz2 | 2025-10-05 | 115.7 kB | |
| README.txt | 2025-10-05 | 1.8 kB | |
| Totals: 10 Items | 30.8 MB | 1 | |
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.3-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.3 (Oct 05 2025)
-------------
* gui.c
    + in 'cff_gui_logwindow_colorbutton_new'
      'gtk_color_button' was replaced with the
      new 'gtk_color_dialog_button' (GTK-4 only)
    + in 'cff_gui_css_load_from_data'
      'gtk_css_provider_load_from_data' was replaced
      with the new 'gtk_css_provider_load_from_string'
      (GTK-4 only)
* ffmpeg.c
    + error in version '1.3.2': a short video
      (gops < 5) may have a wrong total number
      of frames. Fixed!
    + in 'cff_ffmpeg_find_codec' the init value
      is changed to
      'video->vframe.flags = kCFFVFrameFlagInit'
/* EOF */