Skip to content

Frame progress, Less dependency

Compare
Choose a tag to compare
@master-of-zen master-of-zen released this 18 Feb 08:34
· 1937 commits to master since this release
54bb9c3

Major Changes

Progress is shown in frames

  • Click on image for video.
  • Bar updates after every finished chunk by the amount of frames from the source clip
  • Total size of bar is source number of frames

FFprobe deprecated

FFprobe not longer needed for Av1an, all FFprobe calls replaced with FFmpeg.

~25 times faster frame count checking

Redone frame count checking.
Speed comparison for frame count check:
FFprobe: 4.99s
FFprobe with autothreads: 1.039
FFmpeg: 0.209s

Minor changes

  • General code improvements
  • Console look
  • Bugs of fixes