ihtiyaç duyacaklarımızı yükleyelim;
sudo apt-get install mplayer lame
aşağıdaki kodu video2mp3.sh olarak /usr/local/bin e kaydedin.
#! /bin/bash
# usage: video2mp3.sh mp4_name mp3_name
mplayer $1 -ao pcm:file=tmp.wav
lame -b 128 -q 2 tmp.wav $2
rm -f tmp.wav
This entry was posted
on Sunday, February 28th, 2010 at 14:25 and is filed under Bilgi Ve Deneyim, Linux.
You can follow any responses to this entry through the RSS 2.0 feed.
You can leave a response, or trackback from your own site.
Cevap veya Yorum Yaz