This website works better with JavaScript.
Explore
Help
Register
Sign In
KK_Mirocod
/
LinuxScript
Watch
1
Star
0
Fork
You've already forked LinuxScript
0
Wiki
Issues
Projects
Code
Pull Requests
Releases
Activity
Скрипты для Linux
You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
109
Commits
1
Branch
0
Tags
230 KiB
Shell
100%
Tree:
c32f0156d1
master
Branches
Tags
${ item.name }
Create tag
${ searchTerm }
Create branch
${ searchTerm }
from 'c32f0156d1'
${ noResults }
LinuxScript
/
video_tools
/
union_video_and_audio.bash
3 lines
89 B
Raw
Blame
History
#!/bin/bash
ffmpeg -i
$1
-i
$2
-c:a aac -b:a 128k -vcodec copy -map 0:v -map 1:a o.mp4
Reference in new issue
Copy Permalink