This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
#!/usr/bin/env python | |
# -*- coding: utf-8 -*- | |
# Автор/Author: https://t.me/msergeyy | |
# Постоянная ссылка/Permanent link: https://gist.github.com/SObS/298c254f596a3ebbc5f2a01eeb8314de | |
# Что делает: проходится по текущему таймлайну, по очереди выделяет клипы и создает для каждого задачу на рендер | |
# The script checks currently opened timeline, individually selecting clips and creates individual render jobs with desired parameters, | |
# preserving retimes and other edits without having to create compounds |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
# Note: Based on http://justinhileman.info/article/reinstalling-php-on-mac-os-x/ | |
# Refer to the page in case of any issues | |
# Assumed that you have Brew install; else run the following commands | |
# xcode-select --install | |
# ruby -e "$(curl -fsSL https://raw.githubusercontent.com/Homebrew/install/master/install)" | |
brew tap homebrew/dupes | |
brew tap homebrew/versions |