Ferenc Pintér
Ferenc Pintér
I could not reproduce either using ffms2 or d2vsource. I'm encoding with x264. d2vsource: https://github.com/Asd-g/MPEG2DecPlus/releases/ ``` Import("mdg.avsi") d2vsource("who.d2v") #DGSource("who.dgi") MDG(limit=0.1) Prefetch(threads=24, frames=10) ```
`ls=true` is using lsfmod instead of cas in mdg.avsi in `sharp = ls ? clp.lsfmod(defaults="slow", strength=160) : clp.cas(sharpness=sstrength)` cas has an opt parameter, you could play with it ``` -...
New release, 0.8.6. Tested on exactly one machine. Pls check 1.) if works 2.) speed (both 10 and 16 bits, maybe float)
Thanks for the link. I'll do that, it does not require deep knowledge of project history :)
Hi, time goes on, but thing are not forgotten. The patch could not be applied as-is, the files are so much different that VS wanted to delete the affected files...
Could you try this build? https://drive.google.com/uc?export=download&id=1QYyebzToTMB77sLfW4ihGdit2Y5le4ce
Thanks for the report. Assert was misleading indeed. Reason: bad parenthesis. But I noticed that for blkwidth==4 we'd better read only 4 bytes instead of 8. Then I extended the...
Theoretically, when we were reading from the very-very last block at blkwidth=4, it could happen that we were reading past the buffer. Because _mm_loadl_epi64 was used even for a four-byte...
Does this second commit replace the previous one, so are they doing the same just the new one is quicker/uses less temporary storage? Really needs human readable C implementation of...
(Note: Until I upload an `.editorconfig` file (same folder as .gitignore), can you set your editors to use spaces (not tabs), indent size=2?) Or you can create your own with...