title
Products            Buy            Support Forum            Professional            About            Codec Central
 

Help with Fraunhofer encoder.txt

Collapse
X
 
  • Time
  • Show
Clear All
new posts
  • Sylph
    • Dec 2008
    • 27

    Help with Fraunhofer encoder.txt

    Could someone help me write a good encoder.txt file for Fraunhofer 1.5?

    I tried something, but it doesn't look good, and I probably messed a lot of things. Instead of combo for CBR, I would like a slider. And I don't know how to add VBR... :blush:

    Help!

    Code:
    [codec]
    .mp3
    mp3sEncoder.exe
    
    [image]
    230
    46
    FhGlogo.jpg
    yes
    
    [label]
    10
    2
    Fraunhofer v1.5
    
    [combo]
    34
    22
    150
    8
     
    CBR 96 kbps
    -br 96000 -c 2 -m 0
    CBR 112 kbps
    -br 112000 -c 2 -m 0
    CBR 128 kbps
    -br 128000 -c 2 -m 0
    CBR 144 kbps
    -br 144000 -c 2 -m 0
    CBR 160 kbps
    -br 160000 -c 2 -m 0
    CBR 192 kbps
    -br 192000 -c 2 -m 0
    CBR 224 kbps
    -br 224000 -c 2 -m 0
    CBR 256 kbps
    -br 256000 -c 2 -m 0
    CBR 320 kbps
    -br 320000 -c 2 -m 0
    
    [checkbox]
    201
    44
    0
    -VBR
     -br 0
    
    [combo]
    1
    42
    67
    1
    Default Default 0
    
    CBR at "-br"
     -m 0
    VBR Highest Quality
     -m 1
    VBR High Quality
     -m 2
    VBR Intermediate Quality
     -m 3
    VBR Intermediate Bitrate
     -m 4
    VBR Low Bitrate (-m 5)
     -m 5
    
    [combo]
    72
    42
    50
    1
    Quality:
     -q 1
    0-Fast Encoding
     -q 0
    1-High Quality
     -q 1
    
    [combo]
    126
    42
    68
    1
    Samplerate:
    
    same as source
    
    48,000 Hz 
     --sr 48
    44,100 Hz
     --sr 44.1
    32,000 Hz
     --sr 32
    24,000 Hz
     --sr 24
    22,050 Hz
     --sr 22.05
    16,000 Hz
     --sr 16
    12,000 Hz
     --sr 12
    11,025 Hz
     --sr 11.025
    8,000 Hz
     --sr 8
    
    [clistring]
    - -of "[outfile]"
    
    [maxchannels]
    6
  • LtData
    dBpoweramp Guru
    • May 2004
    • 8288

    #2
    Re: Help with Fraunhofer encoder.txt

    Try using the .txt file for the m4a (Nero) encoder as a template. Pasted below for reference:
    Code:
    [codec]
    .m4a
    neroAacEnc.exe
    
    [msgifnoencoder]
    Before using this encoder a seperate component must first be installed from www.nerodigital.com, press Red [?] help button on encoder settings page for details.
    
    [image]
    250
    56
    Nero.bmp
    no
    
    [label]
    4
    2
    Target:
    
    
    [radio&slider]
    4
    24
    292
    1
    40
    0
    Quality (VBR)
    
    5
    Quality .05   (estimated bit rate: 16 Kbps)
    -q .05
    Quality .15   (estimated bit rate: 32 Kbps)
    -q .15
    Quality .25   (estimated bit rate: 64 Kbps)
    -q .25
    Quality .35   (estimated bit rate: 100 Kbps)
    -q .35
    Quality .45   (estimated bit rate: 150 Kbps)
    -q .45
    Quality .5    (estimated bit rate: 170 Kbps)
    -q .5
    Quality .55   (estimated bit rate: 200 Kbps)
    -q .55
    Quality .65   (estimated bit rate: 250 Kbps)
    -q .65
    Quality .75   (estimated bit rate: 300 Kbps)
    -q .75
    Quality .85   (estimated bit rate: 350 Kbps)
    -q .85
    Quality .95   (estimated bit rate: 400 Kbps)
    -q .95
    [/sliderend]
    110
    0
    Bit Rate (ABR)
    
    9
    Average Bit Rate: 16 Kbps
    -br 16000
    Average Bit Rate: 24 Kbps
    -br 24000
    Average Bit Rate: 32 Kbps
    -br 32000
    Average Bit Rate: 48 Kbps
    -br 48000
    Average Bit Rate: 56 Kbps
    -br 56000
    Average Bit Rate: 64 Kbps
    -br 64000
    Average Bit Rate: 80 Kbps
    -br 80000
    Average Bit Rate: 96 Kbps
    -br 96000
    Average Bit Rate: 128 Kbps
    -br 128000
    Average Bit Rate: 144 Kbps
    -br 144000
    Average Bit Rate: 160 Kbps
    -br 160000
    Average Bit Rate: 192 Kbps
    -br 192000
    Average Bit Rate: 224 Kbps
    -br 224000
    Average Bit Rate: 256 Kbps
    -br 256000
    Average Bit Rate: 320 Kbps
    -br 320000
    Average Bit Rate: 400 Kbps
    -br 400000
    [/sliderend]
    184
    0
    Bit Rate (CBR)
    
    9
    Constant Bit Rate: 16 Kbps
    -cbr 16000
    Constant Bit Rate: 24 Kbps
    -cbr 24000
    Constant Bit Rate: 32 Kbps
    -cbr 32000
    Constant Bit Rate: 48 Kbps
    -cbr 48000
    Constant Bit Rate: 56 Kbps
    -cbr 56000
    Constant Bit Rate: 64 Kbps
    -cbr 64000
    Constant Bit Rate: 80 Kbps
    -cbr 80000
    Constant Bit Rate: 96 Kbps
    -cbr 96000
    Constant Bit Rate: 128 Kbps
    -cbr 128000
    Constant Bit Rate: 144 Kbps
    -cbr 144000
    Constant Bit Rate: 160 Kbps
    -cbr 160000
    Constant Bit Rate: 192 Kbps
    -cbr 192000
    Constant Bit Rate: 224 Kbps
    -cbr 224000
    Constant Bit Rate: 256 Kbps
    -cbr 256000
    Constant Bit Rate: 320 Kbps
    -cbr 320000
    Constant Bit Rate: 400 Kbps
    -cbr 400000
    [/sliderend]
    
    
    
    [label]
    10
    44
    low quality (smaller file)
    808080
    
    [label]
    216
    44
    high quality (larger file)
    808080
    
    [combo]
    60
    66
    80
    1
    (no forced profile)
    
    Force LC AAC
     -lc  
    Force HE AAC
     -he  
    Force HE v2
     -hev2  
    
    
    
    [clistring]
     -ignorelength -if - -of "[outfile]"
    
    [highestqualitydecode]
    
    
    [minfreq]
    8000
    
    [maxfreq]
    96000
    
    [maxchannels]
    6
    
    [helpbutton]
    283
    0
    Help\Codec\mp4\Help.htm
    
    [estimatesize]
    -q .95
    400000
    -q .85
    350000
    -q .75
    300000
    -q .65
    250000
    -q .55
    200000
    -q .5
    170000
    -q .45
    150000
    -q .35
    100000
    -q .25
    64000
    -q .15
    32000
    -q .05
    16000
    -br 400000
    400000
    -br 320000
    320000
    -br 256000
    256000
    -br 224000
    224000
    -br 192000
    192000
    -br 160000
    160000
    -br 144000
    144000
    -br 128000
    128000
    -br 96000
    96000
    -br 80000
    80000
    -br 64000
    64000
    -br 56000
    56000
    -br 48000
    48000
    -br 32000
    32000
    -br 24000
    24000
    -br 16000
    16000
    -cbr 400000
    400000
    -cbr 320000
    320000
    -cbr 256000
    256000
    -cbr 224000
    224000
    -cbr 192000
    192000
    -cbr 160000
    160000
    -cbr 144000
    144000
    -cbr 128000
    128000
    -cbr 96000
    96000
    -cbr 80000
    80000
    -cbr 64000
    64000
    -cbr 56000
    56000
    -cbr 48000
    48000
    -cbr 32000
    32000
    -cbr 24000
    24000
    -cbr 16000
    16000

    Comment

    • Sylph
      • Dec 2008
      • 27

      #3
      Re: Help with Fraunhofer encoder.txt

      Originally posted by LtData
      Try using the .txt file for the m4a (Nero) encoder as a template. Pasted below for reference:
      Thank you, LtData, but how will that help me when the commands are different?

      I've already looked into many other encoder.txt files and it didn't really help me much.

      Comment

      • LtData
        dBpoweramp Guru
        • May 2004
        • 8288

        #4
        Re: Help with Fraunhofer encoder.txt

        I put it there to try to help you figure you out the ratio&slider part.

        Comment

        • Sylph
          • Dec 2008
          • 27

          #5
          Re: Help with Fraunhofer encoder.txt

          Thanks!

          I gave up!

          I'm hoping someone will write it, someone who knows how to do it, but it will probably never happen.

          In any way, one can only hope.

          Comment

          Working...

          ]]>