79696121

Date: 2025-07-09 18:53:01
Score: 1.5
Natty:
Report link
FFMPEG_PATH="/opt/homebrew/bin/ffmpeg"

for f in "$@"
do
  filename="${f%.*}"
  output="${filename}.mp3"
  "$FFMPEG_PATH" -i "$f" -codec:a libmp3lame -qscale:a 2 "$output"
done
Reasons:
  • Low length (1):
  • Has code block (-0.5):
  • Low reputation (1):
Posted by: Samir Nader