This website requires JavaScript.
Explore
Help
Sign In
flewkey
/
flewkey.com
Watch
1
Star
0
Fork
0
Code
Releases
Activity
Files
5e943d5ab03da01eaf9fb7ac38ce459d20938227
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