Yusuf Redžić

Results 80 comments of Yusuf Redžić

> I tried to implement something for this when you first opened the issue, but got caught up in uni stuff so could not finish it. I'll try to dust...

This is very easy to implement, see the `input-sc` branch for an initial implementation without error handling

The only consideration that I have about this is that since counting frames can take a long time, fast error handling of the situation that the scene detection input and...

@mxsrm It's a piping related error, does it work with any other chunk method?

@mxsrm If av1an segfaults it's almost definitely an issue with vapoursynth or an ABI mismatch when using dynamic linking (which the official arch package uses). Can you post the output...

There is something seriously wrong if av1an segfaults without specifying the chunk method. If you don't specify it, it uses the vapoursynth C API to check if lsmash or ffms2...

@mxsrm Do you happen to also have vapoursynth installed through pip? If so that could cause issues

It seems like you're still running on the old python version of av1an. Can you confirm that this issue exists on the latest rust version (0.3.1)?

Yeah, compiling on Windows is a bit complicated currently and there's an open issue about documenting it, so hopefully we can address that soon. However we provide binary releases on...

What version of SVT-AV1 are you using? The syntax for the command line options recently changed for SVT-AV1, and we haven't updated the default parameters for SVT-AV1 yet as I...