This website requires JavaScript.
Explore
Help
Sign in
realestninja
/
Dotfiles
Watch
1
Star
0
Fork
You've already forked Dotfiles
0
Code
Issues
Pull requests
Projects
Releases
Packages
Wiki
Activity
Actions
master
Branches
Tags
No results found.
Dotfiles
/
notes
/
ffmpeg.md
Nikhil Nawgiri
609d87d74b
[notes] Create folder containing useful notes
2021-01-23 13:55:50 +01:00
148 B
Raw
Permalink
Blame
History
ffmpeg
Add music-layer to existing video
ffmpeg -i input_video.mp4 -i input_audio.m4a -map 0:v -map 1:a -c:v copy -shortest output.mp4