Skip to content

Instantly share code, notes, and snippets.

@kyeah
Created September 20, 2022 21:05
Show Gist options
  • Save kyeah/350683ac013a51e161cb6078c570695a to your computer and use it in GitHub Desktop.
Save kyeah/350683ac013a51e161cb6078c570695a to your computer and use it in GitHub Desktop.
Ensure videos support progressive-download
for file in file1 file2 file3; do; docker run --volume "${PWD}:/test/" jrottenberg/ffmpeg -i /test/${file} -movflags faststart -y -c copy /test/new-${file}; done
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment