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 [2024/12/01 11:57] (current) – [Using a script] david
Line 34: Line 34:
 ===== Using a script ===== ===== Using a script =====
  
-I had to adapt this as one of my cameras seemed to cause problemswhen DaVinci Resolve was doing the renderingit would just hand with the remaining time going up and up. This doesn't seem to be a common problem! That being said, here are my notes for the sake of things.+I had to adapt this as one of my cameras seemed to cause problems when DaVinci Resolve was doing the rendering (it would just hang with the remaining time going up and up). This doesn't seem to be a common problem! That being said, here are my notes for the sake of things.
  
   - Install ''ffmpeg'' (including setting ''PATH''): https://www.wikihow.com/Install-FFmpeg-on-Windows   - Install ''ffmpeg'' (including setting ''PATH''): https://www.wikihow.com/Install-FFmpeg-on-Windows
-  - Save scripts from here: https://gist.github.com/in03/aea16ddccd04bb178b2ef988b73664b3+  - Save scripts from here: https://gist.github.com/in03/aea16ddccd04bb178b2ef988b73664b3 (Or my fork, to keep frame rate from source https://gist.github.com/d-roman-halliday/62a078e2c219fd1db030c03d47664bc8).
     - Configure ''proxy_path_root'' (about line 35 in ''encode_resolve_proxies.py'', don't forget double slashes to separate directories)     - Configure ''proxy_path_root'' (about line 35 in ''encode_resolve_proxies.py'', don't forget double slashes to separate directories)
   - Configure ''shell:SendTo'' (Windows key + 'r').   - Configure ''shell:SendTo'' (Windows key + 'r').
Line 49: Line 49:
 </code> </code>
  
-I had to modify the scripts a little (new python versions perhaps).+I had to [[https://gist.github.com/d-roman-halliday/62a078e2c219fd1db030c03d47664bc8|modify the scripts a little]] (new python versions perhaps).
  
 ====== Links & Info ====== ====== Links & Info ======
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