![]() |
extract audio track from video
Hi,
do you know if exist an application to extract the audio track from video and convert in mp3 ? Something like pymp but whit a local folder I tried via x-term whit ffmpeg but it don't work, miss the libvacodec-unstripped-51 / 52 and in the repo there isn't Any solution? Thanx in advance |
Re: extract audio track from video
Not on the N900 yet, I don't think. But I could be wrong.
On my PC I use Format Factory. Sorries not much help. |
Re: extract audio track from video
|
Re: extract audio track from video
Quote:
|
Re: extract audio track from video
Code:
mplayer -ao pcm:file=audio.wav video.avi |
Re: extract audio track from video
Sorry, can you explain the command?
I tried whit: mplayer -ao pcm:file=audio.wav name_of_the_video.avi lame audio.wav audio.mp3 But the resulting is two files: audio.wav and audio.mp3 whitout audio track Code:
/MyDocs/.videos $ mplayer -ao pcm:file=prova.wav Allexjo.flv lame prova.wav prova.mp3 |
Re: extract audio track from video
try the first line first and after that is done, then the second one....
|
Re: extract audio track from video
Veleno, there are two lines of code, not one.
Btw, add -vo null to disable video play during audio extraction: Code:
mplayer -ao pcm:file=audio.wav -vo null video.avimplayer - advanced media player -ao (audio output) - select audio output pcm - audio output will be redirected to WAV PCM file (defaults to audiodump.wav) :file=audio.wav - override defaults and name file to audio.wav -vo (video output) -select video output lame - (LAME Ain't Mp3 Encoder) - mp3 encoder (not sure if installed by default, may be you'll need to install it via apt-get install lame) And don't hesistate to use --help option of above commands and google. |
Re: extract audio track from video
Whenever I want some sound from a video (file or youtube), I just fire up some audio editing software (audacity, goldwave) and set the computers microphone to be "Stero Mix", which on my computer means the sound signal sent to speakers. Then I just hit record, let the video play, and finally crop the sound file & save it. I haven't got system sounds on, that could sometimes mess it ;)
On the N900 you can use Recaller to the same effect; set it to record system sounds and play whatever it is you want to play. This way I recorded the cheat-sound from Mahjong-game for use as an incoming email alert. The advantage of this method is that if you can play the media, you will be able to record it too without hunting for some format-specific editing software, though the disadvantage is quite obvious; you have to wait as long as it takes to play the sound you want at normal speed. |
Re: extract audio track from video
use recaller :)
|
| All times are GMT. The time now is 01:55. |
vBulletin® Version 3.8.8