\\ edit usernameEmail and PASSWORD in .netrc before using

yt-dlp "URL" \\ simple download to mp4 \\ add -o 'filename' to download to a specific filename

yt-dlp -x --audio-format mp3 "URL" \\ simple mp3 download


yt-dlp -U \\ Update

\\ Watermark (replace input_file and output_file)

ffmpeg -y -i INPUT_FILE.mp4 -f lavfi -i color=c=0x00000000@0.0:s=qcif:r=10,format=rgba -filter_complex "[1]drawtext=text='nigger':fontsize=48:fontcolor=#00000077[totile];[totile]tile=25x25[tooverlay];[0:v][tooverlay]overlay=x=sin(n / 5)*5:y=sin(n / 3) * 2" -shortest OUTPUT_FILE.mp4
