| Name | Modified | Size | Downloads / Week |
|---|---|---|---|
| Parent folder | |||
| cutterff-1.3.5-src.tar.bz2 | 2026-03-28 | 273.1 kB | |
| cutterff-1.3.5-win32-x86_64-gtk2.zip | 2026-03-28 | 10.6 MB | |
| cutterff-1.3.5-linux-x86_64-gtk3.tar.bz2 | 2026-03-28 | 106.1 kB | |
| cutterff-1.3.5-linux-x86_64-gtk3-static.tar.bz2 | 2026-03-28 | 3.8 MB | |
| cutterff-1.3.5-linux-x86_64-gtk4.tar.bz2 | 2026-03-28 | 116.5 kB | |
| cutterff-1.3.5-linux-x86_64-gtk4-static.tar.bz2 | 2026-03-28 | 3.8 MB | |
| README.txt | 2026-03-28 | 2.1 kB | |
| Totals: 7 Items | 18.7 MB | 5 | |
README.txt
-------
Note:
-------
The linux versions was compiled with the libs from
'gtk-3.24.50', 'gtk-4.18.6', and if not statically
linked, the libs from FFmpeg-8.0
Only 64-bit versions are available. If you want a
32-bit version, you may either download the source and
compile it by yourself, or download an older version.
The 'cutterff-1.3.5-linux-x86_64-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 version have the libs from FFmpeg-8.0 and the
encoders 'libx264' and 'libx265' as 'dll' included.
The supported hardware accelerators are 'd3d11va2' and
'dxva2', and the libs from 'gtk-2.24.33' are statically
linked. Tested with Windows-10 and Windows-11.
-----------
ChangeLog
-----------
version 1.3.5 (Mar 28 2026)
-------------
* gui.c
+ changed thread handling in
'cff_tl_file_path_unix_to_local'
+ changed slider handling
'change-value' to 'value-changed'
added 'gtk-primary-button-warps-slider'
+ 'cff_tl_file_path_unix_to_local' and
'_local_to_unix' only if not UNIX
+ warnings in 'cff_gui_save_get_fname' if
leading dot in filename, missing the
extension or getting the filename failed
* ffmpeg.c
+ when open a (very) short video seeking to
the last gop may fail, if the last frame
is a keyframe. Fixed!
+ moved 'av_seek_frame' from 'cff_ffmpeg_
find_codec' to 'avio_seek' in 'cff_
ffmpeg_program_open'
* tools-gtk.c
+ avoid prelight the menu titles if a dialog
is open. See 'cff_guitl_dialog_set_modal'
(GTK-4 only)
+ added 'cff_guitl_main_level_num' which get
the number how often 'cff_guitl_main_level_
start' was called (GTK-4 only)
* tools-gtk4.c
+ 'CffFileSelector' has now a sidebar like
GTK-2 and GTK-3. NOT tested with Windows!
* gprop.c
+ added item 'kPropStrFSelSidebarDirs'
(needed only by GTK-4 CffFileSelector)
/* EOF */