making awesome more awesome
This commit is contained in:
parent
df158112cb
commit
4cf0bbd46b
8 changed files with 73 additions and 11 deletions
9
scripts/opustomp3
Executable file
9
scripts/opustomp3
Executable file
|
@ -0,0 +1,9 @@
|
|||
#!/usr/bin/env fish
|
||||
|
||||
for aud in *.opus
|
||||
touch $aud.txt
|
||||
echo $aud >>$aud.txt
|
||||
set newaud (sed "s/\.opus//g" $aud.txt)
|
||||
echo $newaud
|
||||
ffmpeg -i $aud -vn -ar 44100 -ac 2 -b:a 192k $newaud.mp3
|
||||
end
|
Loading…
Add table
Add a link
Reference in a new issue