PyAV icon indicating copy to clipboard operation
PyAV copied to clipboard

Pythonic bindings for FFmpeg's libraries.

Results 105 PyAV issues
Sort by recently updated
recently updated
newest added

## Overview Hi! I'm trying to stream video with decent resolution and framerate over WebRTC (aiortc) with my Raspberry Pi 4. This pull request adding support for h264_omx seemed really...

bug

**IMPORTANT:** Be sure to replace all template sections {{ like this }} or your issue may be discarded. ## Overview {{ The number of frames decoded from the packets of...

bug

I have a small application which decodes one stream, alters one of its planes, and then encodes and remuxes it into output container. However, the first few frames of the...

Added information about picture number in bitstream order. Some times frames can be in broken order, for example 1, 2, 3...12, 14, 13, 15, 16.... And `coded_picture_number ` possible way...

changes requested

There was a lot of cruft in activate.sh

In some cases it's useful to force a flush of the current output buffer. The code is borrowed from the hlsenc.c

Expose stream level and flags for remuxing stream.

**Not ready for merging.** It only works at this time for packed audio, as I'm not 100% on how to wrangle Cython into doing what I want in the few...

Get default output codec from the output format.