Created
February 27, 2019 18:51
-
-
Save kyuumeitai/4c6ceadd6b32dcacb1d444fad0e84665 to your computer and use it in GitHub Desktop.
FFMPEG flac + image to video
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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