neezr / Website-Screenshotter-for-DaVinci-Resolve

Take a quick high-res screenshot of a website and import directly to DaVinci Resolve!

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

~ Website Screenshotter ~

Take screenshots of websites automatically and import them to DaVinci Resolve!

This captures the complete website in its full resolution, as it would appear in your web browser.

WebsiteScreenshotter

Usage:

  • Run this script from DaVinci Resolve's dropdown menu (Workspace > Scripts)
  • Select your project folder and paste a website URL into the text field
  • A screenshot of the website will automatically be taken as a .png-file with the highest available resolution, placed in your project folder and imported to your Media Pool!

Install:

  • Copy the .py-file into the folder "%appdata%\Blackmagic Design\DaVinci Resolve\Support\Fusion\Scripts\Utility"
  • Windows Only: Install Python 3.7+
  • Install the python module 'selenium'
    • open 'cmd' on Windows and execute 'pip install selenium' in the command line
    • or: install via requirements.txt with 'pip install -r requirements.txt'

About

Take a quick high-res screenshot of a website and import directly to DaVinci Resolve!


Languages

Language:Python 100.0%