Hishiro64

Results 5 comments of Hishiro64

Yeah I could add this. I ran your branch under a VM to check for portability and a couple of lines using tar need to be swapped to use the...

One thing you can try is to navigate into `\dependencies\av1an` in Windows file explorer, and manually double-click on the `av1an.exe` at least once. If I remember correctly, Microsoft SmartScreen will...

Make a copy of `encode.bat`, then rename the copy. Right-click the new bat file and edit with notepad. Delete the contents, and replace it with this: ```bat @echo off TITLE...

The edited script should have output the help text followed by `press any key` . Like this: ![image](https://github.com/user-attachments/assets/f692d0d2-3137-4f62-92eb-9d5ac654a07f) I think it's not finding the dll files. See if the dll...

I don't really know much about HDR encoding. Think you can manually set these to get it to transfer over. ```bash -v "--color-primaries x --transfer-characteristics x --matrix-coefficients x" ``` You...