- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
Hi,
I have problem with sample application umc_transcoder when using on 9GB .yuv file.
Application is called by following parameters:
umc_transcoder_con -i myfile.yuv -t mymusic.wav -o output.ts -vf_mpeg2_ts
Than, application freeze forever in following procedure call:
pTranscoder->Init(t_params)
I was tracing which call fails in Init procedure and gets right to :
inline
Status Event::Wait(void)
{
return vm_event_wait(&m_handle);
} // Status Event::Wait(void)
Application use all processor power but looping indefinite in Wait function.
What can cause this behavior ?
.yuv file was created by demuxing mpeg2ts file via simple_player routines.
Sven
I have problem with sample application umc_transcoder when using on 9GB .yuv file.
Application is called by following parameters:
umc_transcoder_con -i myfile.yuv -t mymusic.wav -o output.ts -vf_mpeg2_ts
Than, application freeze forever in following procedure call:
pTranscoder->Init(t_params)
I was tracing which call fails in Init procedure and gets right to :
inline
Status Event::Wait(void)
{
return vm_event_wait(&m_handle);
} // Status Event::Wait(void)
Application use all processor power but looping indefinite in Wait function.
What can cause this behavior ?
.yuv file was created by demuxing mpeg2ts file via simple_player routines.
Sven
Link Copied
2 Replies
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
Hello Sven,
I've created issue report for you on Intel Premier Support, so you will be notified on that issue investigation results.
Regards,
Vladimir
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
Thank you!
I've been struggling with that problem for a while, as trying to make h264 downscale routine.
I've been struggling with that problem for a while, as trying to make h264 downscale routine.
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