Name | Modified | Size | Downloads / Week |
---|---|---|---|
Parent folder | |||
cutterff-1.0.1-src.tar.bz2 | 2021-09-04 | 231.6 kB | |
cutterff-1.0.1-win32-i386.zip | 2021-09-04 | 9.2 MB | |
cutterff-1.0.1-linux-x86_64-static.tar.bz2 | 2021-09-04 | 4.4 MB | |
cutterff-1.0.1-linux-x86_64.tar.bz2 | 2021-09-04 | 112.4 kB | |
cutterff-1.0.1-linux-i386-static.tar.bz2 | 2021-09-04 | 4.3 MB | |
cutterff-1.0.1-linux-i386.tar.bz2 | 2021-09-04 | 124.2 kB | |
README.txt | 2021-09-04 | 1.1 kB | |
Totals: 7 Items | 18.3 MB | 0 |
README.txt ------- Note: ------- The linux version needs the libs from gtk-3, and if not statically linked, the libs from FFmpeg-4. The i386 are 32-bit, and x86_64 are 64-bit versions The 'cutterff-1.0.1-linux-*-static.tar.bz2' versions have the FFmpeg-4.4 libraries statically linked The win32 version has the FFmpeg-4.4 libaries and the encoders 'libx264' and 'libx265' as 'dll' included, tested with Windows-7 (32- and 64-bit) ----------- ChangeLog ----------- version 1.0.1 (Sep 04 2021) ------------- * gui.c + if encoding (softcut enabled) has finished, the text in the progressbar may not disappear. Fixed! * ffmpeg.c + if saving a file with softcut more than once the automatic enabling of 'h264_mp4toannexb' or 'hevc_mp4toannexb' fails. Fixed! + in 'cff_ffmpeg_copy_write_frame_softcut' the PTS assignment may wrong, 'pts -= pts_diff' followed by 'pts = pptr->dts'. Fixed! + 'av_packet_int' replaced with 'av_packet_alloc' + 'av_packet_ref' replaced with 'av_packet_clone' /* EOF */