Hi , I want to read Encoding settings from a Xvid encoded avi and then be able to apply to my video conversion.
I have used gspot to get the video information but i am a newbie i dont understand most of it or how to use it during my conversion.
the problem is when i encode a xvid avi , it doesnt play in my mobile but this file does play very well in my mobile , also it has a small size and good quality for playing on mobile.
please also suggest tools (preferably with GUIs because i am a newbie) to encode with those settings.
i have attached an image of what the avi info looks like with GSpot. and i m also posting a link to the video file , its around 65MB
http://www.sendspace.com/file/mv413g
+ Reply to Thread
Results 1 to 6 of 6
-
-
mediainfo will give you some more info but nothing can give you all the settings.
you should be able to find the specs to encode to for your mobile device on the manufacturer's website or with an online search. if not xmedia recode may have a preset for it.--
"a lot of people are better dead" - prisoner KSC2-303 -
thanks . its a chinese phone doesnt have a brand. i can convert videos to MP4 format for the mobile . but the video link i just posted has a very good quality on mobile and a very small size so i am trying to figure out those settings.
-
Hi
They have used a program with MEncoder.
Video codec libxvid, bitrate 120Kbps
Audio codec mp3lame, bitrate 32kbps.
Does the attachment play in your phone?
I have used FFmpeg with these settings:-
Code:ffmpeg -i "filename" -c:v libxvid -b:v 120k -vf "scale=320:trunc(ow/a/2)*2" -c:a libmp3lame -ac 1 -ar 44100 -b:a 32k -vol 512 output.avi
-
thanks bat999 , the file is playing in my mobile , the file is also very good , but the quality is still not as of that file i am trying to achieve , i have made a comparison screenshot of GSpot values and highlighted the values which are different , you think you can or anybody else can help me achieve those setting in ffmpeg via switches ?
also if i do 2-pass encoding , will that result in a better quality ? if yes , can u tell me the ffmpeg command to do that.
Similar Threads
-
Best settings for anime encoding?
By The Scenes in forum Newbie / General discussionsReplies: 5Last Post: 14th Dec 2011, 18:28 -
Optimum x264 encoding settings
By zammil in forum Video ConversionReplies: 27Last Post: 18th Dec 2010, 00:32 -
Copy encoding settings from the video?
By Charmer in forum Video Streaming DownloadingReplies: 1Last Post: 14th Apr 2010, 09:59 -
Error Reading by GOM and Media Player Classic in reading MKV video
By cutefix in forum Software PlayingReplies: 1Last Post: 31st Mar 2009, 00:25 -
Best settings for encoding with subtitles and then re-encoding for PS3?
By bish73 in forum ffmpegX general discussionReplies: 5Last Post: 21st Jul 2007, 00:31