jessielw / HDR-Multi-Tool

A graphical user interface for parsing HDR10+ and Dolby Vision
MIT License
75 stars 6 forks source link

Had the same issue, but the logfile gave me a hint #13

Closed jessielw closed 5 months ago

jessielw commented 5 months ago
          Had the same issue, but the logfile gave me a hint

FFMPEG 2024-01-24T12:40:49.795Z: Unrecognized option 'vbsf'.

It seems the wrong ffmpeg.exe is called, in my case there was an environment variable set to a folder where a newer version of ffmpeg was located, which obviously did not feature the vbsf option anymore. Guess that can be solved by calling the ffmpeg.exe in the /apps folder of HDR-Multi-Tool explicitly

My workaround was to add another environment variable pointing to the /apps folder and locating it above the other variable giving it a higher priority. Then the extraction worked again.

Originally posted by @cartman0208 in https://github.com/jlw4049/HDR-Multi-Tool/issues/12#issuecomment-1908064481

jessielw commented 5 months ago

This was due to newer FFMPEG versions depreciating the vbsf command, I'll fix this today.

jessielw commented 5 months ago

Fixes in latest release https://github.com/jlw4049/HDR-Multi-Tool/releases/tag/2.0.1