Skip to content

Releases: cdgriffith/FastFlix

Version 3.1.0

18 Oct 22:23
cffd852

Choose a tag to compare

  • Adding support for movie title
  • Adding settings for disable update check on startup and limited audio conversions
  • Adding #57 after conversion options (thanks to TGMais)
  • Adding Windows should not to go to sleep during conversion
  • Changing #80 thumbnail preview will start at 10% in if no start time given (thanks to zsumie)
  • Changing no longer need to restart for setting page changes
  • Changing width and height will only give warnings if not divisible by two
  • Fixing output name is not regenerated on encoder switch if matching extension
  • Fixing #79 crash on no internet connection (thanks to L0Lock)
  • Fixing output paths not working on network drives

Windows

Please use the installer below (FastFlix_3.1.0_installer.exe) unless you need the portable version (FastFlix_3.1.0_win64.zip)

Mac / Linux

Please use pipx as described in the README or use the whl file with Python below.

Version 3.0.2

05 Oct 14:48
09aa783

Choose a tag to compare

Please use the installer unless a different version is required

Version 3.0.0

25 Sep 14:52
39345e0

Choose a tag to compare

  • Adding AVC support (libx264)
  • Adding #65 rav1e support (librav1e)
  • Adding #49 SVT AV1 support (libsvtav1) directly with FFmpeg
  • Adding SVT AV1 dual pass, tier, scene detection, and tile parameters
  • Adding #67 Status Panel to view encoding logs
  • Adding #58 Support for cover attachments (thanks to -L0Lock-)
  • Adding various speed improvements
  • Adding changelog in GUI
  • Adding #68 version upgrade dialogue
  • Adding icons to encoders drop down
  • Adding video filename path
  • Adding Windows installer
  • Adding check for new ffmpeg on startup
  • Adding #69 nice feature for language selection (thanks to HannesJo0139)
  • Adding #13 button to copy commands to clipboard and save to file
  • Adding options to remove metadata and copy chapters
  • Changing #8 logs to be separated into GUI and conversion logs
  • Changing major internal re-write to keep encoding even if GUI dies
  • Changing bitrate suggestion resolutions to be more readable with fps
  • Changing command builders to specify the temporary files themselves
  • Changing changelog to proper markdown
  • Changing rotation and flip section to drop downs
  • Fixing Windows taskbar does not always show icon
  • Fixing #55 GUI logs by splitting them from core logs
  • Fixing #42 log output from FFmpeg stopped due to PIPE filling up (thanks to Trevbams)
  • Fixing that mkv cover attachments would show as video tracks
  • Fixing plugins should not be available if no FFmpeg library for them
  • Fixing error on audio tracks listing zero channels
  • Removing support for the direct SVT AV1 encoder (fixes #24)
  • Removing support for cutelog / socket based logging
  • Removing flix as library support (cleaning out old command generator code)

Version 2.6.3

19 Sep 19:36
b437d03

Choose a tag to compare

  • Fixing #71 #26 encoding issues in video files (thanks to -L0Lock-)
  • Fixing tempfile issue with recursion on cleanup
  • Fixing SVT AV1 command building raising errors on bad crop

Version 2.6.2

18 Sep 17:36
4009ec0

Choose a tag to compare

  • Switching windows builds from zeranoe.com to gyan.dev

Version 2.6.1

15 Sep 20:24
d655b9d

Choose a tag to compare

  • Adding #63 HEVC crf suggestions back (thanks to -L0Lock-)
  • Fixing #62 VP9 and GIF crashing due to label bug (thanks to -L0Lock-)

The windows executable is in the attached zip file FastFlix_2.6.1_win64.zip

Version 2.6.0

15 Sep 14:39
227a6a9

Choose a tag to compare

  • Adding AV1 AOM settings for cpu-used, tile-columns, tile-rows, row-mt
  • Adding HEVC x265 setting for profile
  • Changing plugins to include library used for encoding
  • Changing HEVC default speed to "medium" and crf to 28 to match x265 defaults
  • Changing command builders to specify stream instead of video track for codec
  • Fixing FPS not showing correctly when dealing with higher numbers
  • Fixing #60 video track not selected properly (thanks to -L0Lock-)
  • Fixing crash on SVT-AV1 due to HDR label issue
  • Fixing SVT-AV1 audio tracks being converted incorrectly

Version 2.5.0

29 Aug 00:42
19efaee

Choose a tag to compare

  • Adding settings dialog
  • Fixing no bitrate should be specified for lossless audio

Version 2.4.1

27 Aug 16:23
0e4309b

Choose a tag to compare

  • Fixing HEVC custom CRF issue

Version 2.4.0

26 Aug 03:16
4862bab

Choose a tag to compare

  • Adding larger command line view to see entire command at once
  • Changing to using qtpy which supports dynamic linking of either PySide2 or pyqt5, instead of only PySide2
  • Fixing #4 Error Message Box when someone other than video file is dropped onto fastflix
  • Fixing #44 Remove metadata from original file (thanks to HannesJo0139)
  • Fixing #20 Adding hoverhelp for most converter options