This website requires JavaScript.
Explore
Help
Sign In
flewkey
/
flewkey.com
Watch
1
Star
0
Fork
0
Code
Releases
Activity
Files
master
flewkey.com
/
encode.sh
T
Add File
New File
Upload File
Apply Patch
Copy Permalink
Download directory as ZIP
Download directory as TAR.GZ
Delete Directory
3 lines
73 B
Bash
Raw
Permalink
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