Skip to content

Instantly share code, notes, and snippets.

@padde
Created May 6, 2012 18:23
Show Gist options
  • Save padde/2623647 to your computer and use it in GitHub Desktop.
Save padde/2623647 to your computer and use it in GitHub Desktop.
Convert video for PowerPoint with ffmpeg
ffmpeg -i INFILE -r 25 -f mpeg -vcodec mpeg1video -ar 48000 -b 1500k -acodec mp2 -ar 44100 -ac 1 -y OUTFILE.mpg
@filipsPL
Copy link

filipsPL commented Jun 4, 2019

👍

Adding -b:v 2500k increase the quality of generated movie.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment