Skip to content

Instantly share code, notes, and snippets.

@josefnpat
Created December 21, 2017 00:19
Show Gist options
  • Star 1 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save josefnpat/0144ce3aaaac473a1c0eadccc2a12f25 to your computer and use it in GitHub Desktop.
Save josefnpat/0144ce3aaaac473a1c0eadccc2a12f25 to your computer and use it in GitHub Desktop.
Convert video for PS4
# Copy video, convert audio:
./bin/ffmpeg/bin/ffmpeg.exe -i $1 -c:v copy -c:a libmp3lame $2
# Convert video and audio:
./bin/ffmpeg/bin/ffmpeg.exe -i $1 -crf 22 $2.mp4
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment