Skip to content

Releases: master-of-zen/Av1an

Drop-in Windows Build, PySceneDetect integration

06 Feb 02:02
Compare
Choose a tag to compare
  • PySceneDetect integrated, less complexity, faster.
  • Autobuilds for Windows Executable at Appveyor.
  • Windows builds only require FFmpeg, FFprobe, Encoder in main folder with executable.
  • At current moment Working Encoders for Windows are AOM (Full), Rav1e ( 1-pass, 2 pass is bugged), SVT-AV1 don't want to work with pipes at all :(
  • Attached files are ready to use and contain latest Rav1e and Aom

Av1an 1.2 - Full FFmpeg, PyScene options, Major bugfixes

05 Feb 10:07
d417a14
Compare
Choose a tag to compare
  • Major fix for AOM/SVT-AV1 droping encoded frames on some sources.
  • Now supporting all FFmpeg options with -ff
  • Now supporting all PySceneDetect options with -sc
  • and some more

Av1an 1.1 - Less dependencies, Reuse of detected scenes

01 Feb 21:09
Compare
Choose a tag to compare
  • Fully redone video splitting. FFmpeg segment used instead of scenedetect pymkv
  • Reusing scenedetect results with different runs for same video. Look -s for instructions
  • Removed dependence on python-pymkv
  • Cleaner console look, less lines, better presenting of useful information
  • Fixed printing of large amount of output to Windows console
  • Better error handling

Initial release with main functionality

27 Jan 18:34
1ef1be4
Compare
Choose a tag to compare
  • Spliting Video by Scenes

  • 8/10 bit encoding

  • AOMENC encoding 1,2 pass.

  • SVT-AV1 encoding 1,2 pass.

  • Rav1e encoding 1 pass only.

  • Avif AOMENC encoding.

  • Avif Rav1e encoding.