Skip to content

Instantly share code, notes, and snippets.

@psu
Created January 27, 2023 08:14
Show Gist options
  • Save psu/abe8dec7377883c5a7b5749a87bf7ff2 to your computer and use it in GitHub Desktop.
Save psu/abe8dec7377883c5a7b5749a87bf7ff2 to your computer and use it in GitHub Desktop.
ffmpeg.sh
# Convert .mkv to .mp4
ffmpeg -i "${input_file}" -vcodec copy -acodec copy "${output_file_name}".mp4
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment