Welcome Guest! You need to login or register to make posts.

Notification

Icon
Error

Options
Go to last post Go to first unread
prodev  
#1 Posted : Thursday, June 18, 2009 10:51:15 PM(UTC)
prodev

Rank: Newbie

Groups: Member
Joined: 6/17/2009(UTC)
Posts: 1

Hi,

I want to create an uncompressed AVI because it has to be converted MPG afterwards using FFPMEG.

The following code should work, but returns null... no wonder why...

Code:
Aurigma.GraphicsMill.Codecs.AviCompressor codec = Aurigma.GraphicsMill.Codecs.AviCompressor.GetVideoCompressor(Aurigma.GraphicsMill.Codecs.AviCompressor.Uncompressed);

Using one of the installed codes does work, even Xvid4 gives me nice results. But the quality is not good enough for the conversion...

Any ideas??

Thanks!

Edited by user Thursday, June 18, 2009 10:53:01 PM(UTC)  | Reason: Not specified

Tamila  
#2 Posted : Sunday, June 21, 2009 7:17:48 PM(UTC)
Tamila

Rank: Advanced Member

Groups:
Joined: 3/9/2008(UTC)
Posts: 554

Was thanked: 1 time(s) in 1 post(s)
Hello,

I recommend you to use the following line instead of your:

Code:
Aurigma.GraphicsMill.Codecs.AviWriter theAVI = new Aurigma.GraphicsMill.Codecs.AviWriter();
theAVI.CompressorHandler = Aurigma.GraphicsMill.Codecs.AviCompressor.Uncompressed;

If you have any questions feel free to let us know.

Aurigma Support Team

UserPostedImage Follow Aurigma on Twitter!

Users browsing this topic
Guest
Forum Jump  
You cannot post new topics in this forum.
You cannot reply to topics in this forum.
You cannot delete your posts in this forum.
You cannot edit your posts in this forum.
You cannot create polls in this forum.
You cannot vote in polls in this forum.