Difference between revisions of "Avid Media Composer - Using Symbolic Links for Media"

From Chuckipedia
Jump to: navigation, search
(Created page with "So basically you copy your media to a subfolder on your backup drive, say /Volumes/WM3_Edit_Bkp3/Volumes/WM_S3_Block_1/Avid MediaFiles/MXF/ Then you create a symbolic link of...")
 
Line 1: Line 1:
So basically you copy your media to a subfolder on your backup drive, say /Volumes/WM3_Edit_Bkp3/Volumes/WM_S3_Block_1/Avid MediaFiles/MXF/
+
This method works on MacOS.
 +
 
 +
Basically you copy your media to a subfolder on your backup drive, say /Volumes/WM3_Edit_Bkp3/Volumes/WM_S3_Block_1/Avid MediaFiles/MXF/
  
 
Then you create a symbolic link of that MXF folder.  You can use [https://github.com/nickzman/symboliclinker/releases Symbolic Linker] to do so.
 
Then you create a symbolic link of that MXF folder.  You can use [https://github.com/nickzman/symboliclinker/releases Symbolic Linker] to do so.

Revision as of 00:05, 11 January 2019

This method works on MacOS.

Basically you copy your media to a subfolder on your backup drive, say /Volumes/WM3_Edit_Bkp3/Volumes/WM_S3_Block_1/Avid MediaFiles/MXF/

Then you create a symbolic link of that MXF folder. You can use Symbolic Linker to do so.

Then you create a Sparse Disc Bundle (using MacOS's Disk Utility) named after your workspace/volume, eg. "WM_S3_Block_1"

  • "Set the maximum size to something at least large enough to house the estimated maximum size of all the media in your project, set the format to Mac OS Extended (journaled), select sparsebundle disk image as the Image Format" [1]

Within that Sparse Disc Bundle you put a "Avid MediaFiles" folder. Within that you put the MXF symbolic link. That's it.

When you mount that Sparse Disc Bundle, Avid sees the media within the MXF, even though it's in the other folder. When you select "reveal file" from the Avid bin, you are taken to the /Volumes/WM3_Edit_Bkp3/Volumes/WM_S3_Block_1/Avid MediaFiles/MXF/ location.

References