cdgriffith / FastFlix

FastFlix is a free GUI for HEVC and AV1 encoding, GIF/WebP/AVIF creation, and more!
MIT License
1.1k stars 55 forks source link

Bug: Crash when encoder switched to VP9 or GIF #62

Closed L0Lock closed 3 years ago

L0Lock commented 3 years ago

Using v2.6.0, FastFlix crashes when I set the encoder to GIF or VP9. Here are the console output:

GIF:

Traceback (most recent call last):
  File "fastflix\widgets\video_options.py", line 46, in change_conversion
  File "fastflix\plugins\gif\settings_panel.py", line 89, in new_source
AttributeError: 'GIF' object has no attribute 'remove_hdr_label'

VP9:

Traceback (most recent call last):
  File "fastflix\widgets\video_options.py", line 46, in change_conversion
  File "fastflix\plugins\vp9\settings_panel.py", line 251, in new_source
AttributeError: 'VP9' object has no attribute 'remove_hdr_label'
cdgriffith commented 3 years ago

Fixed in https://github.com/cdgriffith/FastFlix/releases/tag/2.6.1