This website requires JavaScript.
Explore
Help
Sign In
flewkey
/
flewkey.com
Watch
1
Star
0
Fork
0
Code
Releases
Activity
Files
09ae6a513cb9b4c035da652a0f7f5ee25ada14f2
flewkey.com
/
encode.sh
T
3 lines
73 B
Bash
Raw
Normal View
History
Unescape
Escape
music: Add encoding script
2024-06-02 16:36:36 -07:00
#!/bin/sh
exec
ffmpeg -i
"
${
1
}
"
-vn -ar
44100
-ac
2
-b:a 128k
"
${
1
}
.mp3"
Copy Permalink