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

My Project: A camera makes a 15 second video and puts them in a directory. I want to take the video's and make a mosaic of them to show the...

According to the ffmpeg document(https://ffmpeg.org/ffmpeg.html), the -re argument is an input option, not a global argument . ``` -re (input) Read input at native frame rate. This is equivalent to...

``` output = p.communicate()[1].decode('utf-8') UnicodeDecodeError: 'utf-8' codec can't decode byte 0xa9 in position 1888: invalid start byte ``` There was an important error for media files containing invalid characters in...

The code block example in the docstring was improperly formatted, resulting in garbled output.

Hi all, I'm trying to re-encode only some of the audio tracks. My system support DTS and AC3, so I just need to re-encode the ones that are above that....

I get OPUS-WEBM audio chunks from web-browser which I need convert it to PCM16 format. I tried using ffmpeg-python with the continuous chunks of data. The code actually converts the...