Output Video Contains Blank Frames. #1759
Replies: 1 comment
-
You are using an old version of PyAV. If you are installing python-av with apt. Report all problems to Ubuntu, not us. |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
I am new to PyAV and trying to process an input container (highway.mp4, 15.1MB). I have attached the codec information extracted from VLC as an image.
My goal is to extract packets from the input and directly mux them into an output container (test_output.mp4) with a custom configuration (codec, FPS, height, width, etc.), without using the template argument in add_stream. However, the output video is generated with blank frames while retaining the same size and duration as the input.
I have tried different codecs and added various parameters, but the issue persists.
Additionally, I encountered another issue: the video_stream object is non-serializable.
Environment
Code Snippet
Expected Behavior
Actual Behavior
Steps Taken to Troubleshoot
Request for Help
Thanks in advance for your help!
Beta Was this translation helpful? Give feedback.
All reactions