Cached clips in Creative Finishing applications contain references to physical files residing in the media cache folder (a.k.a. "Autodesk Media Storage", "ManagedFolder" or "StorageMedia"). This article provides instructions on locating the frame files associated with a clip.
Procedure
Perform the following tasks to obtain the filenames and paths of frames in a clip.
Save the required clip segment to an empty library (top-level folder).
Type the following command to get the frame IDs for both the hi-res and low-res media: /usr/discreet/io/bin/dlfsdump -fs stonefs7 -path <project name>/workspace/<library name> -frameids
For example, if your project is called MyProject and the library is called MyFolder: /usr/discreet/io/bin/dlfsdump -fs stonefs7 -path MyProject/workspace/MyFolder -frameids
Note: the example above assumes that the project has only one workspace. If you have more than one workspace, use the name of the workspace where the library is located, e.g. "workspace", "workspace1", "workspace2", etc.
The command displays a list of frame IDs associated with the library.
Type the following command to get the metadata associated with a frame: /usr/discreet/sw/tools/sw_view_image -f <frame ID> -n
where <frame ID> is a frame ID extracted with the dlfsdump tool. For example: /usr/discreet/sw/tools/sw_view_image -f 0x108000787000006b -n
This command displays the metadata associated with the frame, including the file path on the media storage.
AUTODESK DOES NOT GUARANTEE THAT YOU WILL BE ABLE TO SUCCESSFULLY DOWNLOAD OR IMPLEMENT ANY SERVICE PACK OR WORKAROUND, OR ANY OF THE TIPS, TRICKS, EXAMPLES OR SUGGESTIONS OUTLINED IN ANY AUTODESK PRODUCT SUPPORT TECHNICAL DOCUMENTS. TECHNICAL DOCUMENTS, SERVICE PACKS AND WORKAROUNDS ARE SUBJECT TO CHANGE WITHOUT NOTICE TO YOU. AUTODESK PROVIDES TECHNICAL DOCUMENTS, SERVICE PACKS AND WORKAROUNDS "AS IS" WITHOUT WARRANTY OF ANY KIND, WHETHER EXPRESS OR IMPLIED, INCLUDING WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE. IN NO EVENT SHALL AUTODESK OR ITS SUPPLIERS BE LIABLE FOR ANY DAMAGES WHATSOEVER INCLUDING DIRECT, INDIRECT, INCIDENTAL, CONSEQUENTIAL, LOSS OF DATA, OR LOSS OF BUSINESS PROFITS OR SPECIAL DAMAGES, THAT MAY OCCUR AS A RESULT OF IMPLEMENTING ANY SERVICE PACK OR WORKAROUND, OR ANY SUGGESTION OUTLINED IN ANY AUTODESK PRODUCT SUPPORT TECHNICAL DOCUMENT, EVEN IF AUTODESK OR ITS SUPPLIERS HAVE BEEN ADVISED OF THE POSSIBILITY OF SUCH DAMAGES.