- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
Hi,
I want to try your transcoder, though when I'm using sample_multi_transcode.exe with parameters -i::vc1 myvideo.wmv -o::h264 myvideo.mp4, I get error codes in lines with function
Input video: VC1
Output video: AVC
MFX dll: C:\\Program Files\\Intel\\Media SDK 2012 R2\\bin\\win32\\libmfxsw32.dll
Session 0 was NOT joined with other sessions
Transcoding started
Return on error: error code -16, .\\src\\pipeline_transcode.cpp 665
Transcoding finished
Common transcoding time is 0.00 sec
MFX session 0 transcoding FAILED:
Processing time: 0.00 sec
Number of processed frames: 0
The test FAILED
Return on error: error code 1, .\\src\\sample_multi_transcode.cpp 495
Thank you.
I want to try your transcoder, though when I'm using sample_multi_transcode.exe with parameters -i::vc1 myvideo.wmv -o::h264 myvideo.mp4, I get error codes in lines with function
MSDK_CHECK_RESULT(sts, MFX_ERR_NONE, sts)
That's what I see in cmd:
MFX SOFTWARE Session 0 API ver 1.4 parameters:Input video: VC1
Output video: AVC
MFX dll: C:\\Program Files\\Intel\\Media SDK 2012 R2\\bin\\win32\\libmfxsw32.dll
Session 0 was NOT joined with other sessions
Transcoding started
Return on error: error code -16, .\\src\\pipeline_transcode.cpp 665
Transcoding finished
Common transcoding time is 0.00 sec
MFX session 0 transcoding FAILED:
Processing time: 0.00 sec
Number of processed frames: 0
The test FAILED
Return on error: error code 1, .\\src\\sample_multi_transcode.cpp 495
Thank you.
Link Copied
1 Reply
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
Hi there,
Sample_multi_transcode requires an elementary video stream as input and you pass a WMV container obviously. That's the most likely reason of the error you see.
The output stream will be elementary video stream as well (pure H.264, not MP4). So you need to extract pure video out of your container stream. You may check out the Media Developers Guide document on how to handle elementary streams.
Regards,
Nina
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