Activity › Forums › Avid Media Composer › Import Media via Mac OS alias — can it be made to work?
-
Import Media via Mac OS alias — can it be made to work?
Posted by Ed Torr on November 10, 2017 at 9:05 pmWhen I try to import medai via a Mac OS alias Avid sees the alias a media to import rather than a pointer to the actual media. Is there a way to convince MC to look at the target file as opposed to the alias itself?
Ed Torr replied 8 years, 6 months ago 2 Members · 4 Replies -
4 Replies
-
Trevor Asquerthian
November 11, 2017 at 11:00 am -
Trevor Asquerthian
November 11, 2017 at 12:13 pmOK you made me try it….
Alias – link maintained if original file is moved (symlinks lose link)
Symbolic link – does not maintain link if original moved, although if you replace original with same file name in same place then symlink will point to the new file
Hard link – prevents original being deleted, if original is moved then link is maintainedALIAS:
AMA – no
Import – no
Batch Reimport once original moved – N/ASYMLINK:
AMA – no
Import – yes
Batch Reimport once original moved – noHARD LINK:
AMA – no
Import – yes
Batch Reimport once original moved – yesSYMBOLIC LINK:
ln -s /path/to/originalfile /path/to/link
HARD LINK
ln /path/to/originalfile /path/to/link -
Ed Torr
November 12, 2017 at 2:44 pmI’d been clued into the symlinks / hard link options thanks to a Avid Editors of Facebook response but I can’t test until Monday. Thanks for all the AB testing!
What happens if instead of removing the original you remove the newly-created hard link? I would expect Avid to not to be able to find the original.
-
Ed Torr
November 13, 2017 at 9:20 pmSo far N/G across the board, at least in our world here.
As best as I can tell Hard Links are not supported on ISIS
and Symlinks crashed the system
Reply to this Discussion! Login or Sign Up