-
Notifications
You must be signed in to change notification settings - Fork 24
Home
Tom Herold edited this page Nov 12, 2015
·
4 revisions
Welcome to the iLID wiki!
youtube-dl --extract-audio --audio-format mp3 ytuser:kernassipro
second audio file is offseted by 60 seconds -ss 60
ffmpeg -i input1.wav -ss 60 -i input2.mp3 -filter_complex amerge -c:a libmp3lame -q:a 4 output.mp3
Input file is trimmed to certain length (here 1sec)
Output is with white background (-r
) and without axes/titles (-l
)
sox input.wav -n trim 1 =2 spectrogram -x 244 -y 244 -l -r -o output.png