Skip to content

Instantly share code, notes, and snippets.

@fk128
Created October 13, 2017 11:13
Show Gist options
  • Save fk128/5f75fa8d737e817c8a0dd99eea570a51 to your computer and use it in GitHub Desktop.
Save fk128/5f75fa8d737e817c8a0dd99eea570a51 to your computer and use it in GitHub Desktop.
#!/bin/bash
FILENAME=$1
ffmpeg -i ${FILENAME}.ts -c:v libx264 -c:a copy -bsf:a aac_adtstoasc ${FILENAME}.mp4
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment