Mobile Media Converter is not working in 64bit kubuntu

Asked by Sukhendu Ghosal

I have installed Mobile Media Converter in my 64 bit kubuntu 11.04. in the following way. but it is not working please need help . I have searched many people facing this problem . But I cannot solve this issue. Bye the way an error message was shown during installation . I am providing that message also.

sudo wget --output-document=/etc/apt/sources.list.d/medibuntu.list http://www.medibuntu.org/sources.list.d/$(lsb_release -cs).list && sudo apt-get --quiet update && sudo apt-get --yes --quiet --allow-unauthenticated install medibuntu-keyring && sudo apt-get --quiet update

sudo apt-get install mencoder ia32-libs

sudo dpkg -i --force-architecture /home/sukhendu/Downloads/Converter/mmc_1.7.1_i386.deb

sukhendu@sukhendu:~$ sudo dpkg -i --force-architecture /home/sukhendu/Downloads/Converter/mmc_1.7.1_i386.deb
[sudo] password for sukhendu:
dpkg: warning: overriding problem because --force enabled:
 package architecture (i386) does not match system (amd64)
Selecting previously deselected package mobilemediaconverter:i386.
(Reading database ... 95429 files and directories currently installed.)
Unpacking mobilemediaconverter:i386 (from .../Converter/mmc_1.7.1_i386.deb) ...
dpkg: dependency problems prevent configuration of mobilemediaconverter:i386:
 mobilemediaconverter:i386 depends on libc6 (>= 2.3).
 mobilemediaconverter:i386 depends on libglib2.0-0 (>= 2.2.0).
 mobilemediaconverter:i386 depends on libgtk2.0-0 (>= 2.2.0).
 mobilemediaconverter:i386 depends on libvorbis0a.
 mobilemediaconverter:i386 depends on libmp3lame0.
 mobilemediaconverter:i386 depends on libfaac0.
 mobilemediaconverter:i386 depends on ffmpeg.
 mobilemediaconverter:i386 depends on mencoder.
 mobilemediaconverter:i386 depends on desktop-file-utils.
dpkg: error processing mobilemediaconverter:i386 (--install):
 dependency problems - leaving unconfigured
Errors were encountered while processing:
 mobilemediaconverter:i386
sukhendu@sukhendu:~$

Now when trying to convert the error msg is coversion failed and the detailed report is

>> Command executed:
"/opt/MIKSOFT/MobileMediaConverter/lib/ffmpeg" -y -i "/media/284653D84653A4FA/VIDEO SONG/YouTube -Tadap-Darling Love Song [HD].mp4" -f 3gp -vcodec h263 -s qcif -r 15 -b 100k -acodec libfaac -ac 2 -ar 32000 -ab 64k -map_meta_data "/media/284653D84653A4FA/VIDEO SONG/YouTube - Tadap-Darling Love Song [HD].3gp":"/media/284653D84653A4FA/VIDEO SONG/YouTube - Tadap-Darling Love Song [HD].mp4" "/media/284653D84653A4FA/VIDEO SONG/YouTube - Tadap-Darling Love Song [HD].3gp"

>> Result:
/opt/MIKSOFT/MobileMediaConverter/lib/ffmpeg: error while loading shared libraries: libfaac.so.0: wrong ELF class: ELFCLASS64

please need help.
thank you

Question information

Language:
English Edit question
Status:
Answered
For:
Ubuntu software-center Edit question
Assignee:
No assignee Edit question
Last query:
Last reply:
Revision history for this message
marcobra (Marco Braida) (marcobra) said :
#1

You might want to take a look at Arista Transcoder.

It's a nice simple video converter that comes with presets for tons of devices.

It's 64-bit and multi-threaded.

You can get it from Ubuntu Software Centre.

Revision history for this message
marcobra (Marco Braida) (marcobra) said :
#2

seems older mobilemediaconverter release are working:

http://ubuntuguide.net/how-to-install-mobile-media-converter-in-64-bit-ubuntu

Revision history for this message
Sukhendu Ghosal (sukhendughosal) said :
#3

thanks for the responce.

Sir the link provided by you is the link I used to install. But it is not working . How to get older version. I used it in ubuntu 32 bit and worked nice. I also used Arista Transcoder but it cannot convert .3gp (I dont know exactly). Actually I want to convert my videos for my mobile (nokia C6-00).
thank you once again

Revision history for this message
actionparsnip (andrew-woodhead666) said :
#4

You forced the install, you have not installed the deps the app needs. I suggest you look at alternatives as recommended above. If you want, you can download the lib files and manually put them into /usr/lib32 and it will run. The errors you get when you run the app will tell you what you need. 'libfaac.so.0' is currently missing from /usr/lib32 so you can find the deb with that file in, extract it and copy the file. This is terribly slow and inconvenient and not especially graceful. I'd look for an alternative.

This is one of the reasons why 32bit is mentioned as 'recommended' on the Ubuntu site.

Can you help with this problem?

Provide an answer of your own, or ask Sukhendu Ghosal for more information if necessary.

To post a message you must log in.