Welcome to LEAD Support Forum Login | Register | Faq  

    LEAD Support Forum
  Resource to find answers and post technical questions about LEAD products.
Search    
   

How to set Settings of H264 Video Decoder ?
Started by Benjamin D at 01-06-2009 3:49. Topic has 4 replies.

Print Search « Previous Thread Next Thread »
  01-06-2009, 3:49
Benjamin D is not online. Last active: 1/7/2009 3:38:20 PM Benjamin D

Not Ranked
Joined on 01-06-2009
Posts 3
How to set Settings of H264 Video Decoder ?
Reply Quote
Hi,

<div>I downloaded yesterday the eval version of your H264 video decoder, to use with DVB Viewer and watch HD TV live (signal is 1440 x 1080 @ 25 fps, interlaced).</div>
<div></div>
<div>The image quality is good, with no stuttering, some very light tearing, and a steady 25 fps. CPU use is high (50-60% on a Core 2 Duo E8200 under XP), GPU use is low (10-15% on 2600XT with latest 8.12 Catalyst driver). Nice work, I believe the image is better than with CoreAVC, which is a reference in the HTPC world.</div>

<div>However, I noticed on fast travelling scenes (sport game mostly), some "mice teeth" / "combing" effects, which make me wonder whether your decoder deinterlace, if yes with what algorythm, and whether the deinterlacing setting can be changed or let up to the graphic card.</div>

<div>Can you tell me how I could do that ?</div>

<div>In the same area, how do I get access to the overall settings of the decoder (deinterlacing, but also output formats, color, brightness...) ? DVB Viewer points to filter properties which are only the version number.</div>

<div>Thanks in advance.</div>
   Report 
  01-07-2009, 10:31
Maen Hasan is not online. Last active: 3/15/2010 4:38:38 PM Maen Hasan



Top 10 Posts
Joined on 08-05-2004
Posts 2,563
Re: How to set Settings of H264 Video Decoder ?
Reply Quote
Our decoder does not have a property page to control any settings. It will only take compressed video and de-compress it.

If the original video was interlaced, it will still be interlaced after our decoder decodes it. You might be able to make use of a de-interlace processing filter if your application supports it. We do have such a filter (LEAD Video Deinterlace Filter). Also, this filter can only be used from within a DirectShow multimedia application that has the ability of inserting and using video processing filters.
If you need more information about this filter, please contact sales@leadtools.com.

Thanks,
Maen Badwan
LEADTOOLS Technical Support
   Report 
  01-07-2009, 10:45
Benjamin D is not online. Last active: 1/7/2009 3:38:20 PM Benjamin D

Not Ranked
Joined on 01-06-2009
Posts 3
Re: How to set Settings of H264 Video Decoder ?
Reply Quote
Thanks for the answer !

The next items after the decoder would be in my case the renderer (VMR7, 9...), that can be set in DVB Viewer, and the graphic card which can be configured as well.

I understand from your email that the ouput video from the lead h264 codec is flagged as interlaced, so that would mean that either the renderer or the graphic card can spot this and do the de-interlacing, right ?
   Report 
  01-08-2009, 10:17
Maen Hasan is not online. Last active: 3/15/2010 4:38:38 PM Maen Hasan



Top 10 Posts
Joined on 08-05-2004
Posts 2,563
Re: How to set Settings of H264 Video Decoder ?
Reply Quote
In Microsoft DirectShow, there is an internal data structure named VIDEOINFOHEADER2, which is used to define the video media type. This structure (and not the older version VIDEOINFOHEADER) can be used to define the interlacing status of the video stream. I have not tested this, but I assume our codecs will pass this type of information if it is given at their input pin to their output pin.

In other words, if the data being fed to the decoder contains Video Info Header v2 and it contains interlacing flags, these flags should be passed to the output of the decoder.
If you have a case where such data is indeed given to our decoder but not passed to its output, please send me the details or a way to reproduce it here and I will investigate it further.

Thanks,
Maen Badwan
LEADTOOLS Technical Support
   Report 
  01-08-2009, 16:35
Benjamin D is not online. Last active: 1/7/2009 3:38:20 PM Benjamin D

Not Ranked
Joined on 01-06-2009
Posts 3
Re: How to set Settings of H264 Video Decoder ?
Reply Quote
Thanks for the answer

I have not seen a case such as the one you described... actually spotting this would go way beyond my software skills :D

Thx
   Report 
Post
LEAD Support Fo... » Enduser » Multimedia Code... » How to set Settings of H264 Video Decoder ?

Powered by Community Server, by Telligent Systems