Problems muxing video (example doesn't work) #1769
Unanswered
MaxRev-Dev
asked this question in
4. Bugs
Replies: 1 comment 1 reply
-
pull requests are welcome |
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
-
I have problems with muxing video from example.
I tried MacOS and Devian systems with packages from pip - 14.1.0 and 13.1.0 (
pip install av
orpip install av==13.1.0
). No modifications to packages, fresh venv installation.My environments are Sequoia 15.2 and a Debian 11 container.
In output I always have a file with empty frames.
I tried original MKV example and the modification below. It's always gives 4kB file in the end.
ffprobe output says it's empty, so no data muxed.
My code sample:
Beta Was this translation helpful? Give feedback.
All reactions