video_editing:davinci_resolve_proxy_workflows

Differences

This shows you the differences between two versions of the page.

Link to this comparison view

Both sides previous revision Previous revision
Next revision
Previous revision
video_editing:davinci_resolve_proxy_workflows [2023/10/05 15:42] davidvideo_editing:davinci_resolve_proxy_workflows [2023/10/22 19:59] (current) – [Copying Required Files (to external HDD)] david
Line 62: Line 62:
  
 https://forum.blackmagicdesign.com/viewtopic.php?f=21&t=90190#16 https://forum.blackmagicdesign.com/viewtopic.php?f=21&t=90190#16
 +
 +===== Copying Required Files (to external HDD) =====
 +
 +After building up many files on a local machine (particularly with the array of GoPro files for internal proxies/thumbnails) I want to copy everything to an external HDD for working with elsewhere... [[https://learn.microsoft.com/en-us/windows-server/administration/windows-commands/robocopy|ROBOCOPY]] can help with that by mirroring directories, but only including requested file types.
 +
 +<code>
 +C:\Users\david>ROBOCOPY "<SOURCE>" "<DEST>" *.jpg *.mp4 *.mov /E
 +</code>
 +
 +The output will be like
 +<code>
 +-------------------------------------------------------------------------------
 +   ROBOCOPY     ::     Robust File Copy for Windows
 +-------------------------------------------------------------------------------
 +
 +  Started : <date/time>
 +   Source : <SOURCE>
 +     Dest = <DEST>
 +
 +    Files : *.jpg
 +            *.mp4
 +            *.mov
 +
 +</code>
  • video_editing/davinci_resolve_proxy_workflows.1696520552.txt.gz
  • Last modified: 2023/10/05 15:42
  • by david