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...")
 
 
(4 intermediate revisions by the same user not shown)
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 put your media on a subfolder on your 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.
Line 10: Line 12:
  
 
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.
 
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.
 +
 +
== Alternate "Loopback" Method ==
 +
 +
* The command used to create the loopback is:
 +
** sudo ifconfig lo0 127.0.0.2 alias up
 +
** "Keep in mind that this resets itself when you restart. There are a bunch of ways around this but I have done it with an automator action that runs on start up, not the best way but was the easiest." <ref>[https://www.youtube.com/watch?v=mY-RBEK7W8g Loopback for Avid Media Composer]</ref>
 +
* then in System Preferences / Sharing
 +
** share the folders you want to mount as drives
 +
* then in Finder
 +
** afp://127.0.0.2
 +
  
 
== References ==
 
== References ==
 
<references />
 
<references />
 +
[[Category:Avid Media Composer]]

Latest revision as of 15:34, 28 July 2020

This method works on MacOS.

Basically you put your media on a subfolder on your 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.

Alternate "Loopback" Method[edit]

  • The command used to create the loopback is:
    • sudo ifconfig lo0 127.0.0.2 alias up
    • "Keep in mind that this resets itself when you restart. There are a bunch of ways around this but I have done it with an automator action that runs on start up, not the best way but was the easiest." [2]
  • then in System Preferences / Sharing
    • share the folders you want to mount as drives
  • then in Finder
    • afp://127.0.0.2


References[edit]