@baldand Please excuse my ignorance, but has the mac.app package on your bitbucket site been updated now to read dngs, and mlv with audio? This is far and away the neatest viewer so far. Thanks a million!
tim
Not yet. The current status for the source code in bitbucket is:
- Directories containing "CinemaDNG" sequences can be played the same as RAW and MLV files
- Also 16bit RGB TIFF sequences can be played (much slower though -> 4x bigger files)
- Embedded sound packets in MLV are read and a WAV file is created
- There is an audio playback thread (but nothing feeding it yet)
- There is a simple python script for converting RAW or MLV files to DNG sequences, similar to mlv_dump etc. This functionality is not yet integrated with the viewer.
- I've worked out and can fix CPU demosaicing crashing on Win8
The main blocker currently for audio playback is that I need to be able to make playback truly real-time, e.g. to be able to drop frames to keep up with the audio. That needs a bit more rework in the core viewer code but I hope to get it done soon.
Rather than bug people with a lot of small releases containing in-progress functionality, I chose to hold off until there was a bit more to include. But if there is demand for just CinemaDNG playback I could of course make new Mac/Win packages from the current code.