Thomas Daede
Thomas Daede
The Greaseweazle V4 is still only USB 1.1 and I can't get more than about 8Msps of bandwidth out of it, which could be the problem. (in my case I'm...
If it's helpful, I've produced a bunch of frequency responses for all of my floppy drives on hand. These were all produced with the Greaseweazle V4, so none of them...
Here is a source file that causes it: https://0x0.st/-yHs.mp4 Here is the resulting file: https://0x0.st/-yoF.webm Here is the av1an command line: ``` ~/sandbox/Av1an/target/release/av1an --webm -v="--quantizer 200" -a="-c:a libopus -b:a 64000"...
The CMake build files are quite new, so I would guess most projects use the libogg name. In addition, on Linux, it's also libogg. I think changing CMakelists.txt in both...
Specifically, the opus website is here: https://gitlab.xiph.org/xiph/opus-website
Someone had an interesting use case of encoding MAME files, e.g. og.kervella.org/pt.7z This is low priority but no reason not to implement it.
There's a special 4x4 transform that we currently don't have. That's the main thing missing.
Does it reproduce with --low-latency true?
--quantizer does not guarantee the frame average QP, it only guarantees the "base pyramid" frame QP. By default depth 2 pyramid coding is used (3 levels) so average QP will...
FWIW nothing obvious on the analyzer. Either incorrect reference frames are being used, or somehow lambda or distortion scale is getting set wrong every other frame.