Emily Bowman
Emily Bowman
If you can upload that first part of the stream that crashes at 11-12 secs it would be very appreciated anyway. ffmpeg should NEVER crash, so this might narrow down...
That almost always indicates a mismatch between the version of ffmpeg decoding the video and the one consuming it. That seems extremely odd, and even more odd that it would...
Which OS is that? Avian requires something fairly bleeding edge, unfortunately, anything with long-term packages isn't going to be able to use it.
@redzic This is more for multi resolutions or qualities, particularly for test encodes, I think, or perhaps for pipelining long queues so that there aren't long periods of most cores...
It should, although that's just about touching the *absolute* minimum of 48 samples (at 48kHz) and custom's always only received cursory testing. Does it change noticeably at 48, perhaps? Or...
This would have to be the basis of a new codec, although it's so far unproven. Opus wouldn't be able to incorporate it without a completely new Opusv2.
@LifeIsStrange I'm not aware of anyone anywhere working on new audio codecs. There would have to be a demonstrable improvement that outweighs the pain of pushing a new standard out...
I haven't checked all of them, but all of the ones I've looked at are logically just completely impossible to overflow, they're always working with small numbers. A handful of...
NEON has been in all Apple silicon since 3GS, so it would be reasonable.
That's just a KISS FFT thing ( https://github.com/mborgerding/kissfft ), if you pack half into real and half into imaginary it'll parallelize the processing. I have to wonder how much a...