Skip to content

Releases: georgy7/catframes

v2024.4.0

05 May 19:48
Compare
Choose a tag to compare

Some things in the source code have been renamed, and some comments have been translated into English.

v2024.3.1

03 Apr 00:40
Compare
Choose a tag to compare

Fixed

  • WSGIServer shutdown

v2024.3.0

31 Mar 02:00
Compare
Choose a tag to compare

Changed

  • I preload frames in a separate thread. It's about 15 percent faster.
  • Using other VP9 options results in slightly larger files, but 1.5–2 times faster. So, so far there is not much difference between using MP4 and WebM here.

v2024.2.0

08 Feb 16:23
Compare
Choose a tag to compare

Changed

  • Destination file name is allowed (ignored) with option --resolutions (#14)
  • No subsampling in high quality mode; moderate subsampling in medium quality mode (#17)

Added

  • QOI and PCX input image formats (#12)

Removed

  • Options --trim-start and --trim-end (#13)

v2023.9.1

12 Nov 07:36
Compare
Choose a tag to compare

Fixed

  • An error in the resolution resolving algorithm, leading to division by zero in the presence of odd frame sizes due to incorrect use of rounded (to even) size.

v2023.9.0

12 Nov 08:15
Compare
Choose a tag to compare

Changed

  • Versions, although they look like dates, now almost do not contradict semantic versioning: there is no leading zero in months, and the last number means the patch number.
  • The video resolution resolving algorithm copes better with controversial situations.

Added

  • The ability to set the range of allowed ports (-p min:max).
  • The ability to make videos even from empty or non-existent folders (--sure).