A grip of scripts that make shit easier by Panther Modern
A program to help you create looped videos for your music. It will display which frames 1/2 notes, 1/4 notes and 1/8 notes fall on and the frame to create an almost perfect 1 bar loop.
A program that allows you to precisely sample YouTube videos and save it as an MP3
Okay! First, before you download these scripts. You need the following: - Python - A coding langauge used to run/create programs - FFMPEG - Open Source Library for manipulating media files
Here are beginner friendly instructions on HOW to INSTALL both:
- Download the precompiled package of FFmpeg for Mac from the official website.
- Double-click on the downloaded package to extract its contents.
- Drag the extracted FFmpeg application to the "Applications" folder.
- Once the FFmpeg application is installed, you can verify the installation by opening Terminal and running the following command: "ffmpeg -version".
- Download the precompiled package of FFmpeg for Windows from the official website.
- Double-click on the downloaded package to extract its contents.
- Move the extracted FFmpeg folder to a location of your choice (e.g., C:\ffmpeg).
- Add the path to the FFmpeg bin directory (e.g., C:\ffmpeg\bin) to your system's PATH environment variable (as described in the previous instructions).
- Open the Command Prompt (press Windows key + X, and select "Command Prompt").
- Run the following command to verify the installation: "ffmpeg -version".
- If the installation is successful, you should see the version information for FFmpeg.
- Go to the Python website and download the latest version of Python for Mac.
- Double-click the downloaded package to begin the installation process.
- Follow the on-screen instructions to install Python.
- Once the installation is complete, you can verify the installation by opening Terminal and running the following command: "python3 --version".
- Go to the Python website and download the latest version of Python for Windows.
- Double-click the downloaded package to begin the installation process.
- Follow the on-screen instructions to install Python.
- Once the installation is complete, you can verify the installation by opening the Command Prompt (press Windows key + X, and select "Command Prompt") and running the following command: "python --version".
Note: Make sure to select the option to add Python to your PATH environment variable during the installation process on Windows, so that you can run Python from the Command Prompt.
- Make sure you have Python and FFMPEG installed on your Mac. If you don't have it installed, follow the instructions I provided earlier on how to install Python on Mac.
- Open "Finder" on your Mac.
- Click on the "Applications" folder.
- Scroll down and find the "Utilities" folder.
- Double-click on the "Terminal" application to open it.
- Go to the MEOW repository on GitHub (https://github.com//MEOW).
- Click the "Clone or download" button and select "Download ZIP".
- Extract the ZIP file to a location of your choice on your computer.
- In Terminal, type "cd" followed by a space, then drag the MEOW folder from Finder into the Terminal window and press Enter.
- Run the following command to install the required dependencies: "pip install -r requirements.txt"
- Run the following command to run the MEOW script: "python meow_app.py"
Note: The above steps assume that you have Git and pip (Python package manager) installed on your Mac. If you don't have them installed, you'll need to install them first.