ffmpegcv icon indicating copy to clipboard operation
ffmpegcv copied to clipboard

The ffmpegcv is a ffmpeg backbone for open-cv like Video Reader and Writer

Results 23 ffmpegcv issues
Sort by recently updated
recently updated
newest added

## Issue: In H264 encoded MTS files, ffmpegcv read twice frames than cv2. Other programs (including Premere Pro and Windows) report same results as cv2, not ffmpegcv. ## Code ```python...

This is more of a TODO for someone, possibly myself .. looking to see the performance of reading a stream into a GPU surface vs the NVidia VPF option, which...

Hi, first of all thank you for this wonderful solution. I am trying to convert my exising cv2 writer to ffmpegcv but video is always 0 bytes no matter how...

If I have a self-complied ffmpeg library which support other hardware acceleration such as Rockchip (which is quite popular now), can I compile your library on the top of this...

This causes race condition, when video file is still being written by running ffmpeg process while `FFmpegWriter` object is released. Details: `run_async()` in `video_info.py` actually returns the PID of the...

Hey, is there a way how to index certain frame range with ffmpegcv? Something like this (in opencv): for fra in frames: capture.set(cv2.CAP_PROP_POS_FRAMES, fra) ##THIS SPECIFICALLY ret, frame = capture.read()...

When i use `hevc` as videowrite encoder and not set `preset`,i get error as pic ![image](https://github.com/user-attachments/assets/ce5647db-5f77-496a-b1ea-246d7eebfe35) from this error, i track the code and find the default `preset = p2`...

Hello, Python newbie here, i want to know what i have to pass in cuda here recommand when using cuda pip install ffmpegcv[cuda] is it my nvidia driver version, toolkit...

Hello Everyone, I am new user of ffmpeg and I want to use ffmpegcv to minimize my RAM and CPU utilization. But the issue it is still using RAM. My...

Hello, My RTSP stream gets stuck on the last frame and doesn’t release or return false. Is there a solution for this? I am getting a stream via RTSP from...