-
-
Notifications
You must be signed in to change notification settings - Fork 59
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Bug: IndexError: list index out of range #60
Comments
Thank you for including the log output, made finding the issue really simple! It turns out was an issue with the video track not being the first track, which isn't common to my knowledge so I didn't have a test case for that. Fix will be in 2.6.0. |
* Fixing crash on SVT-AV1 due to HDR label issue
* 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
Should be fixed in 2.6.0 https://github.com/cdgriffith/FastFlix/releases/tag/2.6.0 let me know if you have any more issues, thanks! |
Looks like it's fixed so far. Many thanks sir! |
Not sure exactly what causes the issue, but fastflix can't work with some of my files. I haven't thoroughly tested, but it looks like it occurs with files containing multiple audio/subtitles steams. Maybe...
When using those files, the command list tab remains blank, and using the convert button doesn't do anything besides setting an output file.
This is the log output:
I also have this in the console:
The text was updated successfully, but these errors were encountered: