Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations Chris Miller on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

Converting from 3gp to regular video

Status
Not open for further replies.

lanceaustin

Programmer
May 5, 2003
23
DE
like i have got video clips on 3gp format is there any option in windows which i can use to convert them into avi or wave or any video format...



 

As far as I know - it's proprietary and you need their player..

Im sure someone will hack it soon - looks like this guy got close:

"I noticed that Nokia's .3gp File are simpy ffh263 encoded Therefore, it's easy to get MPlayer playing those videos.First download MPlayer and install it. (Note that mplayer should have support for ffmpeg, so ffmpeg developer libraries have to be installed). If you try to watch a video from your Nokia with mplayer right now, it will most likely fail with an error message like this one:

Cannot find codec matching selected -vo and video format 0x33363273.

This is easily fixed though:

1. Copy the codecs.conf file from mplayer sources etc/ directory to ~/.mplayer/
2. Add the following line under the videocodec ffh263 (just search for it) section:

format 0x33363273

Watching videos should work now. Also converting is possible

This command converts the .3gp to a DivX4:
# mencoder -ovc divx4 -nosound "Video.3gp" -o Video.avi

I'm still profiling a bit. I will update this entry, as soon as I found an appropriate bitrate and got sound conversion working"



pbxman
Systems Administrator

Please let Tek-Tips members know their posts were helpful.
 
Status
Not open for further replies.

Part and Inventory Search

Sponsor

Back
Top