WyohKnott
WyohKnott
The app on Android is great, my only complain is that the back button does nothing: when I am in a stream touching "back" should get me on the previous...
So one VA artist I sub too was pwned from Patreon and moved to SubscribeStar. Having no experience with SubscribeStar I've searched for a scrapper, starting with my faithful gallery-dl....
> also in the future please do not force push, all commits will be squashed upon merge Had to force some, wrong identity as I am not on my laptop.
Ok I have trouble matching the md5sum: -f 50 e94c9cbb9cf9c9724f71ce53141d5a2f -f source fc6291214bab683b9e6126c5933d91bf == md5 of original file. However: ``` test/test_download.py:252: in test_template self.assertEqual(tc['md5'], md5_for_file) E AssertionError: 'e94c9cbb9cf9c9724f71ce53141d5a2f' != '322db8d63dd19788c04050a4bba67073'...
Ok we're clear, the test passes. Thanks a lot for your help and time!
Hmmm indeed: ``` Input #0, mov,mp4,m4a,3gp,3g2,mj2, from 'My Buddy - Henry Burr - Gus Kahn - Walter Donaldson.mp3 [1IP0o8dHcQrIHGgVyp0Ofvx2cGfLzyO1x].mp3': Metadata: major_brand : M4A minor_version : 0 compatible_brands: isommp42 encoder :...
> originals are YUV420 subsampled Yes. > have their upsampling done without fancy upsampling No image has been upsampled. They all are encoded as is. YUV444 is rot supported by...
It's a bunch of dirty BASH scripts pieced together… I included the relevant lines for encoding on the bottom of the index page if you want to reproduce it. What...
I wrote down every step I could think of over here: http://wyohknott.github.io/image-formats-comparison/report.html I linked a git repo where you can find the BASH scripts. It's not super automated though. The...
@jrmuizel I don't know if you're still interested by this but I rewrote my scripts in Python and the graphs are now generated using numpy+pandas+matplotlib: https://github.com/WyohKnott/image-comparison-sources It's now easy to...