How to rip audio from video using ffmpeg

This is what i want, when i need new ringtone from youtube. Currently I have ffmpeg installed.
then i


>> ffmpeg -i input.flv -ab 128 -ar44100 output.mp3

Comments

Post a Comment

Popular posts from this blog

Difference between apt-get update and apt-get dis-upgrade