Best YouTube to MP3 Coverter Online HQ

Discussion in 'Application Software' started by WinFree, Jul 10, 2019.

  1. WinFree

    WinFree MDL Senior Member

    Aug 6, 2016
    317
    53
    10
    What is the best Youtube to MP3 converter online with 320 Kbps?
     
  2. EXO56

    EXO56 MDL Member

    Mar 22, 2013
    183
    251
    10
    If the source is below 320 kbps, even if you find the best converter in the world, you'll get only oversampled bitrates.

    Low bitrates will always produce low quality audio even if you get your files converted and encoded at 320 kbps
    Difference is not noticeable on crappy hardware as computer speakers etc, but the difference is huge when using high end systems.
     
  3. Super Spartan

    Super Spartan MDL Expert

    May 30, 2014
    1,709
    990
    60
    Stop hovering to collapse... Click to collapse... Hover to expand... Click to expand...
  4. ACELIK

    ACELIK MDL Novice

    Sep 15, 2018
    2
    0
    0
    jdownloader extracts the original audio
     
  5. Super Spartan

    Super Spartan MDL Expert

    May 30, 2014
    1,709
    990
    60
    Stop hovering to collapse... Click to collapse... Hover to expand... Click to expand...
  6. norilink

    norilink MDL Novice

    Feb 26, 2011
    17
    3
    0
    i using this program:
    MediaHuman YouTube to MP3 Converter
     
  7. IsaacDavidson

    IsaacDavidson MDL Novice

    Jan 17, 2021
    5
    1
    0
  8. Ivan Patrick

    Ivan Patrick MDL Novice

    Dec 22, 2020
    1
    0
    0
    Try mediahuman youtube to mp3
     
  9. ohenry

    ohenry MDL Senior Member

    Aug 10, 2009
    423
    252
    10
    Most youtube videos contain audio in the form of 128k AAC. Which actually sounds fairly good. AAC is a much newer and more efficient encoder than MP3. Your best bet, in my opinion, is to download the youtube video and then strip the video, leaving the 128k AAC audio stream which you then save as an "*.M4A".

    Nearly all music players made in the last 10 years will play these "*.M4A" files. If you re-encode from AAC to MP3 you are going to lose quality, no matter what bit rate you choose for the MP3 conversion.

    Ffmpeg, free software, will do an excellent job of stripping the video.

    Code:
    ffmpeg  -i  "input.file.mp4" -vn -acodec copy -map_metadata 0 -id3v2_version 3 "input_file.m4a"
    
    -i "input.file.mp4"    == the name of the input file, downloaded from youtube
                              or whereever
    
    -vn                    == video no, do not pass through any video streams
    
    -map_metadata 0        == pass through any metadata (such as tags) from
                              stream 0
    
    -id3v2_version 3       == save any tags as version 3 of id3v2
    
    
    "input.file.mp4"       == provides a name for the output file
    
    On a downloaded youtube video, there won't be any metadata (tags), but it
    certainly doesn't hurt to pass them through if they do exist.

    And on the original question, I like and use 4k video downloader.
     
  10. ThomasMann

    ThomasMann MDL Expert

    Dec 31, 2015
    1,770
    295
    60
    Why on earth would you want to leave your data online at another company??? Simply use VLC, it works absolutely perfct, fast and easy...