doktor5000 wrote:Maybe you can try via http://www.miksoft.net/momeco.php ?
Also you completely miss important information, like which file (video codec/audio codec) you want to convert.
>> Command executed:
ffmpeg -y -i "/home/doktor5000/Aftershock_Relaunch_Final1.mp4" -vf scale=352:288 -f 3gp -vcodec h263 -r 15 -b 200k -acodec libvo_aacenc -ac 2 -ar 32000 -ab 64k "/home/doktor5000/Aftershock_Relaunch_Final1.3gp"
>> Result:
FFmpeg version 0.6.5, Copyright (c) 2000-2010 the FFmpeg developers
built on Jan 16 2012 06:38:39 with gcc 4.5.2
configuration: --prefix=/usr --enable-shared --libdir=/usr/lib64 --shlibdir=/usr/lib64 --incdir=/usr/include --disable-stripping --enable-postproc --enable-gpl --enable-pthreads --enable-libtheora --enable-libvorbis --disable-encoder=vorbis --enable-libvpx --enable-x11grab --enable-runtime-cpudetect --enable-libdc1394 --enable-libschroedinger --enable-librtmp --enable-libmp3lame --enable-libfaad --enable-libopencore-amrnb --enable-libopencore-amrwb --enable-version3 --enable-libx264 --enable-libvo-aacenc --enable-libvo-amrwbenc
libavutil 50.15. 1 / 50.15. 1
libavcodec 52.72. 2 / 52.72. 2
libavformat 52.64. 2 / 52.64. 2
libavdevice 52. 2. 0 / 52. 2. 0
libswscale 0.11. 0 / 0.11. 0
libpostproc 51. 2. 0 / 51. 2. 0
Seems stream 0 codec frame rate differs from container frame rate: 5994.00 (5994/1) -> 29.97 (2997/100)
Input #0, mov,mp4,m4a,3gp,3g2,mj2, from '/home/doktor5000/Aftershock_Relaunch_Final1.mp4':
Metadata:
major_brand : mp42
minor_version : 1
compatible_brands: mp42mp41
Duration: 00:42:02.88, start: 0.000000, bitrate: 779 kb/s
Stream #0.0(eng): Video: h264, yuv420p, 640x360, 519 kb/s, 29.97 fps, 29.97 tbr, 2997 tbn, 5994 tbc
Stream #0.1(eng): Audio: aac, 48000 Hz, stereo, s16, 255 kb/s
Unrecognized option 'vf'
----------------------------
doktor5000 wrote:OK, but which format does the file you want to convert have?
EDIT: Ahh, now i see what the problem is - if you click on "More" if you get that error message, you can see the following:
- Code: Select all
>> Command executed:
ffmpeg -y -i "/home/doktor5000/Aftershock_Relaunch_Final1.mp4" -vf scale=352:288 -f 3gp -vcodec h263 -r 15 -b 200k -acodec libvo_aacenc -ac 2 -ar 32000 -ab 64k "/home/doktor5000/Aftershock_Relaunch_Final1.3gp"
>> Result:
FFmpeg version 0.6.5, Copyright (c) 2000-2010 the FFmpeg developers
built on Jan 16 2012 06:38:39 with gcc 4.5.2
configuration: --prefix=/usr --enable-shared --libdir=/usr/lib64 --shlibdir=/usr/lib64 --incdir=/usr/include --disable-stripping --enable-postproc --enable-gpl --enable-pthreads --enable-libtheora --enable-libvorbis --disable-encoder=vorbis --enable-libvpx --enable-x11grab --enable-runtime-cpudetect --enable-libdc1394 --enable-libschroedinger --enable-librtmp --enable-libmp3lame --enable-libfaad --enable-libopencore-amrnb --enable-libopencore-amrwb --enable-version3 --enable-libx264 --enable-libvo-aacenc --enable-libvo-amrwbenc
libavutil 50.15. 1 / 50.15. 1
libavcodec 52.72. 2 / 52.72. 2
libavformat 52.64. 2 / 52.64. 2
libavdevice 52. 2. 0 / 52. 2. 0
libswscale 0.11. 0 / 0.11. 0
libpostproc 51. 2. 0 / 51. 2. 0
Seems stream 0 codec frame rate differs from container frame rate: 5994.00 (5994/1) -> 29.97 (2997/100)
Input #0, mov,mp4,m4a,3gp,3g2,mj2, from '/home/doktor5000/Aftershock_Relaunch_Final1.mp4':
Metadata:
major_brand : mp42
minor_version : 1
compatible_brands: mp42mp41
Duration: 00:42:02.88, start: 0.000000, bitrate: 779 kb/s
Stream #0.0(eng): Video: h264, yuv420p, 640x360, 519 kb/s, 29.97 fps, 29.97 tbr, 2997 tbn, 5994 tbc
Stream #0.1(eng): Audio: aac, 48000 Hz, stereo, s16, 255 kb/s
Unrecognized option 'vf'
----------------------------
So probably you need to get an older version of MMC, which works with the version of ffmpeg we have in Mageia.
For example http://www.miksoft.net/products/mmc-old ... 161.tar.gz works, just checked.
doktor5000 wrote:I've tried again, making sure it's really a video with AAC audio which i'm converting, but it runs just fine. I've also asked some other contributor (thanks, JohnR) to validate that MMC is working fine. Sorry, i'm out of ideas here ...
The only thing you could do is try to redownload the file you want to convert, it could be minimally damaged, that would be enough to break on such a conversion. I'm assuming you have watched that file already with some media player and can confirm it's working flawlessly from start to end?
$ /home/grigory/Temp/mmc/lib/mmc
>> Command executed:
"/home/user/Temp/mmc/lib/ffmpeg" -y -i "/home/user/Videos/123.avi" -f 3gp -vcodec h263 -s qcif -r 15 -b 40k -acodec libfaac -ac 2 -ar 32000 -ab 64k -map_meta_data "/home/user/Videos/123.3gp":"/home/user/Videos/123.avi" "/home/user/Videos/123.3gp"
>> Result:
/home/user/Temp/mmc/lib/ffmpeg: error while loading shared libraries: libfaac.so.0: cannot open shared object file: No such file or directory
zugunder wrote:
- Code: Select all
>> Result:
/home/user/Temp/mmc/lib/ffmpeg: error while loading shared libraries: libfaac.so.0: cannot open shared object file: No such file or directory
So, to put it briefly, you need a 32bit libfaac0 installed.
doktor5000 wrote:No you don't need any faac on your system at all, it works fine here without it, on x86_64 and i586. Maybe you also just started it the wrong way.
zugunder wrote:If I start it from terminal via MobileMediaConverter script, it runs and does not requite external libraries.
sh /path/to/where/you/put/MobileMediaConverter/MobileMediaConverter
zugunder wrote:OFFTOP. I took a look at the first page of the Basic Support page of the forum - you are really everywhereThanks a lot for your help!
Users browsing this forum: Google [Bot] and 1 guest