Colin Alexander Duffy

Results 35 comments of Colin Alexander Duffy

@gildas-lormeau I have no clue what I am doing either and their documentation is pretty poor from my point of view. You can see the [pull request](https://github.com/Homebrew/homebrew-cask/pull/170058) here if you...

@gildas-lormeau Instead of using your precompiled binaries brew has asked me to write a small ruby package definition, which I have done and it successfully builds the single-file binary, but...

@gildas-lormeau I've resolved it now, and all the build and run test are passing in my PR https://github.com/Homebrew/homebrew-core/pull/168436 I am not sure they will merge given that I always fail...

@bmachek Thanks for considering this. Currently, the plugin by @midzelis has fairly limited functionality, but it seems like he intends to expand it.

This seems correct to me. The unit is different in each of those. You requested 4000 Kilobytes and are getting results in Megabits which are a different unit. 4000 Kilobytes...

There are two things that could be causing this problem: 1. The final bitrate is including the aac which you are not transcoding into something smaller like opus 2. QSV...

I have taken a quick look at some of the [documentation ](https://www.intel.com/content/dam/www/public/us/en/documents/white-papers/quicksync-video-ffmpeg-install-valid.pdf) and there is no mention of support for ffmpeg filters in QSV but the [ffmpeg wiki ](https://trac.ffmpeg.org/wiki/Hardware/QuickSync)seems like...

JXL is far better for this because it can convert losslessly at very competitive compression ratios and can losslessly reconvert to JPEG from the JXL. Given most manga is server...

@BrutuZ Your point is valid, and I meant to imply that while there are options to schedule downloads and limit them to circumstances like wifi connection and charging status, there...

There is already a [library](https://github.com/awxkee/jxl-coder) that seems capable of doing this, but I haven't used it before so I don't actually know. I have a lot of experience using cjxl...