Rank: Newbie
Groups: Guest
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
|
|
|
|
Rank: Advanced Member
Groups: Guest
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. |
|
|
|
|
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.