Hello everyone,
One function in ML for me is very good for me, it's Silence Picture.
I'm using it for testing motorized timelapse slider and it's motor/
camera controller. I'm doing lots off shoots while testing and without
this function my camera would be in the middle of it's shutter
resource. However nightmare starts then comes time to convert images
to JPEG. Python program 422-jpg-v2.exe is the way too slow. For
example in Intel Xeon E5606 2,13GHz, 4 Core and 6GB RAM workstation
this program converted only 1.6 frames per second. This software first
of all was using only one core from four, so i suggested to make
software which will utilize all of them.
So after same work with I finished with it. Programming was done with
C# language in Visual Studio 2010 environment. In mentioned
workstation this software doing 29 frames per second performance. To
compare speed i made few videos in my home PC.
422-jpg-v2.exe processing 100 pictures in 1024x680:
http://www.youtube.com/watch?v=71ePP8SA-_0
My software processing same files:
http://www.youtube.com/watch?v=AuASER6CU1U
And one more time my software doing 999 pictures:
http://www.youtube.com/watch?v=X_k8Rhq4xAA
So at the end this software looks promising. Now to convert lots of
files we do not need to wait long time. Event with one core CPU this
program doing it's job faster because software constructing new image
using Fast Bitmap methodology.
Software features:
*Multi-core utilization;
*Managing photos list;
*JPEG (with quality choise), PNG and BMP output formats;
*Supports Simple mode resolution: 1056 x 704, 1720 × 974, 580 × 580,
1280 × 580, 640 × 480, 1024 × 680, 512 × 340, 720 × 340, 1680 × 945,
1280 × 720, 928 × 616, 1576 × 1024, 1120 × 1872 × 746 and 1079;
*Supported HiRes modes: 2 x1, 2 × 2, 3 × 2, 3 × 3, 4 × 3, 4 × 4, 4 x
5 and 5 × 5;
Windows binaries could be downloaded here:
http://mindaugas.hostzi.com/files/422ToImageV1.zip
Visual Studio 2010 source code:
http://mindaugas.hostzi.com/files/422ToImageV1Source.zip
In my blog you may find more information about program and it's
performance. Unfortunetly blog written n Lithuanian language but you
can try Google Translate:
http://translate.google.lt/translate?sl=lt&tl=en&js=n&prev=_t&hl=lt&ie=UTF-8&layout=2&eotf=1&u=http%3A%2F%2Fmindaugas.hostzi.com%2F%3Fp%3D1070&act=url
I think someone will find this software usable.