Welcome to LEAD Support Forum Login | Register | Faq  

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

Re: LEAD MPEG2 popup message
Started by Michael at 02-08-2008 2:07. Topic has 5 replies.

Print Search « Previous Thread Next Thread »
  02-08-2008, 2:07
Michael is not online. Last active: 3/12/2008 3:00:06 AM Michael

Top 500 Posts
Joined on 02-08-2008
Posts 8
LEAD MPEG2 popup message
Reply Quote
When I try to run a conversion using the ltmmConvertCtrlClass class.
I receive a annoying popup message everytime I run the method ltmmConvertCtrlClass.StartConvert();

See the attached image for the message.

How do I remove this message?

   Report 
  02-08-2008, 2:14
Michael is not online. Last active: 3/12/2008 3:00:06 AM Michael

Top 500 Posts
Joined on 02-08-2008
Posts 8
Re: LEAD MPEG2 popup message
Reply Quote
Well the attachment did not appear. So I have typed what is says below:

Warning: DVD-compatible files should have a size of 720x480. 704x480. 352x480 or 352x240.
This video is 720x576 and will not be accepted by DVD plaers.
We recommend using LEAD Resize filter and make it 720x480. 704x480. 352x480 or 352x240.
Are you sure you want to continue with the current size?

And it has Yes/No buttons.

How do I make this message not appear anymore?

   Report 
  02-10-2008, 3:47
Maen Hasan is not online. Last active: 11/17/2008 4:23:44 PM Maen Hasan



Top 10 Posts
Joined on 08-05-2004
Posts 1,799
Re: LEAD MPEG2 popup message
Reply Quote
Hello,

This message usually appears when you try to convert your files using the LEAD MPEG2 Encoder. This message box displays a warning if the video size does not meet the standard required for compressing DVD, SVCD or VCD options.
To suppress this message, you need to retrieve the interface of the ILMMPEG2Encoder, and then set the ShowWarningMessage property to FALSE before converting your files.

For more information about the LEAD MPEG2 Encoder Interface (ILMMPEG2Encoder Interface), please read the following topics in the LEADTOOLS Filters Help File:
- LEAD MPEG-2 Encoder (2.0)
- ILMMPEG2Encoder Interface

Also, for more information about how to directly Access the DirectShow Objects, please read the following topic in the LEADTOOLS Multimedia Help File:
- Directly Access the DirectShow Objects (Visual Basic)

Attention: when you want to attach any files, please put them all in ZIP or RAR file (JPEG is also OK). Also, don't use preview when you have attachment.

Thanks,
Maen Badwan
LEADTOOLS Technical Support
   Report 
  08-31-2008, 23:57
roadman is not online. Last active: 9/26/2008 5:05:06 PM roadman

Top 25 Posts
Joined on 06-27-2007
Posts 95
Re: LEAD MPEG2 popup message
Reply Quote
I got the same problem, but I don't know how to retrieve the ILMMPEG2Encoder. Would you please kindly help to show some example? I am using C#.NET
   Report 
  09-01-2008, 7:40
Adam Boulad is not online. Last active: 11/20/2008 3:23:08 PM Adam Boulad



Top 10 Posts
Joined on 09-16-2007
Posts 493
Re: LEAD MPEG2 popup message
Reply Quote
Michael,
You can use the GetSubObject Method to retrieve the interface of the MPEG2 Encoder. We do have an example that uses this method. Please check the 'DVDAuthor' example project.


Adam Boulad
LEADTOOLS Technical Support

   Report 
  09-05-2008, 9:30
roadman is not online. Last active: 9/26/2008 5:05:06 PM roadman

Top 25 Posts
Joined on 06-27-2007
Posts 95
Re: LEAD MPEG2 popup message
Reply Quote
Thanks alot!!!!!
   Report 
Post
LEAD Support Fo... » Developer » Multimedia » Re: LEAD MPEG2 popup message

Powered by Community Server, by Telligent Systems