Replies: 1 comment
-
Just bumping because I am faced with the exact same problem |
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
-
Hello, I was trying to write a simple encoder, that encodes single frames into a webm video. Writing the header and trailer works fine, but I am currently stuck at sending frames to the encoder. When calling
encoder.send_frame
orencoder.send_eof()
I get anffmpeg::Error(22: Invalid argument)
. I assume there is something wrong with the encoder setup, but I have no clue where exactly.Very grateful for any help on this
Beta Was this translation helpful? Give feedback.
All reactions