blinry
blinry
I noticed that when `bin/update-data` runs the `rake db:fixtures:load_jsonb` step, it eats all my 12 GB of free RAM, and that's probably why it fails. Huh.
@aleksejrs I really like the idea of checking multiple locations for a nordlicht! This would also enable you to keep using sidecar files. As for JPEG output, I compared file...
For quickly trying out things, you can use [utils/youtube-nordlicht](https://github.com/nordlicht/nordlicht/blob/master/utils/youtube-nordlicht). And for proper integration, those characters are probably the video's ID? So we could check whether the "filename" starts with "ytdl://",...
Thanks for reporting this! Could you possibly provide me with an example file? [Contact info here.](https://morr.cc/about/)
@rohieb Yeah, bundling the libraries with nordlicht seems to be the best option we currently have. It's really frustrating that I didn't find another clean way to run processes in...
That's a really cool suggestion! I appreciate the thought you already put into this! I also think that "wrapping" the tracks will be useful for the tumbnail and slitscan styles...
As a first step, I added a `--rows ` option to the tool (and a matching function to the API). It will wrap the tracks as if they were cut...
Status report: "volume" style implemented in current master. It doesn't work with each audio frame format yet: 
Update: Implemented a "spectrogram" style, which seems superior to "volume" in every way and replaced it. Audio frame formats still need some investigation. 
Note for @rohieb: I tried this in a Debian 7.4 VM, and it seems it's libav version produces another audio frame format (uint8, not float), which is why it doesn't...