here is a _very_ simple and hackish MLV viewer to check your footage
it is also available as an
OSX-Appit will read uncompressed MLV files and display the frames with just a few frames per second.
this tool was programmed in
C# on windows, but it uses nothing windows-specific, so it
should run on any OS using mono. (positive reports from linux and mac os x)
please remind: - these tools are just a PROOF OF CONCEPT
- it is not meant as productional tool
- i used it to check what is necessary to decode and view RAW/MLV files, its just my playground
- it has bugs!
- it will most likely not be continued
- i shared it as a last resort tool in case you need something like that
MLVViewSharp:
notes: - just drop the .mlv or .m00, .raw, .r01, ... file into the program window
- shows the video in full res using bilinear demosaicing
- other debayering methods (e.g. fast ones) are available (right click onto image)
- ramps exposure up/down if there is under/overexposure (so it may not be accurate enough for some of you)
- has no white balance algorithm
- just tested on 5D3, other cameras have different bayer patterns - didnt check them yet
-
it uses the coefficients from the raw info block, so color weighting should be correct caused trouble, disabled
- the scene is scaled to TV black and white levels (16..235) for a better looking playback
- updated to work with files that have less bpp than 14 (e.g. when used mlv_dump to reduce size)
- supports both .mlv and old .raw file format
it has a white balancing feature: - press and hold SHIFT
- press LEFT mouse button
- image will get displayed 1:1
- move to where you have gray level
- release LEFT mouse button
it will pick a 8x8 pixel area and use this as white balance reference after debayering and kelvin correction.
camera color matrices are also used now, which should result in better colors
to disable all correction post processing: - right click to get context menu
- there is an option to disable color correction
MLVBrowseSharp:
- just select the folder to browse on the left pane
- you can select multiple files on the right pane as you are used to (CTRL click etc)
- the only thing you can do yet, is RIGHT CLICK and choose anything you want
- for opening using MLV Viewer,
please asign the .mlv extension to MLVViewSharp.exe
- for every file visible, it creates a thread, so this might overload your computer when you have several hundreds of files in one directory (i hope you sort your footage better than this...)
- selected files play back in maximum speed, unselected play slower (1 fps)
- selecting a file causes it to play back from the beginning
- you cannot set WB or debayering in the preview window (its simple to add, but i dont understand why someone would need that)
- when a file is selected, you can CLICK and HOLD the left mouse button on the icon and DRAG left and right to seek in the file