Replies: 1 comment
-
Can you post your encode function? Also can you save a sample of your drone video and post it? |
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
-
IMPORTANT: Be sure to replace all template sections {{ like this }} or your issue may be discarded.
Overview
{{ I want to record video from my drone's stream but I can't encode the video }}
Expected behavior
{{ The drone sends stream to the computer and the computer encodes the video based on received data }}
Actual behavior
{{ Stream using pyav was good, but I can not encode the video}}
Traceback:
Investigation
{{Fixing my code and looking for help on the internet but no good answers for me }}
Research
I have done the following:
Checked the PyAV documentation
Searched on Google
Searched on Stack Overflow
Looked through old GitHub issues
Asked on PyAV Gitter
... and waited 72 hours for a response.
Additional context
{{ Add any other context about the problem here. }}
Beta Was this translation helpful? Give feedback.
All reactions