ffmpeg-python icon indicating copy to clipboard operation
ffmpeg-python copied to clipboard

Python bindings for FFmpeg - with complex filtering support

Results 216 ffmpeg-python issues
Sort by recently updated
recently updated
newest added

Hi everyone, I am experimenting with different ways to sample a fixed number of frames from a video. At the same time, I would also need to get the timestamps...

When i streaming the video through rtmp protocol, i want to get frame data and pts at the same time. It's there have method to do it ?

Hi, the hap codec widely used in real-time video applications use a switch named "format" for selecting the codec type and cause an incompatibility with the "format" option used by...

Adding typing annotation to this project would allow VSCode and other editors to have auto-complete and auto-documentation on hover. Currently there's auto-completion for `ffmpeg.`, but not `stream.` after the first...

Please, help me with it: I need to combine audio files from a directory, add a background video loop and make overlay text of the currently playing audio filename.

If this package is used with PyInstaller --noconsole option, console window still opens when ffmpeg gets run. I added a creation flag to the subprocess.Popen that disables that behaviour (because...

I am working on a digital photo frame application and ran into the following issue, which is causing me headaches. In my application, I use ffprobe to extract video meta...

Hello, I've been able to the the `ffmpeg` library to import a video and extract a sequence of JPG images (1 frame every 300 frames) using the below command. `ffmpeg...