Chris Griffith

Results 323 comments of Chris Griffith

Apologizes for delay, thank you for raising this issue with the clear details. There must be some Linux specific file handling operations with PyQT that change / got messed up...

If you are looking for just HDR10, can use ffprobe directly: ``` ffprobe -hide_banner -loglevel warning -select_streams v:0 -print_format json -show_frames -read_intervals "%+#1" -show_entries "frame=color_space,color_primaries,color_transfer,side_data_list,pix_fmt" -i ``` That is done...

This seems to be caused if you have more than one hardware device that is opencl capable. I will update FastFlix to just use first available (as ffmpeg doesn't have...

What does `~/.local/bin/ffmpeg -hide_banner -encoders` list?

So that version of ffmpeg doesn't have SVT as part of it is the issue, should have the line: ``` V..... libsvtav1 SVT-AV1(Scalable Video Technology for AV1) encoder (codec av1)...

Anytime there is a Pyinstaller update it will probably be re-flagged by some. As I use the same program to create the EXE as a lot of others, plenty of...

I like the drag and drop, I thought I added that already so thanks for adding this to track it for real!

What I'm confused about is there is somehow a space after the drive letter, which...can't be there ``` -filter_complex "[0:0]subtitles='D\ :\\Users\\Maddie\\... ``` I *think* if it's removed so it's `D\:\\`...

Thanks for the ticket! Fixing the single pass missing option in next release. Can't get the bitrate custom bug to happen, but will keep an eye on it.

Fixing the single pass issues in 5.5.4, will keep open for now to look for bitrate flip issues as well https://github.com/cdgriffith/FastFlix/releases/tag/5.5.4