Skip to content

Instantly share code, notes, and snippets.

@biojazzard
Created February 15, 2020 10:13
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save biojazzard/528912f34da56fcd29b9e06c26425a8d to your computer and use it in GitHub Desktop.
Save biojazzard/528912f34da56fcd29b9e06c26425a8d to your computer and use it in GitHub Desktop.
Some ffmpeg
# Clean shity MacOS .mov stuff for instagram
$ ffmpeg -threads 2 -i smileyz.mov -vcodec copy -acodec copy smileyz.mp4
# png + mp3 to video
$ ffmpeg -i test.wav -loop 1 -i test.png -c:a aac -b:a 256k -ar 44100 -c:v libx264 -pix_fmt yuv420p -preset faster -tune stillimage -shortest test.mp4
@biojazzard
Copy link
Author

ffmpeg -i meters.mp3 meters.wav

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