Skip to content

Tags: cdgriffith/FastFlix

Tags

5.12.4

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature.
Version 5.12.4 (#680)

5.12.3

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature.
Version 5.12.3 (#674)

* Fixing #673 changing subtitle language in the UI did not take effect in the command (thanks to danielly2020)
* Fixing #673 extract subtitle command was looking for subtitle index, not absolute index (thanks to danielly2020)

5.12.2

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature.
Version 5.12.2 (#672)

* Fixing #671 Switching to the NVEncC AV1 encoder will break FastFlix (thanks to Krawk)
* Fixing error switching between copy and other encoders will break FastFlix

5.12.1

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature.
 Version 5.12.1 (#669)

* Fixing #654 Failed to import attachment due to bad mime type gathering (thanks to larsk2)
* Fixing #659 current profile panel won't open (thanks to danielly2020)
* Fixing missing undefined option for audio tracks (thanks to danielly2020)
* Fixing missing unittests for common encoder options
* Fixing some extra spaces in commands
* Fixing logs were showing red for info commands
* Fixing missing translations (thanks to danielly2020)

5.12.0

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature.
Version 5.12.0 (#653)

* Adding automatic downloads for rigaya encoders on Windows
* Adding #45 audio normalization (thanks to HannesJo0139, Marco Ravich, Kirill, Werner Robitza, Type-Delta, Xoanon88)
* Adding ability to add subtitle or audio track
* Fixing custom_crf not being found (thanks to Norbert)
* Fixing missing space to CRF (thanks to Noelle)

---------

Co-authored-by: Noelle Leigh <5957867+noelleleigh@users.noreply.github.com>

5.11.0

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature.
Version 5.11.0 (#650)

* Adding parallel encoding options for rigaya hardware encoders (thanks to Hexenhammer)
* Adding builds for Ubuntu 22.04 and mac 13 again
* Changing SVT-AV1 to single pass only due to ffmpeg not allowing passlog files properly
* Changing SVT-AV1 to CRF quantization mode by default
* Fixing #642 Possible to create a profile without bitrate specified for audio stream (thanks to Xoanon88)
* Fixing #644 various typos (thanks to luzpaz)
* Fixing #646 PydanticSerializationUnexpectedValue warning during startup (thanks to Noelle Leigh)
* Fixing #647 another typo (thanks to Noelle Leigh)
* Fixing #649 1-Pass Bitrate stored in x265 profile not honored (thanks to Xoanon88)
* Fixing how program is centered on multiple monitors
* Fixing do not pass infer_no_subs to encc encoders

---------

Co-authored-by: Noelle Leigh <5957867+noelleleigh@users.noreply.github.com>
Co-authored-by: luzpaz <luzpaz@users.noreply.github.com>

5.10.0

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature.
Version 5.10.0 (#640)

* Adding global disable interlace check (thanks to Hexenhammer)
* Changing profile bitrate selector to be text field (thanks to Hexenhammer)
* Fixing #637 saving temp files for seven days to allow for better debug and recovery (thanks to marillat)
* Fixing #638 switching archived library appdirs to maintained platformdirs (thanks to marillat)
* Fixing x265 passlog file name was not being applied properly
* Fixing audio conversion list for rigaya encoders (thanks to Hexenhammer)

5.9.0

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature.
Version 5.9.0 (#634)

* Adding QP mode for FFmpeg Nvenc encoding
* Adding more preview positions
* Adding ultra high quality mode for ffmpeg nvenc encoder
* Adding Ubuntu 24.04 builds
* Adding #633 download for stable version of ffmpeg by default on Windows (thanks to Maddie Davis)
* Fixing #611 Extension type not being selected properly from profiles if encoders isn't switched (thanks to Hankuu)
* Fixing #628 Custom QP/CRF saved in profile may not be restored correctly (thanks to Gregorio O. DeMojeca)
* Fixing #631 VVC Level can't be set to 0 anymore (thanks to GT500org)
* Removing Ubuntu 20.04, 22.04 and Mac 12 builds

5.8.2

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature.
Version 5.8.2 (#618)

* Fixing #610 Do not try to divide by zero if HDR metadata has bad values (thanks to Noelle Leigh)
* Fixing #616 replace correct cmd line option for IDC level (thanks to pkleinejaeger)
* Fixing too long of log file names could crash (thanks to ProFile)
* Removing code signing as cert has expired

5.8.1

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature.
Version 5.8.1 (#606)

* Fixing #598 'dict' object has no attribute 'to_yaml' (thanks to dmo marillat)
* Fixing #599 Italian language translations (thanks to bovirus)
* Fixing #600 Update NSIS installer script #601 to include Italian (thanks to bovirus)
* Fixing #603 Themes stylesheet aren't included in python package (thanks to dmo marillat)
* Fixing #605 HDR2SDR double tonemapping in Rigaya NVENC and QSV Encoders (thanks to Darksyderz)

---------

Co-authored-by: bovirus <1262554+bovirus@users.noreply.github.com>
Co-authored-by: dmo <marillat@users.noreply.github.com>