Skip to content

Instantly share code, notes, and snippets.

@nakanoasaservice
Created August 19, 2019 08:47
Show Gist options
  • Select an option

  • Save nakanoasaservice/1db555a7c582bd9aadeb901cdf5ff647 to your computer and use it in GitHub Desktop.

Select an option

Save nakanoasaservice/1db555a7c582bd9aadeb901cdf5ff647 to your computer and use it in GitHub Desktop.
for f in *.flv; ffmpeg -i $f -codec:v copy -codec:a copy (basename $f .flv).mp4; and rm $f; end
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment