tab

Results 41 comments of tab

This is a neat idea, but I'd like to know a bit more about the use case. At least with the sort of content I'm familiar with, upscaling will usually...

@Brainiarc7 it wasn't too hard to add in some support for this. https://gist.github.com/0x09/5417ddeb1c80ad52acb69691aca3353a On the resdet side: `./configure --disable-everything && make && make install-lib` Then with this patch applied to...

Hi @mazatov This is fairly normal, some of those are definitely incorrect but are just above the default threshold for what's considered meaningful when resdet is looking for possible resolutions....

@mazatov not sure doing this already, but for video it's probably best to extract 20 or so frames to y4m and provide that to resdet (there's some instructions for how...

@mazatov ah in that case you'd need to install [mjpegtools](https://mjpeg.sourceforge.io)' libraries, otherwise resdet builds without y4m support. I took a look at the example and it's definitely too heavily compressed...

@mazatov on Ubuntu you actually need the more specific [libmjpegtools-dev](https://packages.ubuntu.com/bionic/libmjpegtools-dev) package to get the relevant files for building against the mjpegtools libraries.

I was thinking it would be a good idea to host some, so yes I'd like to do this. But in the mean time, what happens when you try to...

Thanks, this was actually just a dumb bug in the fallback filetype detection. If you pull and rebuilt it should work.

Good to hear, I'll leave this open while I investigate setting up cross platform builds. The code should all be standard C, so building for Windows natively with mingw or...

Oh yeah, this is used in the tools for command line option parsing. I was thinking more about the library code. But I'll look into it. There isn't anything inherently...