Trix
Trix
> I will look into this. After I verify that I can encode/decode/mux and playback VVC with no issues. Last time I looked into this I couldn't remux and playback...
> U can mux with mp4box with this command line options mp4box -cat *.266 -new outfile.mp4 Also u can mux the audio and it works, i have tested it and...
Av1an does not use ffmpeg's encoders anyway.
All the required binaries need to be [added to Windows' PATH](https://www.architectryan.com/2018/03/17/add-to-the-path-on-windows-10/).
I'm unsure I understand what you mean. Windows' PATH supports any path. What config file are we even talking about?
When providing av1an a mkv file, it creates itself a vpy file which will serve as the actual input. It looks like this: `from vapoursynth import core` `core.max_cache_size=1024` `core.lsmas.LWLibavSource("cache.lwi").set_output()` This...
I too have seen little improvements of going over 8 threads, just fyi. I believe a speed comp was done at some point by either Soichiro, Blue or someone else...
I'd like to "up" this suggestion. This feature is really needed in av1an. My only gripe with it is that if the actual error comes from not having enough memory,...