Results 1 to 5 of 5

Thread: Linux Mint: Unable to rip .mp3 from .flv

  1. #1
    Join Date
    Apr 2010
    Posts
    50

    Linux Mint: Unable to rip .mp3 from .flv

    Hello friends, I am working with the Linux Mint, I want to know what is the trick to rip the .mp3 from the .flv format. Ffmeg do not perform to work out and also the mencoder does not work boldness. and avidenux utters that it cannot decode audio. I am really at the loss. I am unable to get any of the solution for this even though I had the lot of search over the internet. Please help me.

  2. #2
    Join Date
    Nov 2008
    Posts
    1,185

    Re: Linux Mint: Unable to rip .mp3 from .flv

    It is easy to take out MP3 audio through the YouTube movie that is the .flv format onto the Linux through mplayer. The technique to rip MP3 audio through the FLV files by means of ffmpeg from several sites doesn't labor out for me onto my computer system as a result I use mplayer to do it:
    Code:
    mplayer -dumpaudio old-file.flv -dumpfile new-file.mp3
    It is really very esy to utilize and also easy to work around with it.

  3. #3
    Join Date
    Nov 2009
    Posts
    1,035

    Re: Linux Mint: Unable to rip .mp3 from .flv

    You can without difficulties take out audio from video files for example the avi, mpg, also .flv into mp3 uses moreover mplayer or else the ffmpeg. You can even trace online stream keen on mp3, for example stream through the radio cast. Give permission’s by beginning by means of mplayer. To take out audio from video files, make use of the -dumpaudio alternative plus particular the output filename with -dumpfile
    Code:
    mplayer -dumpaudio nodame_theme.flv -dumpfile nodame_theme.mp3
    we will get the output:
    Code:
    file nodame_theme.mp3
    Output:
    Code:
    MPEG ADTS, layer III, v2,   8 kBits, 22.05 kHz, Monaural
    Well the audio removed through the .flv, consequently superiority is fairly low, however you can alter the audio rate by means of ffmpeg. Let observe how to make use of ffmpeg.
    Code:
    ffmpeg -i nodame_theme.flv -ab 128 -ar 44100 nodame_theme.mp3
    -i is to particular input file, -ab audio bitrate, -ar audio sampling frequency

  4. #4
    Join Date
    May 2008
    Posts
    859

    Re: Linux Mint: Unable to rip .mp3 from .flv

    if anybody is facing the difficulties while converting or else by building the files within single of the limited set-up. I recommend this answer: immediately set up this additional codecs package along with observe if it repairs your difficulties. Choose the package that groups your allocation:

    For the Ubuntu Karmic Koala 9.10
    Code:
    Code:
    sudo apt-get install ffmpeg libavcodec-extra-52
    keep in mind that the libavcodec-extra-52 package for Karmic does not maintain AAC or AMR arrangements. I suggest by means of libavcodec-extra-52 through the Medibuntu repository.

    And for the Ubuntu Jaunty Jackalope 9.04
    Code:
    Code:
    sudo apt-get install ffmpeg libavcodec-unstripped-52
    Ubuntu Intrepid Ibex 8.10
    Code:
    Code:
    sudo apt-get install ffmpeg libavcodec-unstripped-51
    this is the thing which cracked my winff difficulties through converting files on the way to mp3. in fact this help this be capable of assist somebody as well.

  5. #5
    Join Date
    May 2008
    Posts
    1,020

    Re: Linux Mint: Unable to rip .mp3 from .flv

    That solved my difficulty incredibly satisfactorily. I am extremely thankful that I had by some means solved out this difficulty. By performing it, I was, receiving the 'libmp3lame' fault after installing WinFF. Then I gone into Synaptic Package Manager select the libavcodec-unstripped-52 as well as Synaptic perform the elimination of the defaults in addition to installed the unobstructed packages.

Similar Threads

  1. Unable to find the pci id in mint Linux
    By Jai$Man in forum Operating Systems
    Replies: 4
    Last Post: 02-07-2011, 07:26 PM
  2. Unable to install Linux Mint and Ubuntu
    By Teesta in forum Operating Systems
    Replies: 4
    Last Post: 05-02-2011, 07:58 PM
  3. Unable to update Linux Mint 10
    By Aaghaz in forum Operating Systems
    Replies: 3
    Last Post: 12-01-2011, 12:57 PM
  4. Unable to read USB in Linux Mint
    By hostess in forum Operating Systems
    Replies: 3
    Last Post: 07-01-2011, 06:59 PM
  5. Unable to Save the Movies in Linux Mint 9
    By Palushi GanGer in forum Operating Systems
    Replies: 4
    Last Post: 03-01-2011, 01:34 AM

Tags for this Thread

Bookmarks

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •  
Page generated in 1,713,275,735.03110 seconds with 17 queries