x2y should be everywhere

This commit is contained in:
Abhay Rana 2016-05-22 23:39:04 +05:30
parent 6b4f5ebd85
commit 2ea181e0dc
1 changed files with 4 additions and 0 deletions

4
flac2mp3 Executable file
View File

@ -0,0 +1,4 @@
#!/bin/bash
parallel-moreutils -i -j$(nproc) ffmpeg -i {} -qscale:a 0 {}.mp3 -- ./*.flac
rename .flac.mp3 .mp3 ./*.mp3