Difference between revisions of "Menggunakan ffmpeg"
Jump to navigation
Jump to search
Onnowpurbo (talk | contribs) |
Onnowpurbo (talk | contribs) |
||
| (One intermediate revision by the same user not shown) | |||
| Line 10: | Line 10: | ||
$ ffmpeg -i file.swf file.mpeg | $ ffmpeg -i file.swf file.mpeg | ||
| + | ==Referensi== | ||
| + | * http://ffmpeg.org/ffmpeg.html | ||
==Pranala Menarik== | ==Pranala Menarik== | ||
| Line 20: | Line 22: | ||
* [[Multimedia di Linux]] | * [[Multimedia di Linux]] | ||
* [[Linux Howto]] | * [[Linux Howto]] | ||
| + | |||
| + | [[Category: Multimedia]] | ||
| + | [[Category: Linux]] | ||
Latest revision as of 11:20, 25 January 2011
Instalasi menggunakan perintah
# apt-get install liblame-dev libfaad-dev libfaac-dev libxvidcore4-dev \ liba52-0.7.4 liba52-0.7.4-dev libdts-dev checkinstall
# apt-get install ffmpeg
Menjalankan ffmpeg
$ ffmpeg -i file.swf file.mpeg