valadaptive

Results 209 comments of valadaptive

I'm not sure if it's any faster. I made my own version of this, [ntsc-rs](https://github.com/valadaptive/ntsc-rs), which should be a lot faster if that's what you need.

This has been partially fixed in v0.9.0 (Windows and Mac work properly, but Linux still lets you interact with the main window while a file picker is open).

I started looking into this, and it looks like a lot of the code relies on IIR filters, which are hard to parallelize. It would likely be possible to optimize...

Can you upload the video? The issue might be that it has a variable frame rate.

Can you try v0.9.0 and check if the issue still occurs? If so, can you please upload one of the video files that fails to load so that I can...

Closing due to a lack of activity or a way for me to reproduce the issue. v0.9.0 included some changes that may fix intermittent errors on Nvidia GPUs. Let me...

What are the backwards compatibility concerns in particular? I'm a bit interested in writing a proper macro parser.

This is my fault and also GTK's fault--see https://github.com/PolyMeilex/rfd/pull/152. GTK can *only* be used from the thread that it was initialized on. AFAIK, there's no way to get this thread...

I can't reproduce this. What video is it? Can you post a screen recording of the issue?

Ah, it seems like this is another issue with variable-framerate videos. I'll try to find a solution for that