Difference between
modified post 2d55f97a by Anonymous on Tue 5th Jun 2018 14:52
original post 58be by Anonymous on Tue 5th Jun 2018 14:39
Download diff
Show
old version |
new version |
both versions
1 | 1 | ls *.mp3 | awk '1==1 {printf("ffmpeg -i ./%s -filter:a \"atempo=0.75\" -vn ./%s-slow.mp3\n",$0,$0);}' | cat | |
2 | + | rename 's/slow.mp3-//g' *.mp3 |
Submit a correction or amendment below (click here to make a fresh posting)
After submitting an amendment, you'll be able to view the differences between the old and new posts easily.