|
| ||||||||||
| Tags: aac, flv, linux mint, mp3, ubuntu, unix |
![]() |
| | Thread Tools | Search this Thread |
|
#1
| |||
| |||
| Linux Mint: Unable to rip .mp3 from .flv
|
|
#2
| ||||
| ||||
| 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 |
|
#3
| ||||
| ||||
| 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 Code: file nodame_theme.mp3 Code: MPEG ADTS, layer III, v2, 8 kBits, 22.05 kHz, Monaural Code: ffmpeg -i nodame_theme.flv -ab 128 -ar 44100 nodame_theme.mp3 |
|
#4
| ||||
| ||||
| 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 And for the Ubuntu Jaunty Jackalope 9.04 Code: Code: sudo apt-get install ffmpeg libavcodec-unstripped-52 Code: Code: sudo apt-get install ffmpeg libavcodec-unstripped-51 |
|
#5
| ||||
| ||||
| 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. |
![]() |
|
| Thread Tools | Search this Thread |
| |
Similar Threads for: "Linux Mint: Unable to rip .mp3 from .flv" | ||||
| Thread | Thread Starter | Forum | Replies | Last Post |
| Unable to install software on linux mint 7 | Abby D | Operating Systems | 4 | 21-09-2011 11:07 AM |
| Unable to find the pci id in mint Linux | Jai$Man | Operating Systems | 4 | 02-07-2011 07:26 PM |
| Unable to start games in Linux Mint | Eyvindur | Operating Systems | 4 | 14-01-2011 09:25 AM |
| Unable to update Linux Mint 10 | Aaghaz | Operating Systems | 3 | 12-01-2011 11:57 AM |
| Unable to read USB in Linux Mint | hostess | Operating Systems | 3 | 07-01-2011 05:59 PM |