We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 287f2c9 commit 418bde2Copy full SHA for 418bde2
1 file changed
menu/ffmpeg.js
@@ -22,7 +22,7 @@ export async function convertMp4ToMp3({DOM, CloudCmd}) {
22
});
23
}
24
25
-export async function convertMovToMp4({DOM, CloudCmd}) {
+export async function convertMovToMp3({DOM, CloudCmd}) {
26
const command = 'for f in *.MOV; do ffmpeg -i "$f" "${f%mp4}mp3"; done';
27
await convert(command, {
28
DOM,
0 commit comments