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
Today , one of my boss said ''' This is what I use for converting for the ipad using ffmpeg: #!/bin/bash ffmpeg -i "$1" -acodec libfaac -ab 96k -vcodec libx264 -vpre fast -crf 22 -threads 0 -s 1024x768 "$1.mp4" ''' Oh I have to try it