---
title: "LAME (mp3-encoder) syntax"
type: "forum-thread"
url: "https://www.webforum.nu/amne/php/109899-lame-mp3-encoder-syntax"
topic: "PHP"
topic_url: "https://www.webforum.nu/amne/php"
author: "Prime_66"
published: "2004-08-23T23:43:24.000Z"
updated: "2004-08-23T23:47:16.000Z"
replies: 1
views: 221
page: 1
pages: 1
language: "sv-SE"
site: "webForum — webforum.nu"
rights: "Upphovsrätten till varje inlägg tillhör dess författare."
attribution: "Citera som: webForum, https://www.webforum.nu/amne/php/109899-lame-mp3-encoder-syntax"
---

# LAME (mp3-encoder) syntax

## #1 — Prime_66, 2004-08-23T23:43Z

Does anyone know how to put a converted file into another folder than the default(same as the original song is in)? I think it should be possible to tell LAME where it should put the converted file.

Permalänk: https://www.webforum.nu/p/109899

## #2 — Hansen, 2004-08-23T23:47Z

Har du läst hjälpen?

```
mundus:~ chansen$ lame --help
LAME version 3.95  ([url]http://www.mp3dev.org/[/url])

usage: lame [options] <infile> [outfile]

    <infile> and/or <outfile> can be "-", which means stdin/stdout.

RECOMMENDED:
    lame -h input.wav output.mp3

OPTIONS:
    -b bitrate      set the bitrate, default 128 kbps
    -f              fast mode (lower quality)
    -h              higher quality, but a little slower.  Recommended.
    -m mode         (s)tereo, (j)oint, (m)ono
                    default is (j) or (s) depending on bitrate
    -V n            quality setting for VBR.  default n=4

    --preset type   type must be "medium", "standard", "extreme", "insane",
                    or a value for an average desired bitrate and depending
                    on the value specified, appropriate quality settings will
                    be used.
                    "--preset help" gives more info on these

    --longhelp      full list of options
```

Permalänk: https://www.webforum.nu/p/1418440

---

Tråden på webben: https://www.webforum.nu/amne/php/109899-lame-mp3-encoder-syntax
