Skip to content

Commit 418bde2

Browse files
committed
fix: mp4 -> mp3
1 parent 287f2c9 commit 418bde2

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

menu/ffmpeg.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@ export async function convertMp4ToMp3({DOM, CloudCmd}) {
2222
});
2323
}
2424

25-
export async function convertMovToMp4({DOM, CloudCmd}) {
25+
export async function convertMovToMp3({DOM, CloudCmd}) {
2626
const command = 'for f in *.MOV; do ffmpeg -i "$f" "${f%mp4}mp3"; done';
2727
await convert(command, {
2828
DOM,

0 commit comments

Comments
 (0)