PC & IT SUPPORT MADE EASY FORUM
Would you like to react to this message? Create an account in a few clicks or log in to continue.

ffmpeg usage for linux

Go down

ffmpeg usage for linux Empty ffmpeg usage for linux

Post by jamied_uk 2nd February 2013, 11:24

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 Very Happy

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
jamied_uk
jamied_uk
Admin

Posts : 2951
Join date : 2010-05-09
Age : 41
Location : UK

https://jnet.sytes.net

Back to top Go down

Back to top

- Similar topics

 
Permissions in this forum:
You cannot reply to topics in this forum