3gp no audio

Asked by Savvas Radevic

I have a 3gp file that I tried to play with several media players, all have failed:
VLC - distorted audio output (like loud bee buzzing/distortion)
Mplayer - no audio
Totem gstreamer - no audio

The videos have been taken with my mobile, Sony Ericsson W810i
What's the deal? I've installed every codec I could think of and from medibuntu.org:
lame vorbis-tools flac ffmpeg liblame0 gstreamer0.10-plugins-bad gstreamer0.10-plugins-good gstreamer0.10-ffmpeg gstreamer0.10-gl gstreamer0.10-plugins-base gstreamer0.10-plugins-bad gstreamer0.10-plugins-ugly gstreamer0.10-plugins-ugly-multiverse gstreamer0.10-plugins-bad-multiverse libxine1-ffmpeg libxine1-plugins audacious-plugins audacious-plugins-extra audacious-plugins-ugly libdvdread3 w64codecs

Here's the sample movie:
http://www.sendspace.com/file/gw7nuf
Here's the gspot screenshot (on vmware running windows):
http://img211.imageshack.us/my.php?image=capture2hz3.jpg

I read something that could resolve it (the part entitled "phone video"):
http://linuxgazette.net/109/oregan3.html
But before I go trying out stuff, can anyone confirm that posted solution would solve it?

Question information

Language:
English Edit question
Status:
Solved
For:
Ubuntu Edit question
Assignee:
No assignee Edit question
Solved by:
Savvas Radevic
Solved:
Last query:
Last reply:
Revision history for this message
Savvas Radevic (medigeek) said :
#1

I searched the internet a bit more, I finally managed to figure out a solution:
install realplayer from https://player.helixcommunity.org/2005/downloads/

I have ubuntu amd64, but the alien program couldn't help a lot:

$ sudo alien RealPlayer-10.0.9.809-20070726.i586.rpm
Package build failed. Here's the log:
dh_testdir
dh_testdir
dh_testroot
dh_clean -k -d
dh_installdirs
dh_installdocs
dh_installchangelogs
find . -maxdepth 1 -mindepth 1 -not -name debian -print0 | \
                xargs -0 -r -i cp -a {} debian/realplayer
dh_compress
dh_makeshlibs
dh_installdeb
dh_shlibdeps
dh_gencontrol
dpkg-gencontrol: error: current build architecture amd64 does not appear in package's list (i386)
dh_gencontrol: command returned error code 65280
make: *** [binary-arch] Error 1
find: RealPlayer-10.0.9.809: No such file or directory

So I downloaded the .bin package and installed realplay in /homer/myuser/RealPlayer :)
And now it works!