ascmitc / mhl

ASC Media Hash List
MIT License
58 stars 8 forks source link

Folder struct of scenarios #137

Closed OlliTee closed 6 months ago

OlliTee commented 1 year ago

I noticed that for all examples/scenarios, you assume to have the clips located in a subdirectory of the reel, e.g. /A001R2EC/Clips/A002C006_141024_R2EC.mov. At least for an ARRI camera, this Clips directory will not exist on the media, so the above example actually would like this: /A001R2EC/A002C006_141024_R2EC.mov

When an ascmhl is created, the structure would look like this: /A001R2EC/A002C001_141024_R2EC.mov /A001R2EC/A002C002_141024_R2EC.mov … /A001R2EC/A002C006_141024_R2EC.mov /A001R2EC/ascmhl/0001_howisthisfilenamedanyway.mhl /A001R2EC/ascmhl/ascmhl_chain.xml

ptrpfn commented 6 months ago

The folder and file structures in the examples are independent of any real camera format on purpose and should just illustrate a camera card.

The behavior implemented in the ascmhl command line tool (and specification) works with any folder and file structure, including the media of ARRI cameras.