Archive for the ‘video’ Tag

FFMPEG

Salah satu cara penggunaan FFMPEG

$ ffmpeg -y -i sample.mov -f flv -vcodec flv -r 25 -b 900 -s qvga -acodec libmp3lame -ar 44100 -ab 64k output.flv

ternyata mudah yah ^^;