I am using mencoder to convert video into 3gp but it does not play on my phone.. I am using following command
Please correct me where i am wrong..Code:mencoder filename.avi -o filename.3gp -ovc xvid -xvidencopts bitrate=162 -vf scale=320:240 -oac faac -srate 44100
+ Reply to Thread
Results 1 to 23 of 23
-
-
I would use Mobile Media Converter. It has good 3gp presets.
-
I am using a vps for converting videos.. Is it possible to install mobile media converter in that ? Its better if you help me using mencoder command.
-
well i have also tried adding that to command line -of lavf -lavfopts format=3gp but still not working
-
I guess you'd better upload a copy of a working sample file to this forum...
I wasn´t aware Mediainfo makes distinction between normal AAC (Low Complexity) and "pure" AAC
( whatever this latter means
).
BTW, can't you use ffmpeg instead of Mencoder, for example?
Or encode audio and video separately, then remux with MP4Box or L-Smash?
Also, the manual for your phone doesn't say a word about its supported file types?
Last edited by El Heggunte; 27th Oct 2013 at 06:47. Reason: add more options
-
By using ffmpeg i m not getting better quality which mencoder is giving me.. I have tried using -nosound in mencoder to check whether video is working or not but it gives me an error unable to play media file. First of all i want to fix the video problem because atleast video should play in my phone..
I have uploaded the sample of file working fine in my phone -
Here is what Mediainfo says about your "sample.3gp":
So, it has a LOW frame rate, it's NOT "mpeg-4 Advanced Simple Profile", and the audio samplerate = 22.05kHzCode:Video ID : 1 Format : MPEG-4 Visual Format profile : Simple@L1 Format settings, BVOP : No Format settings, QPel : No Format settings, GMC : No warppoints Format settings, Matrix : Default (H.263) Codec ID : 20 Duration : 2mn 0s Bit rate : 134 Kbps Width : 320 pixels Height : 240 pixels Display aspect ratio : 3:2 Original display aspect ratio : 4:3 Frame rate mode : Constant Frame rate : 14.985 fps Color space : YUV Chroma subsampling : 4:2:0 Bit depth : 8 bits Scan type : Progressive Compression mode : Lossy Bits/(Pixel*Frame) : 0.116 Stream size : 1.92 MiB (73%) Writing library : Lavc52.22.3 Audio ID : 2 Format : AAC Format/Info : Advanced Audio Codec Format profile : LC Codec ID : 40 Duration : 2mn 0s Bit rate mode : Variable Bit rate : 48.0 Kbps Channel(s) : 2 channels Channel positions : Front: L R Sampling rate : 22.05 KHz Compression mode : Lossy Stream size : 707 KiB (26%)
-
Here is my attempt with MEncoder...
Code:mencoder filename.avi \ -vf scale=320:240 \ -ovc lavc -lavcopts vcodec=mpeg4:vbitrate=140 \ -af lavcresample=22050:channels=2 \ -oac lavc -lavcopts aglobal=1:acodec=libfaac:abitrate=48 \ -of lavf -o output.3gp
Code:@ubuntu:~$ mediainfo output.3gp General Complete name : output.3gp Format : MPEG-4 Format profile : 3GPP Media Release 4 Codec ID : 3gp4 File size : 3.36 MiB Duration : 2mn 31s Overall bit rate mode : Variable Overall bit rate : 186 Kbps Video ID : 1 Format : MPEG-4 Visual Format profile : Simple@L1 Format settings, BVOP : No Format settings, QPel : No Format settings, GMC : No warppoints Format settings, Matrix : Default (H.263) Codec ID : 20 Duration : 2mn 31s Bit rate mode : Variable Bit rate : 145 Kbps Maximum bit rate : 800 Kbps Width : 320 pixels Height : 240 pixels Display aspect ratio : 4:3 Frame rate mode : Constant Frame rate : 29.970 fps Color space : YUV Chroma subsampling : 4:2:0 Bit depth : 8 bits Scan type : Progressive Compression mode : Lossy Bits/(Pixel*Frame) : 0.063 Stream size : 2.62 MiB (78%) Writing library : Lavc54.23.100 Audio ID : 2 Format : AAC Format/Info : Advanced Audio Codec Format profile : LC Codec ID : 40 Duration : 2mn 31s Bit rate mode : Variable Bit rate : 36.2 Kbps Maximum bit rate : 48.0 Kbps Channel(s) : 2 channels Channel positions : Front: L R Sampling rate : 22.05 KHz Compression mode : Lossy Stream size : 670 KiB (19%)
-
@bat999 your file is not working in my phone.. Only audio is working.. Video is not working..
-
Encode a video sample at 14.985 fps, and test.
Then try higher frame rates: 15fps, 18fps, 24fps.
I'm afraid 15fps is the upper limit for your phone, though. -
Not working at even low framerates.. I have converted the file firstly through mencoder but it didn't worked then i used
Now the same file is working in my phone.. Why its not working when i converted it through mencoder at first stage ?ffmpeg -i file.3gp -vcodec copy -acodec copy newfile.3gp -
Last edited by El Heggunte; 27th Oct 2013 at 23:06. Reason: typooooooooooooooooooooooos
-
-
-
I want single step conversion with good video quality at low size.. I am using mencoder because of this reason and i can add watermark easily using -sub option . Any alternative which can give me good quality as mencoder with watermark ?BTW, if the problem currently can be solved only in two or more steps,
why do you insist on using Mencoder only
Similar Threads
-
How to get the best out of .3GP (720p!)?
By VinylCyril in forum Video ConversionReplies: 3Last Post: 17th Feb 2011, 12:54 -
3gp issues
By flyingfrogsss in forum Newbie / General discussionsReplies: 2Last Post: 23rd Aug 2010, 03:40 -
3GP with 320x240 not possible?
By ahollmann in forum ffmpegX general discussionReplies: 2Last Post: 22nd Aug 2009, 06:29 -
3GP
By begeta50 in forum ffmpegX general discussionReplies: 3Last Post: 16th Aug 2009, 12:15 -
3gp with subtitles
By maxmaxx in forum Video ConversionReplies: 0Last Post: 5th Jan 2009, 18:23


Quote
