Advertisement
Guest User

ffmpeg request 0.1

a guest
May 27th, 2015
273
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.27 KB | None | 0 0
  1. /home/user/bin/ffmpeg -y -i track1.ogg -i track2.ogg -i track3.ogg -filter_complex "[0:0]volume=0.8:precision=fixed[a0]; [1:0]volume=0.8:precision=fixed[a1]; [2:0]volume=0.8:precision=fixed[a2]; [a0][a1][a2] amix=inputs=3:duration=longest:dropout_transition=3" output.mp3
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement