Home · News · Articles · Forum · Downloads · Search Your IP: 38.103.63.58 · Today: Monday, January 05, 2009
Main Menu
Home
News
Articles
- General
- Common Software
- Tips & Tricks
- Networking
- Multimedia
- Operation Systems
- Hardware
- Programming
- Security
- Configs
- CMS
Forum
Downloads
Gallery
Search
FAQ
Links
Ping us
Top 10 Article Posters
empty 37
nemo 3
linuxGuru 1
scary 1
tashak 1
siluni 1
Poll
What OS are you using?

Linux

*BSD

Solaris

Mac OS

Windows

Other

You must login to vote.
Converting video to 3gp in Linux
Converting video to 3gp in Linux
This howto should work for *BSD and all unix like as well.

In the world of fast growing information technologies the connection between mobile devices has been always important. Unfortunately many applications for mass use haven't been available for the Linux users as it is the converting of video files for mobile devices.3gp-converter is a command script with graphical interface which can be used for converting your video files in 3gp format.

There is a method for converting over the command line described in details below:
http://www.niemueller.de/wiki/index.php?ConvertVideoTo3GP

Unfortunately there is a little mistake which is leading us to fail while converting. There is a script made by Ico_Belqta user of linux-bg.org that is working and successfully converting video files to 3gp in the same folder location.
Here is the script:
mencoder undo.avi -nosound -ovc lavc -lavcopts vcodec=mpeg4 -vf expand=176:144,scale=176:144 -o movie.avi -ofps 12
mplayer -vo null -ao pcm -af resample=8000,volume=+4db:sc undo.avi
ffmpeg -i movie.avi -i audiodump.wav -b 48k -ac 1 -ab 12.2k -map 0.0 -map 1.0 undo.3gp

The first line from the script converts the file undo.avi into movie.avi without sound. The resolution is 176x144 and 12 frames per second.
The second command re-samples the audio protocol of the file and writes it down in file named audiodump.wav
The last line command from the script is creating the 3gp file from the re-sampled audio and video files. 48k is the bit rate for the image and 12.2k is for the audio.

Requirements:
MPlayer and FFMPEG

This article has been written by Ico_Belqta in Linux-bg.org.

I hope it's helpful for you. It was really helpful for me and that is the reason why I decided to translate it.
Comments
No Comments have been Posted.
Post Comment
Please Login to Post a Comment.
Ratings
Rating is available to Members only.

Please login or register to vote.

No Ratings have been Posted.
Search

Enter words:


Login
Username

Password



Not a member yet?
Click here to register.

Forgotten your password?
Request a new one here.
Users Online
Guests Online: 1
No Members Online
Registered: 56
Newest: Grantt721
Random Gallery Image
Friends
DJs Place
Fresh Flash Games
Free Wallpapers
PHP Scripts
Levski
Flash Games
HouseFreaks.Net
Improvements
Bookmark and Share
News Feeds
Article Feeds
Forum Feeds
Spam Poison
Valid CSS!
OSGuides.net 2007 - 2008 Creative Commons License.