- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
Hi, need to know how to set in sample_multi_transcode and sample_encode general_progressive_source_flag to 1, can someone help me out?
Regards
- Tags:
- Development Tools
- Graphics
- Intel® Media SDK
- Intel® Media Server Studio
- Media Processing
- Optimization
Link Copied
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
Hi Celio,
Could you explain more about "general_progressive_source_flag", this seems not the argument of our sample code.
Mark
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
OK its for Hevc , it needs the flag general_progressive_source_flag to = 1 i think its in sei nal i need to check
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
Hi Celio,
I can see this code, it looks like related to the header of stream.
I believe if you set mfxEncParams.mfx.FrameInfo.PicStruct to MFX_PICSTRUCT_PROGRESSIVE, you will set this flag to 1.
Mark Liu
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
Hi Mark i did what u sayd and still don't are flagged = 1, can u look this to me?
general_progressive_source_flag: No it need to be Yes
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
Hi Celio,
Not quite understand your question, you want general_progressive_source_flag set to 1, in our code it is defined as general.progressive_source_flag, I was saying if you set the field PicStructure to MFX_PICSTURE_PROGRESSIVE in the input video parameter structure, you set general.progressive_source_flag to true or "yes" whatever you expected.
If you have an issue, could you let me know how to reproduce it?
Mark
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
Mark i tryed both types
mfxEncParams.mfx.FrameInfo.PicStruct = MFX_PICSTRUCT_PROGRESSIVE;
and _mfxEncParams.mfx.ExtendedPicStruct = MFX_PICSTRUCT_PROGRESSIVE;
I don't know what to try now, simple this parameters don't enable general_progressive_source_flag = 1, the first parameter enable high tier to 1
Regards
- Subscribe to RSS Feed
- Mark Topic as New
- Mark Topic as Read
- Float this Topic for Current User
- Bookmark
- Subscribe
- Printer Friendly Page