Replies: 1 comment 1 reply
-
I don't have |
Beta Was this translation helpful? Give feedback.
1 reply
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Not sure if this is a bug in PyAV or ffmpeg. But here goes...
Overview
When ffmpeg debugging is enabled, and a corrupt packet is encountered, it reports a different pts from the current PyAV packet that has .is_corrupt == True.
Reproduction
The ffmpeg logging indicates a corrupt packet of pts=X. However, the packet.is_corrupt is the next one.
Versions
Ugly workaround
In the above, the pts of the ffmpeg DEBUG corrupt packet matches ours.
Beta Was this translation helpful? Give feedback.
All reactions