veikk0

Results 16 issues of veikk0

If either of these features are already present, I apologize for the spam. I'm not fluent enough in reading code to tell whether OCRmyPDF already does either of these, or...

enhancement

**Describe the bug** Bitonal TIF files edited with GIMP (version 2.10.18) and turned into a PDF input file with img2pdf result in pages with [strangely malformed output](https://github.com/jbarlow83/OCRmyPDF/files/6035989/bugtest.pdf) PDFs when run...

third party issue

Since AV1's film grain synthesis feature doesn't reproduce grain but only attempts to recreate a grain similar in type and intensity, synthesized film grain interferes with VMAF and other objective...

I have some video files where every other frame is a duplicate for some reason. So when transcoding, I use FFmpeg's `fps` filter to cut the frame rate in half...

I was encoding some 1080p animation using SVT-AV1 and a VMAF target of 92. I forgot to change the `--max-crf` value to 63 (the default is 55) and ab-av1 chose...

I was encoding a file with SVT-AV1's preset 1 when ab-av1 crashed: >⠄ Searching 00:06:00 ###############-------------------------------------------- (sampling crf 23, eta 580176947043y)thread 'main' panicked at 'overflow when adding durations', library/core/src/time.rs:920:31 >note:...

I'm having an issue with extremely low (~1) VMAF scores when using an FFmpeg built from recent git code. The score is always this low with any CRF, and ab-av1...

I often use ab-av1 auto-encode to process sets of short video files using a for loop. However, sometimes I'd like to stop the loop before it finishes and resume it...

Brought to my attention by [this Reddit post](https://redd.it/126pjle) is a method to significantly speed up VMAF calculations by cropping the center of the image and calculating the VMAF from that...

I was testing tune=1 vs tune=0 with the latest ab-av1 git and ended up with identical output files (matching sha1sums). Looking at the actual FFmpeg command being run, it seems...

enhancement