PDA

View Full Version : Flix Engine on Linux -> convert to JPG


iGeek
05-07-2006, 01:12 PM
At one point I was able to find a FAQ of sorts on the on2.com website about Linux features. At that time it said only PNGs could be created. Is this still the case?

What video formats can be converted with the Linux SDK?

johnbelamaric
06-23-2006, 01:25 PM
Just run convert on the png file:

convert out.png out.jpg

convert is part of the imagemagick suite and is open source included with most linux installs.

-John