Name | Modified | Size | Downloads / Week |
---|---|---|---|
Parent folder | |||
cutterff-1.2-src.tar.bz2 | 2023-06-24 | 244.7 kB | |
cutterff-1.2-win32-i386-gtk2.zip | 2023-06-24 | 9.4 MB | |
cutterff-1.2-linux-x86_64-static-gtk3.tar.bz2 | 2023-06-24 | 4.5 MB | |
cutterff-1.2-linux-x86_64-gtk3.tar.bz2 | 2023-06-24 | 115.4 kB | |
cutterff-1.2-linux-x86_64-static-gtk4.tar.bz2 | 2023-06-24 | 4.5 MB | |
cutterff-1.2-linux-x86_64-gtk4.tar.bz2 | 2023-06-24 | 118.4 kB | |
cutterff-1.2-linux-i386-static-gtk3.tar.bz2 | 2023-06-24 | 4.3 MB | |
cutterff-1.2-linux-i386-gtk3.tar.bz2 | 2023-06-24 | 128.5 kB | |
README.txt | 2023-06-24 | 1.8 kB | |
Totals: 9 Items | 23.4 MB | 0 |
README.txt ------- Note: ------- The linux versions need the libs from gtk-3.10, gtk-4.6 or higher versions of them, and if not statically linked, the libs from FFmpeg-4.4 The i386 are 32-bit, and x86_64 are 64-bit versions The 'cutterff-1.2-linux-*-static-gtk?.tar.bz2' versions have the libraries of FFmpeg-6.0 and the encoders 'libx264' and 'libx265' statically linked The win32 version has the libs from gtk-2.24 statically linked, and the FFmpeg-6.0 libaries and the encoders 'libx264' and 'libx265' as 'dll' included, tested with Windows-7 (32-bit) and Windows-11 (64-bit) ----------- ChangeLog ----------- version 1.2 (Jun 24 2023) ----------- * gui.c + if running under GTK-3 and Wayland opening a file will freeze CutterFF. Replacing G_PRIORITY_HIGH with G_PRIORITY_HIGH_IDLE in 'cff_gui_thread_wait' will fix this! + filechooser now listening to the RETURN key + new checkbutton 'ts_adjust' for adjusting broken timestamps in 'cff_gui_build_media_option' * ffmpeg.c + works with FFmpeg version 6.0 + removed 'fopen' and 'av_fopen_utf8' (which is deprecated since 6.0) in 'cff_ffmpeg_video_cut_list_save' and '.. _load' + if in 'cff_ffmpeg_get_frame_dts' the duration of the frame is <= 0, the displayed number of total frames is too high. Fixed! + in 'cff_ffmpeg_copy_cb' wrong message 'encoding start frame disabled' (only in 1.1). Fixed! + new flag 'kCFFStreamFlagTsAdjust' for adjusting broken timestamps + renamed 'st->pkt_dts' to 'st->pktdts_next' + in 'cff_ffmpeg_copy_softcut' substract 'dts_offset' from 'st->pktdts_next' * main.c + option for setting the max number of threads, or disabling multi-threading. /* EOF */