Kristóf Poduszló
Kristóf Poduszló
> Any chance to merge this code? > Only @macalinao can do it? > I am currently avoiding to have React17 in my NextJS10 project, because there are errors with...
Downgrading to React 16.14 has fixed the issue for now. I'm not sure whether an issue should be filed towards Babel or React, too.
For Next.js 10, I'm currently using the following workaround: ```jsonc /* .babelrc */ { "presets": [ [ "next/babel", { // TODO: Remove when airbnb/babel-plugin-inline-react-svg#91 gets fixed "preset-react": { "runtime": "classic",...
> Please fix the bug for react v17 / NextJS. Please be patient and consider supporting the developers of this project. That’s an example how you could help besides contributing...
@macalinao Great job, thank you! I would love to see that being merged into this project.
I think the project should aim to mimic the interface that `useQueries` provides, so that each of the results are loaded independently. It’s possible to create [a user-land implementation for...
This line is the root cause of this issue: https://github.com/master-of-zen/Av1an/blob/287f213918b30a7e32937306a6c890655825729d/av1an/startup/setup.py#L26 As a temporary solution, this check could be omitted when Windows is the OS in use.
@master-of-zen Thank you for your quick response, it’s put inside the same folder. The issue doesn’t seem to be about that. It turns out that `"C\\:/Users/kripod/Desktop/vmaf_float_v0.6.1.pkl"` cannot be validated by...
Even after omitting that check in the package’s source, I encounter the following error when executing the command: ``` av1an.exe --input ProductVideoC3Web60.mp4 --output test100.avif --target_quality 85 --vmaf_path "C\\:/Users/kripod/Desktop/vmaf_float_v0.6.1.pkl" : Encoder...
Thank you, I would highly appreciate a distrubution packaged with everything required to encode videos on Windows. You’re doing an awesome job maintaining this project, keep it up! 🙌