add scripts
This commit is contained in:
5
m4a_to_flac
Executable file
5
m4a_to_flac
Executable file
@ -0,0 +1,5 @@
|
||||
#!/bin/bash
|
||||
|
||||
for file in *.m4a ; do
|
||||
ffmpeg -i "$file" -f flac "$( basename "$file" .m4a ).flac"
|
||||
done
|
Reference in New Issue
Block a user