VideoHelp Forum
+ Reply to Thread
Results 1 to 5 of 5
Thread
  1. Member
    Join Date
    Aug 2017
    Location
    U.S. of A.
    Search Comp PM
    I want to rip a video's audio (from VEMO-Youtube) to a lossless format. I'm under the impression YT and VEMO only produce mp3 and it's not possible to rip the audio to a lossless format.(?) Is there a way to get the audio from a video to actually rip/convert to a lossless format? Or maybe better said, can you convert an mp3 to a lossless format and truly get the "lossless" version? (the following I post for discussion/debate purposes)....https://www.videoconverterfactory.com/tips/youtube-to-flac.html
    Quote Quote  
  2. Member
    Join Date
    Mar 2008
    Location
    United States
    Search Comp PM
    you can certainly open an mp3 and export as Flac or Wav; you'll get the same quality as the original mp3
    Quote Quote  
  3. Banned
    Join Date
    Nov 2022
    Search PM
    If you pour three liters of water into a ten-liter bucket will you get ten liters of water?
    Quote Quote  
  4. Member
    Join Date
    May 2005
    Location
    Australia-PAL Land
    Search Comp PM
    VLC Player will rip audio to Flac (and other codecs) from a video:

    Open VLC

    Media>Convert/Save

    +Add

    On the Convert/Save dropdown, choose Convert

    In Profile, choose desired codec

    In Destination, enter details

    Start
    Quote Quote  
  5. Not sure what is your goal but you can use for example ffmpeg

    Code:
    @setlocal
    
    @set ff=C:\FF
    @set PATH=%FF%;%PATH%
    
    @SET file=%1
    @SET fname=%~n1
    
    @ffmpeg.exe -stats -y -hide_banner -i %file% -vn -dn -sn -c:a flac "%fname%_lossless.flac"
    
    @endlocal
    Quote Quote  



Similar Threads

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