- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
I am trying to run the sample simple_transcode_opaque_async_ffmpeg.cpp with the ffmpeg integration. No problems build it. Running the code, I get in FFmpeg_Writer_Init() as far as
avio_open(&g_pFormatCtxMux->pb, g_pFormatCtxMux->filename, AVIO_FLAG_WRITE)
Here, avio_open always retunrs -13. I have tried to find out what -13 means, printing out the error with av_strerror(). I get no other information than -13, and I would like to know why this call fails? Any ideas?
Thanks!
Link Copied
1 Reply
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
Solved - no windows paths are allowed - if I pass in "test.mp4" for g_pFormatCtxMux->filename, the call succeeds.
Reply
Topic Options
- Subscribe to RSS Feed
- Mark Topic as New
- Mark Topic as Read
- Float this Topic for Current User
- Bookmark
- Subscribe
- Printer Friendly Page