Skip to content

Instantly share code, notes, and snippets.

@SMarioMan
SMarioMan / convert-all-music-to-video.sh
Created October 16, 2024 00:00
Audio to Video Conversion for YouTube
#!/bin/bash
# Define the folder containing the tracks
# Defaults to the "Tracks" folder
TRACKS_FOLDER="${1:-Tracks}"
# Iterate through each file in the folder
for file in "$TRACKS_FOLDER"/*
do
# Check if it's a file (not a directory) and (hopefully) a media file
@SMarioMan
SMarioMan / Clip Archival Guide.md
Last active November 20, 2020 07:04
Guide to downloading and compiling Twitch clips

Guide to downloading and compiling Twitch clips

This guide will detail the process of downloading the top 1,000 or so clips assocoiated with any channel on Twitch.

Load the clips page for the channel you're interested in capturing. Normally, you want to look at top clips from all time. Scroll down until no more clips will load. This will cap out around 1,000 clips.

Example URL: https://www.twitch.tv/SMarioMan/clips?filter=clips&range=all

Press F12 to open the web inspector. Activate the element inspector.