| Forum |
|
|||||||
| Open Source A place where you can talk to like-minded people about the fastest growing software movement today! Discuss anything and everything about Open Source software and Operating Systems. |
![]() |
|
|
LinkBack | Thread Tools | Display Modes |
|
|
#1 (permalink) |
|
Just another linux lover.
Join Date: Jun 2006
Location: Bangalore, KA
Posts: 559
|
I have a problem playing .3gp files with mplayer. Whenever I try to play .3gp files with mplayer, the video plays ok but there is no sound. It says... cannot find codec for audio format 0x62776173 mplayer plays other files correctly. Is there any solution for my problem. Please help... Subrata Bera.
__________________
Today is a most unusual day, because we have never lived it before; we will never live it again; it is the only day we have. (Registered Linux User #432737 - subratabera.blogspot.com) |
|
|
| Advertisements. Register and be a member of the community to get rid of them. | |
|
Advertisement
|
|
|
|
#4 (permalink) |
|
Just another linux lover.
Join Date: Jun 2006
Location: Bangalore, KA
Posts: 559
|
I am using FEDORA CORE 5.
mpalyer version --> mplayer-1.0-0.46.pre8.lvn5 ffmpeg version --> ffmpeg-0.4.9-0.23.20060817.lvn5 gsm version --> gsm-1.0.10-10.lvn5 Please help me installing amr codec...
__________________
Today is a most unusual day, because we have never lived it before; we will never live it again; it is the only day we have. (Registered Linux User #432737 - subratabera.blogspot.com) |
|
|
|
|
#5 (permalink) |
|
18 Till I Die............
Join Date: Jul 2004
Location: India, Mumbai, Marine Lines
Posts: 5,792
|
Follow this http://www.rezsoft.org/3gp/
Steps 7 and 8 aren't needed in your case. But you may download that if you want to convert videos into 3gp format. I have placed the myth3gp file in /usr/bin and made it executable, so as to avail it from any directory.
__________________
http://www.bash.org/?258908 |
|
|
|
|
#6 (permalink) |
|
Just another linux lover.
Join Date: Jun 2006
Location: Bangalore, KA
Posts: 559
|
Thanks tech_your_future for your help...
I am trying it now... I will post the result in a while. Subrata Bera. __________ Its seems a little difficult for me follow the steps given in http://www.rezsoft.org/3gp/ site. Is there any simple alternatives such as downloading and installing a different version of ffmpeg codec? Subrata Bera.
__________________
Today is a most unusual day, because we have never lived it before; we will never live it again; it is the only day we have. (Registered Linux User #432737 - subratabera.blogspot.com) Last edited by subratabera; 20-10-2006 at 01:01 AM. Reason: Automerged Doublepost |
|
|
|
|
#7 (permalink) |
|
18 Till I Die............
Join Date: Jul 2004
Location: India, Mumbai, Marine Lines
Posts: 5,792
|
Open a terminal and paste the following line
Code:
cvs -z9 -d:pserver:anonymous@mplayerhq.hu:/cvsroot/ffmpeg co ffmpeg Code:
cd ffmpeg ./configure --enable-amr_nb cd libavcodec mkdir amr_float cd amr_float Code:
cp makefile.gcc makefile cd ../.. su make cp ffmpeg /usr/local/bin/ffmpeg __________ There might be other ways but I will have to search for those. But, I have tried this one and know it works. Or maybe the audio may play with realplayer, I guess. But, I hate the linux version of real player and just can't come around to use it. Maybe VLC will do too.
__________________
http://www.bash.org/?258908 Last edited by mehulved; 20-10-2006 at 01:15 AM. Reason: Automerged Doublepost |
|
|
|
|
#8 (permalink) |
|
Just another linux lover.
Join Date: Jun 2006
Location: Bangalore, KA
Posts: 559
|
I have found something else and downloading it right now...
There is a compiled ffmpeg rpm with amr support for fedora core 5 at --> http://kwizart.free.fr/fedora/5/i386...t.FC5.i386.rpm Post the result soon... Subrata Bera.
__________________
Today is a most unusual day, because we have never lived it before; we will never live it again; it is the only day we have. (Registered Linux User #432737 - subratabera.blogspot.com) |
|
|
|
|
#9 (permalink) |
|
18 Till I Die............
Join Date: Jul 2004
Location: India, Mumbai, Marine Lines
Posts: 5,792
|
OK I guess that might work. Well I personally prefer compiling from source. But, if you can get this to work, go ahead, you can learn compiling some time later.
__________________
http://www.bash.org/?258908 |
|
|
|
|
#10 (permalink) |
|
Just another linux lover.
Join Date: Jun 2006
Location: Bangalore, KA
Posts: 559
|
I will try your method also if the given method fails.
BTW Thankyou once again for your help... Subrata Bera.
__________________
Today is a most unusual day, because we have never lived it before; we will never live it again; it is the only day we have. (Registered Linux User #432737 - subratabera.blogspot.com) |
|
|
|
|
#11 (permalink) |
|
18 Till I Die............
Join Date: Jul 2004
Location: India, Mumbai, Marine Lines
Posts: 5,792
|
Well rather than installing this manually just check if it exists in yum or whatever package manager you are using. Cos it will solve dependancy problems, if any.
__________________
http://www.bash.org/?258908 |
|
|
|
|
#12 (permalink) |
|
Just another linux lover.
Join Date: Jun 2006
Location: Bangalore, KA
Posts: 559
|
No it does not exist in yum (checked already)...
I have to install it manually...
__________________
Today is a most unusual day, because we have never lived it before; we will never live it again; it is the only day we have. (Registered Linux User #432737 - subratabera.blogspot.com) |
|
|
|
|
#13 (permalink) |
|
String Phreak
Join Date: Mar 2005
Location: In ur Evil Mind!
Posts: 2,453
|
One thing more, download "win32codec" pack too. SInce the day I installed it and "real player 10 Gold", I haven't experienced any problems yet playing any file format.
__________________
Bad Bad server.....No candy for u! |
|
|
|
|
#16 (permalink) |
|
18 Till I Die............
Join Date: Jul 2004
Location: India, Mumbai, Marine Lines
Posts: 5,792
|
Nope it should never come to Linux and never will. We don't need such proprietory products when we have such great Open Source ones. Just visit http://www.mplayerhq.hu/design7/projects.html. Well this is just one of the many teams working on multimedia projects.
__________________
http://www.bash.org/?258908 |
|
|
|
|
#17 (permalink) |
|
Just another linux lover.
Join Date: Jun 2006
Location: Bangalore, KA
Posts: 559
|
Thankyou very much friends for your support and help,
I have installed Real Player and win32codec pack and now there is no problem in playing 3gp and other media files. 3gp files playing perfectly with Real Player. But I am trying to play 3gp files with mplayer (as a challange). And post the solution if successful. My system has now two versions of ffmpeg installed but I think mplayer is using the previous version(downlaoded from livna). I am in search for a possible solution to configure mplayer to use the second version(from kwizart) which has the amr support. Thanks once again. Subrata Bera.
__________________
Today is a most unusual day, because we have never lived it before; we will never live it again; it is the only day we have. (Registered Linux User #432737 - subratabera.blogspot.com) |
|
|
![]() |
| Bookmarks |
| Thread Tools | |
| Display Modes | |
|
|