Fansite and Forum for Meizu Products
 
       



Go Back   Meizu Me > General > Video and Imaging

Mencoder Video Converter Info

Video and Imaging

Reply
 
Thread Tools Display Modes
Old 11-23-2006   #1 (permalink)
Valued Member FirePower is on a distinguished road
 
FirePower's Avatar
 
Join Date: Nov 2006
Location: Brisbane, Australia
Posts: 199
Mencoder Video Converter Info

Mecoder is part of the Mplayer family and is the core of video converter software (iriverter, Winmemc, Meizu Video Converter,super,BADAK,etc)

Mencoder documentation
http://www.mplayerhq.hu/DOCS/HTML/en/index.html
Mencoder documentation single file
http://www.mplayerhq.hu/DOCS/HTML-si...n/MPlayer.html

List of all available command options
http://www.mplayerhq.hu/DOCS/man/en/mplayer.1.html

To see list of available options
mencoder -[opt] help

Video Filter options (example)
mencoder -vf help
FirePower is offline   Reply With Quote
Old 11-23-2006   #2 (permalink)
Moderator marcelo1251 is on a distinguished road
 
marcelo1251's Avatar
 
Join Date: Nov 2006
Location: Costa Rica
Posts: 514
great info, thanks for the post.
marcelo1251 is offline   Reply With Quote
Old 11-29-2006   #3 (permalink)
Freshman barc is on a distinguished road
 
Join Date: Nov 2006
Posts: 25
someone posted this before the server crashed, so I'll post it again because it works fine for me:

Just install memcoder and post this into your terminal:

MOVIENAME.avi -idx -noodml -ofps 20 -vf scale=320:-2,expand=:240:::1,crop=320:240,rotate=1 -ovc lavc -ffourcc XVID -lavcopts vcodec=mpeg4:vbitrate=384:vmax_b_frames=0:vhq -sws 9 -srate 44100 -oac mp3lame -lameopts cbr:br=128:mode=0 -o CONVERTED_MOVIENAME.avi

Reduce the bitrate if you're having problems with audio being not in sync.
barc is offline   Reply With Quote
Old 12-21-2006   #4 (permalink)
quatrecouleurs
 
Posts: n/a
... trying to coming out with meizu videos under linux

... Not working

I typed :

mencoder /media/mymoviefolder/mymoviename.avi -idx -noodml -ofps 20 -vf scale=320:-2,expand=:240:::1,crop=320:240,rotate=1 -ovc lavc -ffourcc XVID -lavcopts vcodec=mpeg4:vbitrate=384:vmax_b_frames=0:vhq -sws 9 -srate 44100 -oac mp3lame -lameopts cbr:br=128:mode=0 -o /media/mymovieoutput/mymovieoutputname.avi

And the only thing I have is an arrow > not anything more ?

The input file was a divx.



Can I use Transcode ? Do anybody know the commands to use ? If not, I will try to look for it myself but it might take several time :D
  Reply With Quote
Old 12-21-2006   #5 (permalink)
quatrecouleurs
 
Posts: n/a
... Some frontend ?

I looked for a good frontend for mencoder under ubuntu (edgy)... Acidrip seem useful but has not all the options that I need...
Any ideas ?
  Reply With Quote
Old 12-21-2006   #6 (permalink)
quatrecouleurs
 
Posts: n/a
continued

Here did I found an answer to try


Quote:
chernomyrdin
12-01-2006, 09:32 PM
Anybody using mencoder (under linux for example) for convert video source to format for miniplayer ?

After dome try I found correct command line full equal Virtual-Dub action:
mencoder /media/wheremyfileis.avi -quiet -vc ffmpeg12 -ofps 20 -vf scale=320:240:0:0:0.00:0.75,expand=320:240,rotate= 1 -ovc xvid -xvidencopts profile=dxnhtntsc:cartoon:zones=0,w,1.0:bitrate=38 4:pass=1 -oac mp3lame -lameopts cbr:br=128 -info name=Film_Name -o /media/wheremyoutputwillbe.avi

It works, but I obtain :
Forced video codec: ffmpeg12
Cannot find codec matching selected -vo and video format 0x44495658.
Read DOCS/HTML/en/codecs.html!

... So will I :)

Last edited by quatrecouleurs : 12-21-2006 at 12:45 PM.
  Reply With Quote
Old 01-05-2007   #7 (permalink)
Passing By parishd is on a distinguished road
 
Join Date: Dec 2006
Location: US
Posts: 16
Quote:
Originally Posted by barc View Post
someone posted this before the server crashed, so I'll post it again because it works fine for me:

Just install memcoder and post this into your terminal:

MOVIENAME.avi -idx -noodml -ofps 20 -vf scale=320:-2,expand=:240:::1,crop=320:240,rotate=1 -ovc lavc -ffourcc XVID -lavcopts vcodec=mpeg4:vbitrate=384:vmax_b_frames=0:vhq -sws 9 -srate 44100 -oac mp3lame -lameopts cbr:br=128:mode=0 -o CONVERTED_MOVIENAME.avi

Reduce the bitrate if you're having problems with audio being not in sync.
Thanks for reposting this, it works great for me in Fedora Core 6.

Daniel
parishd is offline   Reply With Quote
Old 01-15-2007   #8 (permalink)
Freshman scaglifr is on a distinguished road
 
Join Date: Dec 2006
Posts: 34
Quote:
Originally Posted by barc View Post
someone posted this before the server crashed, so I'll post it again because it works fine for me:

Just install memcoder and post this into your terminal:

MOVIENAME.avi -idx -noodml -ofps 20 -vf scale=320:-2,expand=:240:::1,crop=320:240,rotate=1 -ovc lavc -ffourcc XVID -lavcopts vcodec=mpeg4:vbitrate=384:vmax_b_frames=0:vhq -sws 9 -srate 44100 -oac mp3lame -lameopts cbr:br=128:mode=0 -o CONVERTED_MOVIENAME.avi

Reduce the bitrate if you're having problems with audio being not in sync.
For video this works beautifully but the sound has a terrible warbling fault (that is not present on the source avi). The problem is not a miniplayer one as the output avi has the same warbling when watches using several different players, thus it must be a mencoder conversion issue. Does anyone have any suggestions?

TIA

F

( PS running mencoder on SuSE 10 )

Last edited by scaglifr : 01-15-2007 at 03:02 PM.
scaglifr is offline   Reply With Quote
Old 01-20-2007   #9 (permalink)
Passing By spuck is on a distinguished road
 
Join Date: Nov 2006
Location: Sweden
Posts: 17
To (crop) get rid of black bars in widescreen movies:

x = 240 * movie aspect ratio

-vf scale=x:240,expand=:240:::1,crop=320:240,rotate=1

example:
movie aspect ratio is 16/9 = 1.777777778
240 * 1.777777778 = ~427 (must be integer)
mencoder options:
-vf scale=427:240,expand=:240:::1,crop=320:240,rotate= 1
spuck is offline   Reply With Quote
Old 01-22-2007   #10 (permalink)
Passing By taiabati is on a distinguished road
 
taiabati's Avatar
 
Join Date: Nov 2006
Location: ITA
Posts: 14
try some more audio options...

Quote:
Originally Posted by scaglifr View Post
For video this works beautifully but the sound has a terrible warbling fault (that is not present on the source avi). [...] Does anyone have any suggestions?

TIA

F

( PS running mencoder on SuSE 10 )
In the Audio Output Codec (-aoc) options I use this and the audio works great!

-oac mp3lame -lameopts cbr:mode=2:br=96 -af resample=44100 -srate 44100

I think you should give a try to the resample/samplerate values...

Also try to decrease video and audio bitrates: if the video bytestream is too demanding the player could render bad video or bad audio (or not render anything at all!) .

Hope this helps!
taiabati is offline   Reply With Quote
Reply


Thread Tools
Display Modes


Similar Threads
Thread Thread Starter Forum Replies Last Post
Loli Video Converter for M6 Lolita Video and Imaging 120 4 Weeks Ago 11:48 AM
MZ Video Converter Err0r Video and Imaging 10 02-16-2008 12:58 AM
Meizu converter and vob files scaglifr Video and Imaging 0 01-25-2007 09:02 AM

All times are GMT. The time now is 06:57 PM.


Powered by vBulletin. Copyright ©2000 - 2008, Jelsoft Enterprises Ltd.
SEO by vBSEO 3.1.0 ©2007, Crawlability, Inc.
 
Meizu Me is an independent resource for all things Meizu. Meizu, Mini Player, Music Card, Mini One and all other related names are properties of MEIZU Electronic Technology, Inc. Designed by ForumTemplates. All content © 2007 MeizuMe. All Rights Reserved.