Search
 
SCRIPT & CODE EXAMPLE
 

SHELL

how to combine audio tracks ffmpeg

ffmpeg -i shadowplay_file.mp4 -filter_complex "[0:a:0][0:a:1]amix=2:longest[aout]" -map 0:V:0 -map "[aout]" -c:v copy -c:a aac -ac 2 output.mp4
Comment

PREVIOUS NEXT
Code Example
Shell :: scp ssh key 
Shell :: run docker compose 
Shell :: how to change permissions for only the root 
Shell :: centos copy folder 
Shell :: make git use a ssh key 
Shell :: nmap vulnerabilty scan 
Shell :: how to make file in powershell 
Shell :: uninstall all nuget packages 
Shell :: git ls files sort by date 
Shell :: aws cli s3 list buckets 
Shell :: revert last merge git 
Shell :: stacer ubuntu 
Shell :: pyinstaller module not found 
Shell :: OPENSSL_ROOT_DIR (missing: OPENSSL_CRYPTO_LIBRARY OPENSSL_INCLUDE_DIR) 
Shell :: uninstall nvidia driver ubuntu 
Shell :: how to delete directory 
Shell :: pipe command in linux 
Shell :: linux dd show progress 
Shell :: bash find file in directory 
Shell :: ssh custom port fla 
Shell :: check .conf file error apache 
Shell :: bash delete file 
Shell :: github command 
Shell :: surge flutter web 
Shell :: linux env 
Shell :: update path variable mac 
Shell :: How to install pymol 
Shell :: [INS-30131] Initial setup required for the execution of installer validations failed. 
Shell :: cambiar nombre branch git 
Shell :: uninstall mongo db 
ADD CONTENT
Topic
Content
Source link
Name
4+3 =