quietvoid
quietvoid
> The vendor folder seems to be quite a bit bigger this time :( Maybe if you used `cargo vendor` after `cd dolby_vision`, it should only vendor the lib. Or...
I just started encountering this crash and it seems somewhat random. ``` sway[19226]: Assertion 'm->cached_next_time_event->enabled' failed at ../pulseaudio/src/pulse/mainloop.c:342, function mainloop_time_new(). Aborting. sway[19226]: Assertion 't = find_next_time_event(m)' failed at ../pulseaudio/src/pulse/mainloop.c:740, function...
Just ran into this ``` Assertion '!e->next' failed at ../pulseaudio/src/pulsecore/queue.c:104, function pa_queue_pop(). Aborting. Stack trace of thread 1842: #0 0x00007fe209c9894c n/a (libc.so.6 + 0x9894c) #1 0x00007fe209c3e410 raise (libc.so.6 + 0x3e410)...
For some reason I'm getting issues a lot this morning, perhaps due to upgrade to `easyeffects` 8.0. There's a lot of sink spam in logs. Setup: - Audio server: `pipewire-pulse...
> Exact same issue as in https://github.com/mpv-player/mpv/issues/11152 So why did you make a new issue? edit: I see it was suggested but no idea why.
I don't know? You could always try using the shader in mpv.
I'm aware that BDSup2Sub has limitations, it's just the only option I found at the time that could be easily exported/imported as images. I've yet to find a complete library...
I had looked at other existing projects that dealt with subs and never really understood how this color change would be done. https://github.com/cubicibo/SUPer https://github.com/wswartzendruber/pgs-tools I just need to look more...
> I didn't implement --fixed and --color functionality as i don't understand how they should work with the YCbCrA palette. Assuming the matrix is fixed, you could always round trip...
> hey quietvoid, I'm having lots of issues with BDSup2Sup (primarily because I'm on Mac), have you seen this rust solution for exporting images: https://github.com/robjtede/sup-decode I'm not sure if the...