![]() |
AV1 - Printable Version +- Selur's Little Message Board (https://forum.selur.net) +-- Forum: Hybrid - Support (https://forum.selur.net/forum-1.html) +--- Forum: Problems & Questions (https://forum.selur.net/forum-3.html) +--- Thread: AV1 (/thread-2917.html) Pages:
1
2
|
AV1 - humanoid86 - 12.11.2022 The AV1 codec has become very popular. I hope you will add "NEW" codec/filter ("drivers") with AV1 support? RE: AV1 - Selur - 12.11.2022 av1 encoders Hybrid currently supports atm.:
This should already cover every free available av1 encoder I know of. => If you can name additional av1 encoders that are free, have a command line interface and supports piped input, I can look into supporting them. Cu Selur RE: AV1 - humanoid86 - 12.11.2022 you didn't understand me again fresh versions needed not these old ones - they are experimental - not stable RE: AV1 - Selur - 12.11.2022 Dev version should be up-to-date, but you can simply replace the binaries if the command line interface didn't change. Cu Selur RE: AV1 - humanoid86 - 12.11.2022 (12.11.2022, 10:23)Selur Wrote: Dev version should be up-to-date, but you can simply replace the binaries if the command line interface didn't change. Would a simple file replacement help? without adjustments in the settings? O_O......... RE: AV1 - Selur - 12.11.2022 Yes RE: AV1 - karthauzi - 14.11.2022 Anyone tried theĀ --fp-mt=1 usage for better Threading yet? Will it speed up encoding a bit 6Core /12 Threads? Will the Video Quality drop like settings up tile columns and rows in AOM? I dont want to use chunked encoding yet, because i only have 16 GB of RAM, when i use chunked encoding with filters on, 2 gb ram left, vspipe will eat all of my RAM. Greetings RE: AV1 - Selur - 14.11.2022 I only did a few tests with SD and 4k content and couldn't find any speed gain when using --fp-mt=1, not sure whether there are any other requirements for it to do something. (Side note: when using chunked encoding, make sure to lower the threads count) Cu Selur RE: AV1 - karthauzi - 15.11.2022 Hi Selur, why lower the Threads count? even if i set full threads, AOM is not using all of my thread to 100% CPU Load is pending about 80%, with 2 chunks and still 12 Threads, i can get 100% cpu load all the time. RE: AV1 - Selur - 15.11.2022 More threads mean more memory usage and overhead. ![]() If you run multiple encodes in parallel, you might want to lower the per job threads count. |