TheHardew

Results 41 comments of TheHardew

While we're at it, implementing a configuration option for the thumbnail format could be a good idea too, possibly? Maybe someone would want to use webp or when jpeg xl...

> Something that needs to be considered is that cjxl and djxl currently have output to stdout, in the encode/decode status. When using stdin/stdout this output would have to be...

I think in Y'CbCr you can use yuv4mpeg. It could be usefull e.g. when decoding an animation consisting of jpeg frames (e.g. compressed mjpeg files, I think it should be...

@LeviPesin try `type test.ppm | cjxl - - > test.jxl`?

I tried it out and stdin input does seem broken. Output to stdout from `cjxl` works though. I tried `type 1.png | ffmpeg -i pipe: 2.png` and it does work,...

On unix-like systems, or at least on linux, it works properly. On windows it's broken.

Thank you, now I know I won't lose any data by stripping it. Should I close this issue then, since the spec can't be changed?

The fact that the image is bigger at greater efforts is not necessarily a bug, because it could also have much higher quality, since you are using lossy compression. I...

You could extract the folder from `args` in `spawn_ffmpeg_and_run` and maybe use `fs.mkdir` with recursive set to true.

In fact, if you generate the av1 files and replace the one generated by Video Hub App, it will play just fine.