Chris Griffith

Results 265 comments of Chris Griffith

Hi @smartworld-10 that is very odd behavior, and sounds more like a potential bug with NVEncC. Could you open up an issue on their page https://github.com/rigaya/NVEnc/issues with example commands (from...

Hi @Schmaenks thanks for the heads up, I have not seen that behavior myself. Are you using the portable or the install version? Make sure that if you are using...

Does the output log have this warning at the top? ``` x265 [warning]: –dhdr10-info disabled. Enable HDR10_PLUS in cmake ``` More details https://github.com/cdgriffith/FastFlix#hdr10-1 I honestly don't know of a Mac...

Apologizes for delay, totally missed this issue apparently! It seems that you have the `ffmpeg` path set to `FastFlix` instead of an `ffmpeg` executable.

> Hello, Excuse me for bothering you, I know you're busy. I wanted to know if you could make a variant of FastFlix but for Android. I love what you...

I grab the details from the first frame about the Mastering display metadata: ``` ffprobe -v quiet -loglevel panic -print_format json -select_streams 0 -show_frames -read_intervals %+#1 -show_entries frame=color_space,color_primaries,color_transfer,side_data_list,pix_fmt ``` It...

Tried it myself, looks like ffmpeg now properly recognize and copy DV side data: ``` Side data: DOVI configuration record: version: 1.0, profile: 7, level: 6, rpu flag: 1, el...

Honestly not sure, quick googling suggests may be if you are using the executable, and didn't download the code to run it, that it might be working in a limited...

Sorry for delay. As a heads up 5.0.0+ is now on Qt6 If it's still not working could try building from source to see if it's part of the packing...

With the update to QT6 also started using python 3.10 as a minimum is that error. I apologize I need to update the docs to reflect that!