ffmpeg usage for linux
Page 1 of 1
ffmpeg usage for linux
how to setup redy
how to setup redy
sudo wget --output-document=/etc/apt/sources.list.d/medibuntu.list http://www.medibuntu.org/sources.list.d/$(lsb_release -cs).list && sudo apt-get --quiet update && sudo apt-get --yes --quiet --allow-unauthenticated install medibuntu-keyring && sudo apt-get --quiet update
next install ffmpeg
sudo apt-get install -y ffmpeg ubuntu-restricted-extras libmp3lame0 libdvdcss2 w32codecs
this example works
ffmpeg -i input.flv -vn -f mp3 nout.mp3
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
More Info
sudo wget --output-document=/etc/apt/sources.list.d/medibuntu.list http://www.medibuntu.org/sources.list.d/$(lsb_release -cs).list && sudo apt-get --quiet update && sudo apt-get --yes --quiet --allow-unauthenticated install medibuntu-keyring && sudo apt-get --quiet update
next install ffmpeg
sudo apt-get install -y ffmpeg ubuntu-restricted-extras libmp3lame0 libdvdcss2 w32codecs
example usage
ffmpeg -i video.flv -ab 160k -ac 2 -ar 44100 -vn audio.mp3
Read more: http://linuxpoison.blogspot.com.ar/2010/04/how-to-extract-audio-from-video-file.html#ixzz2Jk250Ktm
http://www.mygnulinux.com/?p=56
how to setup redy
sudo wget --output-document=/etc/apt/sources.list.d/medibuntu.list http://www.medibuntu.org/sources.list.d/$(lsb_release -cs).list && sudo apt-get --quiet update && sudo apt-get --yes --quiet --allow-unauthenticated install medibuntu-keyring && sudo apt-get --quiet update
next install ffmpeg
sudo apt-get install -y ffmpeg ubuntu-restricted-extras libmp3lame0 libdvdcss2 w32codecs
this example works
ffmpeg -i input.flv -vn -f mp3 nout.mp3
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
More Info
sudo wget --output-document=/etc/apt/sources.list.d/medibuntu.list http://www.medibuntu.org/sources.list.d/$(lsb_release -cs).list && sudo apt-get --quiet update && sudo apt-get --yes --quiet --allow-unauthenticated install medibuntu-keyring && sudo apt-get --quiet update
next install ffmpeg
sudo apt-get install -y ffmpeg ubuntu-restricted-extras libmp3lame0 libdvdcss2 w32codecs
example usage
ffmpeg -i video.flv -ab 160k -ac 2 -ar 44100 -vn audio.mp3
Read more: http://linuxpoison.blogspot.com.ar/2010/04/how-to-extract-audio-from-video-file.html#ixzz2Jk250Ktm
http://www.mygnulinux.com/?p=56
Similar topics
» Linux Log Files & Locations Plus Usage
» MP4 To MP3 Converter FFMPEG Linux
» making ffmpeg to work on Linux
» overlay watermark ffmpeg code
» Find your linux repo lists on Linux
» MP4 To MP3 Converter FFMPEG Linux
» making ffmpeg to work on Linux
» overlay watermark ffmpeg code
» Find your linux repo lists on Linux
Page 1 of 1
Permissions in this forum:
You cannot reply to topics in this forum