This article was translated by mLingua Worldwide Translations, Ltd. mLingua provides professional language translations in all major Western and Asian languages, software localization and web site translation services. Please visit http://mlingua.pl
Copyright (c) 2008 Adam Nowak
The goal is simple: by using a copy of a film from your local disc, change its size, adjust it to the iPhone display and apply appropriate coding which will enable you to enjoy a good picture and sound quality. At the beginning, however, I would like to emphasize, that on account of the size of the movie, I will not focus on the optimization of compression itself. Writing a script for this operation is useless - it's one line on the console: ffmpeg -i "INPUT _FILE.AVI" -f mp4 -vcodec mpeg4 -maxrate 10000 -b 7000 -r 29.97 -qmin 2 -qmax 5 -bufsize 4096 -g 300 -acodec libfaac -ab 128k -s 480x320 -aspect 4:3 "OUTPUT_FILE .MOV" Of course, you have to install the appropriate codecs (unless it was already done so) and input the file (the movie).
# apt-get install libfaac0 ffmpeg mpeglib libmpeg2-4 faac
After a long and quite consuming process, the we receive an output file. Next, you install it onto iPhone//iPod Touch using gtkpod, for instance. Voila!
Synchronising the phone book.
At this point the process is more complicated. You have to use the MNPlight application from the Installer repository: http://movenplay.gforge.inria.fr/iphone. The application functions are well described on the project's main page, I strongly believe, however, that you should have no problem with understanding it. The MNPlight application enables the import and export of the telephone book in Mozilla Thunderbird format (Google Mail) as well as the export//import of the calendar in Google Calendar format. Additionally, it has some other functions which I have personally never used. I recommend visiting the website for further information.
Your ringtones from mp3 to iPhone
Attention! This process works only with iPhone with 1.1.1 software. iPhone uses the sound encoded in AAC format. Most of us have files in *.mp3 or *.ogg format. The process of conversion itself is an uncomplicated one. Firstly, the you convert a sound file into *.wav format using mplayer, next you convert the *.wav file by the appropriate coder (faac), which creates an m4a output file. I wrote the script which automates the above-mentioned process:
#!/bin/bash # Sebastian 'night' Auczak # http://night.jogger.pl # Conversion of mp3 to iPhone ringtone
echo "Insert the name of mp3 file (without extension!)" echo -n ">" read IN OUT="`ls | grep $IN.mp3`" echo " I convert mp3 to wav:" mplayer -vo null -vc null -ao pcm:fast:file=$IN.wav $OUT faac -b 128 -c 44100 -w $IN.wav rm $IN.wav
You have to change the extension of the received output file from *.m4a to *.m4r and add one space bar before the extended file, e.g.
$ ls ringtone.m4a $ mv ringtone.m4a "ringtone.m4r" $ ls ringtone .m4r Now, let us pass on to iPhone 1. Download the corrected file MeCCA 2. Install the corrected file in: /System/Library/Frameworks/MeCCA.framework/ 3. Install the file m4r in the catalogue /Library/Ringtones/ 4. Restart the telephone
The ringtone should be available in the telephone menu.
The OpenSource tools, as we can see, enable to use iPhone independently from iTunes and Apple's products.
- Related Videos
- Related Articles
- Ask / Related Q&A
- Iphone – the Next Wonder of the World or Just a Flop?
- The Importance of Objective C Programming Language in iPhone Application Development
- Eleven Things You Will Hate About the Iphone 3G
- How To Backup Iphone/Itouch/Ipod Songs, Videos, Photos, Playlists To Pc Transfer
- iPhone programming course offered for FREE at Stanford University
- iPhone Application Development: No More a Geek’s Darling!
- Apple iPhone- Mesmerising with sensational features
- Singapore - Invincible Piece of Technology of the 21st Century, the Apple Iphone




Common Motherboard Drivers Issues and How You Can Resolve Them Easily
By: Logan Albright | 12/11/2009First thing that you need to know is what a motherboard is and when it really is, is the matrix in which the entire computer system sits on, and everything that is communicated from the OS to the chip to the sub systems within the computer is all done on...
3 Quick Fix Solutions to Common DVD Driver Issues
By: Logan Albright | 12/11/2009The first thing that you might want to do is to relook at the whole installation process, because the majority of the problems when it comes to DVD driver issues is that the initial installation was faulty at first, and what you really need to look at is how you...
How a Free Driver Download Website Can Put Your Mind at Ease
By: Logan Albright | 12/11/2009Putting your mind at ease when it comes to your own computing life is not a term that is easily associated with each other, and this is because of the multitude of problems that you can face when it comes to the computer and many of the problems actually come...
Troubleshoot Common DVD Rom Driver Problems With These Simple Fixes
By: Logan Albright | 12/11/2009The DVD rom is a device that has become quite common place in entertainment PC's all over the world, and if you think about it, in normal and business PC's as well, simply of the fact that they can actually hold more data than their CD counterparts and have the...
How Video Driver Downloads Can Get Your Graphic Display Working Again
By: Logan Albright | 12/11/2009Video driver downloads can get your graphic display to be working again, and this is simply because of the fact that the entire basis of the graphics card and its ability to function comes from its dependence of the driver itself, and to really understand this, we need to look...
What to Do in Case of a Corrupt Or Missing DVD RW Driver
By: Logan Albright | 12/11/2009That is a rather difficult question to answer if we did not know what a driver is. Before we explain the driver concept or look at the DVD RW driver as something that can be resolved easily, what we need to know is that this is the most basic and...
Where to Download Printer Driver Fixes For Your Troubleshooting Needs
By: Logan Albright | 12/11/2009Many people actually think that the driver is merely a system library that Windows uses to identify what the hardware is for, but the thing behind this is that the output and use of the driver is so much more complex than we could actually understand. Most do not understand...
Iphone Description - Part I
By: Adam Nowak | 20/05/2008 | ComputersiPhone is a device presented by Apple Inc. performing the function of a mobile phone, MP3 player (iPod) and Instant Messenger, as it has been called by Apple Inc.
Iphone in My Opinion - a Review - Part II
By: Adam Nowak | 18/05/2008 | ComputersI bought iPhone. And after long exploitation (a few weeks), it's time for a review of this gadget. Steve Jobs divided his official presentation into 3 main groups: a mobile phone, iPod, the Internet. So I will do the same, and let's start from the most important...
My Review of Iphone - Part I
By: Adam Nowak | 17/05/2008 | ComputersI bought iPhone. And after long exploitation (a few weeks), it's time for a review of this gadget. Steve Jobs divided his official presentation into 3 main groups: a mobile phone, iPod, the Internet. So I will do the same, and let's start from the most important...
Open Source Software - Useful or Not?
By: Adam Nowak | 17/05/2008 | ComputersThe aim of this paper is to acquaint the reader with the idea underlying the distribution of Open Source Software and to compare the main features of this solution with the features of commercial software. Particular emphasis is placed on describing the usefulness of Open Source in business applications.
Against the Rules - Hints About How to Create Text for a Website
By: Adam Nowak | 08/05/2008 | ComputersI am sure that many people wonder what the secret of filling up a website with its content is. The recipe seems to be quite simple - clarity and an appropriate outline are crucial. However, there is one thing you cannot forget about. Those who have never published texts or documents outside the Internet will find it easier, as they do not have to get rid of their old habits while learning the new art of website publishing.
How to Design a Functional Website - Part I
By: Adam Nowak | 05/05/2008 | ComputersThe combination of functionality and aesthetic qualities is difficult, but possible. Although achieving this balance requires a lot of effort and compromise, it will surely result in the satisfaction of Internet users.
How to Advertise a Web Page
By: Adam Nowak | 25/04/2008 | Internet'How to advertise a web page' is a very common question. Unfortunately, the answer is neither simple nor unambiguous. Why?