Am 28.03.2012 um 13:32 schrieb Arnaud Nicolet:

> Greetings!
> 
> With more details, the JPEG format, which I used until I discovered the 
> problem, loses a bit of quality (this is really bad, sometimes). The “raw” 
> and “TIFF” formats produce 7 Gb files for 2 minutes of movies (now, imagine 
> with my 30 minutes of movies I use!). The “gif” and “MacPaint” formats cannot 
> be used (CreateTrack returns false). The “h261” format is ugly and the “PNG” 
> format, which is perhaps a good choice for quality, takes much longer to 
> process (I'm afraid of waiting whole nights for it to complete).

Well, QT Components example project shows various image codecs. But on the end 
I think the problem may be that each image may be compressed on its own. In 
that case you can only use some low compression codec. The idea is to add 
pictures and compress later when the video is done.

You can play using the settings dialog to see what effect various settings have.

PS: For JPEG, the Quality property should define the compression level.

Greetings
Christian

-- 
Real Studio Conferences, Training and Meetings in Orlando, London, Pforzheim 
and Leipzig.

More details and registration here:
http://www.monkeybreadsoftware.de/realbasic/events/




_______________________________________________
Mbsplugins_monkeybreadsoftware.info mailing list
[email protected]
https://ml01.ispgateway.de/mailman/listinfo/mbsplugins_monkeybreadsoftware.info

Reply via email to