https://bugs.kde.org/show_bug.cgi?id=490524

--- Comment #18 from Maik Qualmann <[email protected]> ---
The reason is that current ffmpeg versions stop/ask if the output file already
exists (here is a 0-byte temp file on $OUTPUT). Therefore, you need to add the
"-y" parameter.

ffmpeg -i $INPUT -y -vn -c:a copy $OUTPUT.m4a

You can rename the file in the Rename tab using these two possible strings:

[file].[ext].m4a

or

[file].[ext]{replace:".mp3",".m4a",i}

Maik

-- 
You are receiving this mail because:
You are watching all bug changes.

Reply via email to