Alfred Gutierrez
                                            Alfred Gutierrez
                                        
                                    @crazoter Nice writeup! Thanks for checking out `ffprobe-wasm`: >Still, for anyone interested in porting ffprobe to wasm, I think this is a step in the right direction and can be...
Hi @yuribudilov, Happy 2022! Unfortunately, this package does not cover the `meta` box currently, which is where the metadata information from the QT format (mov) are stored according to the...
Hey @osain-az, It should be possible to write the header as the init file and then the rest of the mp4 chunk segments. However, I don't have a good example...
Thanks for catching this. Will take a look as soon as I can.
Hey @Serial-ATA, thanks for checking into this. Sorry, I haven't had much time lately to work on this, but I'm open to suggestions and PRs.
Hey @lolgesten, Thanks for the input and suggestion. I admit most of the sample bytes I have worked with have been small enough to be wrapped into a buffer when...
Hi @forart. Great idea. I've been meaning to add my own set of presets as well. I'll leave this open as a TODO to add more presets.
Ah, that would make sense. I haven't been keeping up with the Hyper updates. I see you filed an issue on https://github.com/zeit/hyper/issues/3137. I'll be happy to apply a fix if...
Admincraft's configuration parsing continuously breaks on minecraft-server version updates. This is due to the config reading/writing parsing on https://github.com/alfg/AdminCraft/blob/master/admincraft/views.py#L303-L483 Needs to be redone to read/write the keys and values.
Thanks! Sorry for the late response!