Skip to main content

Posts

Showing posts with the label convert

How To Easily Bulk Convert OGG to MP3 in Linux

OGG is a common, widely used, and the default audio format in Linux. But sometimes, maybe you need to run your OGG collections in an old MP3 player. If so, there is a great tool called ogg2mp3 that can be used to convert massive OGG files into MP3 in one single process. Download You could get the .deb of ogg2mp3 in its Google Code page . This script depends on lame, so you need to install lame first : sudo apt-get install lame . Usage 1. Go to the path where your ogg collections located 2. Run the following command : ogg2mp3 *.ogg *.mp3

How To Convert Multiple Images At Once In Linux

Conversion process Step 4. Last step, click continue Step 3. Select image collection folder Step 2. Select Filetype as gif / or another Step 1. Add Action Save For some reasons, we need to convert our image collections from one to another format (e.g : from jpeg into png, gif etc). In Linux, we have had convert, a command-line tool, part of the popular tool imagemagick. But, in order to convert multiple images at once, undertaking it using convert is absolutely difficult (I've tried, and followed the manual, but always been failed). But, don't worry! We have a great solution. In Linux, there is already a GUI tool to do very complex actions of image manipulation called PHATCH . Now, here it is the steps : 1. Open phatch, and select “ Add an action ” button. 2. Scroll down, find and select action “ Save ” . 3. In Save action dialog, there are columns about image profile we want to convert. Select “ As ” and select the format we wanted (ex : gif)...

Menikmati Hiburan Multimedia Format : Convert flv to avi Di Linux

Dalam era digital saat ini, distribusi konten hiburan digital sudah sangat beragam. Taruhlah untuk video. Begitu banyak format video yang digunakan untuk mendistribusikan konten-konten hiburan (film dan lain-lain). Permasalahannya adalah, tidak semua sistem operasi secara default mendukung format-format multimedia popular (baru), katakanlah seperti flash flv dan quicktime 3gp. Solusinya sebenarnya mudah, cari saja aplikasi pemutar format multimedia lengkap, atau codec multimedia yang lengkap. Namun seringkali, kita tetap menginginkan menyimpan koleksi file multimedia kita dalam format tertentu, dengan tujuan, bisa dinikmati oleh banyak rekan yang lain (yang belum tentu memiliki software multimedia lengkap). Lalu bagaiamana? Tentu mudah! Kita membutuhkan software converter untuk mengkonversi file multimedia dari format ini ke format itu, sebagai misal dari 3gp ke avi. Di windows, aplikasi converter file multimedia cukup banyak pilihannya. Di Linux pun, wal...