Descriptions - mec.exe
mec.exe uses a Multiple Exposure Combining (MEC) algorithm to combine raw video files representing multiple exposures of the same scene into a single output video file.
Command line parameters
Usage: mec <raw-video-t1> <raw-video-t2> { <raw-video-t3> { <raw-video-t4> } } <output-file>
Options:
-ini <ini-file>
Ini file to use for setting the software colorpipe options.
If not specified then the _info.txt file for t1 is used.
-preset <ini-file-preset>
Preset name to use for setting the software colorpipe options.
If not specified then 'ColorPipe State' is used.
-algo <algorithm>
Override the choice of MEC algorithm. Choices are dlo, ese, suo, nid, sup, sud.
-xsdat <sensor-xsdat-file>
The colorpipe needs a sensor data file (.xsdat) for creating the image processing context.
Normally the file path is automatically taken from the _info.txt file of t1, but an xsdat file
can be specified if necessary.
-quiet
No progress output.
Notes:
The t1, t2, t3, and t4 files should all be .raw files, and have the same dimensions and bit depth.
The t3 and t4 files are optional. All input files need corresponding _info.txt files (as created by DevWareX).
The output file extension should be .raw, .wmv, .avi or .mp4. If the output file is .raw then the input images will be combined by the MEC algorithm, but get no further processing. A .raw output file will not be bit-packed.
Otherwise the combined image will get the full DevWareX software colorpipe processing.
The MEC algorithm and color processing parameters will be taken from the t1 _info.txt file by default, but a separate ini file for colorpipe initializations can be specified if needed.
Additionally, the choice of MEC algorithm can be specified on the command line, and that will take precedence over the ini file.
.
0 Comments