Advertisement
Guest User

Untitled

a guest
Mar 5th, 2018
107
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
C++ 0.23 KB | None | 0 0
  1. #... filename is a const char*
  2. AVFormatContext *oc;
  3. int ret = avformat_alloc_output_context2(&oc, NULL, "metroska", filename);
  4.  
  5. # this leads to an error code of Invalid Parameter, it also leads to this error if i'm using "mpeg"
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement