Command-line AC3 decoder / normalizer that supports pipes?

Collapse
X
 
  • Time
  • Show
Clear All
new posts
  • madoka
    Junior Member
    Junior Member
    • Feb 2002
    • 4

    Command-line AC3 decoder / normalizer that supports pipes?

    Basically I'm looking for an AC3 decoder and a WAV normalizer (or one that does both) which supports pipes, so that I can feed the output directly into LAME without an intermediate file. Something like:

    ac3dec audio.ac3 -out - | normalize - -out - | lame --alt-preset standard - audio.mp3

    or

    ac3decnorm audio.ac3 -out - | lame --alt-preset standard - audio.mp3
  • setarip
    Retired
    • Dec 2001
    • 24955

    #2
    If I remember my DOS correctly, shouldn't any true DOS program be able to avail itslef to pipes (an intrinsic command)?

    Comment

    Working...