Keeping mapped network drives in an elevated Powershell session
Seems that there’s a bit of a gotcha when using powershell as an elevated user: any mapped network drives won’t be available, unless you explicitly connect them
After Effects, scripting and nerdery
Seems that there’s a bit of a gotcha when using powershell as an elevated user: any mapped network drives won’t be available, unless you explicitly connect them
I’ve been working with 6K footage from our Kinefinity Terra camera. To stop things grinding to a halt I’ve written a script for After Effects to allow me to set a whole folder’s worth of proxies at once.
I get to deal with .srt files a lot at the moment. Not only does everything we produce needs to meet accessibility standards, but the default for social media video is that since it auto-plays without sound you need subtitles burnt-in so that people can watch it without clicking on it. Due to frustration with … Continue reading An SRT subtitle offsetter using powershell
Image sequences, love ’em. All those distributed renders and so on create hundreds of thousands of image files on my media drive, so it’s good to have a quick scrip for checking that a sequence has rendered completely without any gaps. Here’s one in Powershell. It tells you if any files are not in sequence … Continue reading A quick snippet for checking image sequences
Building ffmpeg from source on Windows is a royal pain. For those who came in late, ffmpeg is the best reason for a video nerd to learn the command line.