Skip to content

Instantly share code, notes, and snippets.

@kyuumeitai
Created February 27, 2019 18:51
Show Gist options
  • Save kyuumeitai/4c6ceadd6b32dcacb1d444fad0e84665 to your computer and use it in GitHub Desktop.
Save kyuumeitai/4c6ceadd6b32dcacb1d444fad0e84665 to your computer and use it in GitHub Desktop.
FFMPEG flac + image to video
ffmpeg -loop 1 -i aa.jpg -i bb.flac -c:a copy -shortest cc.mkv
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment