Advertisement
Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- #... filename is a const char*
- AVFormatContext *oc;
- int ret = avformat_alloc_output_context2(&oc, NULL, "metroska", filename);
- # 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