VideoHelp Forum
+ Reply to Thread
Results 1 to 6 of 6
Thread
  1. How to convert wav to flac in FLAC Encoder?
    Quote Quote  
  2. Use clever Ffmpeg-GUI instead.
    Load yor wav, click main, click audio conversion, click continue, select flac as output, click convert. Done.
    Quote Quote  
  3. Thanks, but I need to do that in FLAC Encoder.
    Quote Quote  
  4. DECEASED
    Join Date
    Jun 2009
    Location
    Heaven
    Search Comp PM
    Open a command-prompt window, type "flac --explain", press "ENTER".
    "Programmers are human-shaped machines that transform alcohol into bugs."
    Quote Quote  
  5. Capturing Memories dellsam34's Avatar
    Join Date
    Jan 2016
    Location
    Member Since 2005, Re-joined in 2016
    Search PM
    dBPoweramp is a nice little GUI that converts one or multiple WAV files to FLAC fast and easy.
    Quote Quote  
  6. Code:
    flac -f -F -5 -o "Path to output .flac file" "Path to input audio file"
    • -f, --force Force overwriting of output file
    • -5, --compression-level-5 Synonymous with -l 8 -b 4096 -m -r 5
      -5 is the default setting
    • -o ".." Set output file
    • -F, --decode-through-errors By default flac stops decoding with an error
      and removes the partially decoded file if it
      encounters a bitstream error. With -F, errors
      are still printed but flac will continue
      decoding to completion. Note that errors may
      cause the decoded audio to be missing some
      samples or have silent sections.
    like mentioned before if you call 'flac --explain' it will list all the options that are available.

    Cu Selur
    users currently on my ignore list: deadrats, Stears555
    Quote Quote  



Similar Threads

Visit our sponsor! Try DVDFab and backup Blu-rays!