Skip to content

Instantly share code, notes, and snippets.

@andyeff
Created May 3, 2024 20:12
Show Gist options
  • Save andyeff/4871624ed9110a2b9614af88845d6360 to your computer and use it in GitHub Desktop.
Save andyeff/4871624ed9110a2b9614af88845d6360 to your computer and use it in GitHub Desktop.
Manual fixup of yt-dlp download of live twitch stream
@echo off
if "%~1"=="" echo Filename not specified - exiting && goto :eof
ffmpeg -hide_banner -y -i %1 -c copy -f mp4 "-bsf:a" aac_adtstoasc "%~n1-fixup.mp4"
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment