Brendan Duke

Results 29 comments of Brendan Duke

Hi Zaid, all of the Lintel APIs assume you have already read encoded video into memory, e.g., via calling `f = open()` then `f.read()`. So determining how much time is...

I would certainly like to set up a binary release, once I have a bit of time. I think the only (minor) obstacle would be statically linking libav into the...

@sdvillal thank you for setting that up. I will take a look at the version scheme and release/tag requirement over the weekend.

@sdvillal alright I have added a release (v1.0), although still minus a binary package. Let me know if that is sufficient to submit to conda-forge, please.

Done. Thank you again for setting up the conda recipe.

Good question, it's not supported currently, so I could take a look at adding it. Out of curiousity, what would your use case be?

Hi, have you checked out NVVL? https://github.com/NVIDIA/nvvl. They support GPU decoding.

Hi Hao, Thank you for taking the time to test this out. I was aware that the MP4 frame counting was off by 1 frame, but I didn't know about...

I think for this case, what you could do is preprocess all the files: 1. Get the number of frames from ffprobe. 2. Work backwards from what _should_ be the...

Hi, I tried your .avi file and you are right, Lintel doesn't read frames correctly using the AVI container. However, if I convert to MP4 using this command: `ffmpeg -i...