Quantcast Mencoder: Very Fast with Makeavis - digitalFAQ.com Forums [Archives]
Go Back    digitalFAQ.com Forums [Archives] > Video Production Forums > Video Encoding and Conversion

Reply
 
LinkBack Thread Tools
  #1  
05-06-2004, 05:20 AM
maurus maurus is offline
Free Member
 
Join Date: Oct 2003
Location: Madrid
Posts: 387
Thanks: 0
Thanked 0 Times in 0 Posts
I have made my first KSVCD with MencoderMe. Thanks a VMesquita for this great and fast tool.

Directly from the VOB (filtering combo selected DVD) the speed is 8 fps.

From a script avs, using MakeAvis (and filtering combo selected MakeAvis) the speed is 15 fps.

It is this good?

I thought that directly of the VOB it was the fastest option...

This is my script:

Code:
## DLL Section ##
#
LoadPlugin("C:\Filters25\MPEG2Dec3.dll")
LoadPlugin("C:\Filters25\undot.dll")
#
Mpeg2Source("c:\film\***.d2v")
#
undot()
BicubicResize(480, 576, 0, 0.5)
MergeChroma(blur(1.5))
MergeLuma(blur(0.1))
#
#
Another question. Why I must set the size video in both script .avs BicubicResize(480, 576, ...) and the Final Resolution combo in MEncoderMe?

Thanks for all.
Reply With Quote
Someday, 12:01 PM
admin's Avatar
Site Staff / Ad Manager
 
Join Date: Dec 2002
Posts: 42
Thanks: ∞
Thanked 42 Times in 42 Posts
  #2  
05-06-2004, 05:30 AM
incredible incredible is offline
Free Member
 
Join Date: May 2003
Location: Germany
Posts: 3,189
Thanks: 0
Thanked 0 Times in 0 Posts
Send a message via ICQ to incredible
Quote:
Originally Posted by maurus
I have made my first KSVCD with MencoderMe. Thanks a VMesquita for this great and fast tool.

Directly from the VOB (filtering combo selected DVD) the speed is 8 fps.

From a script avs, using MakeAvis (and filtering combo selected MakeAvis) the speed is 15 fps.

It is this good?
a) It seems you got an old build of mencoder as direct vob input land a dest. size other than 704 width lets perform in mencoder the scaler: engine, and it could be that your mencoder build still does a colorconversation when doing the scaler: parameter ??? Thats why VOB input+ resize via mencoder could be slower.

b) Do you got your movie as "1file" VOB on your HD??
If yes theres no need to go via Makeavis .avs as the filtering above in your avs script is possible using mencoders internal filters (see the "crop/resize etc, "-Thread in here).
So be shure you got the right mencoder build and then youll see that direct VOB input makes the whole thing about 10% faster!

Just BTW ... as you use Bicubicresize using ...,0,0.5 ... you also can use Biliniear resizing which reiszes softer and therefore you can drop the MergeLuma(Blur(0.1)) line. As it makes no sense, to resize using a sharpen factor and afterwards blurring again

c) in MencoderME you can gain from a MakeAVIS template which does not provide OTHER resizing commands to mencoder when doing the encoding ... as you already determined the resizing via avisynth & Makeavis!
Reply With Quote
  #3  
05-06-2004, 06:27 AM
maurus maurus is offline
Free Member
 
Join Date: Oct 2003
Location: Madrid
Posts: 387
Thanks: 0
Thanked 0 Times in 0 Posts
I use MEncoderMe 0.23 (Mencoder build 04/30) and I use 1 Big VOB.

What is the best quality method for make KSVCD (MPEG-2) with MencoderMe 0.23?

1) AviSynth + (Filter combo MakeAVis)?
2) VOB + (Filter combo DVD)?

Can I use Filter combo MakeAVis directly from VOB?

Thanks.


-Maurus
Reply With Quote
  #4  
05-06-2004, 06:42 AM
vmesquita vmesquita is offline
Invalid Email / Banned / Spammer
 
Join Date: May 2003
Posts: 3,726
Thanks: 0
Thanked 0 Times in 0 Posts
You can use both alternatives. But I recommend getting a different mencoder build, two people reported at the portuguese fotum that this build was a lot slower and replacing with Inc's build fixed the problem.
Reply With Quote
  #5  
05-06-2004, 08:04 AM
maurus maurus is offline
Free Member
 
Join Date: Oct 2003
Location: Madrid
Posts: 387
Thanks: 0
Thanked 0 Times in 0 Posts
Wich of this Inc's builds are good for my Athlon 900 Mhz (not XP)?

Yesterday, I have try Inc's mencoder.exe for Athlon build (05/02/2004) and it not work for me. I replaced only mencoder.exe in MEncoderMe 0.23, must I also replace Mplayer.exe and cygwin1.dll?

The build included in MEncoderMe 0.22 not work for me.

The build included in MEncoderMe 0.23 work for me, but is slow. However, using Avisynth+MakeAvis+MEncoderMe is too more fast.

Thanks.
Reply With Quote
  #6  
05-06-2004, 08:27 AM
incredible incredible is offline
Free Member
 
Join Date: May 2003
Location: Germany
Posts: 3,189
Thanks: 0
Thanked 0 Times in 0 Posts
Send a message via ICQ to incredible
http://home.arcor.de/ffvfw/XP_mencoder-20040502.exe
(as named Athlon XP in there)

Uops .. I see you dont have 3dnow??
Well I dont know which instr.sets are supported for each CPU!

Can someone give me a link where a detailed listed table is avaibale in the www?? So I can compile several CPU versions.

EDIT:
Found it: http://www.qvctc.commnet.edu/classes/csc277/i_sets.html
Reply With Quote
  #7  
05-06-2004, 08:39 AM
maurus maurus is offline
Free Member
 
Join Date: Oct 2003
Location: Madrid
Posts: 387
Thanks: 0
Thanked 0 Times in 0 Posts
Quote:
Originally Posted by incredible
http://home.arcor.de/ffvfw/XP_mencoder-20040502.exe
(as named Athlon XP in there)

Uops .. I see you dont have 3dnow??
Well I dont know which instr.sets are supported for each CPU!
I have Athlon K7 and yes, it have 3dnow.

Thanks.
Reply With Quote
  #8  
05-06-2004, 08:41 AM
incredible incredible is offline
Free Member
 
Join Date: May 2003
Location: Germany
Posts: 3,189
Thanks: 0
Thanked 0 Times in 0 Posts
Send a message via ICQ to incredible
Did you try this generic build one?
http://home.arcor.de/ffvfw/Intel+XP_...r-20040502.exe
As it was compiled incl. CPU runtime detection.
Reply With Quote
  #9  
05-06-2004, 08:54 AM
maurus maurus is offline
Free Member
 
Join Date: Oct 2003
Location: Madrid
Posts: 387
Thanks: 0
Thanked 0 Times in 0 Posts
Thanks. I will try this replacing in mencoder.exe in MEncoderMe 0.23.

I replace only mencoder.exe in MEncoderMe 0.23 or I must also replace Mplayer.exe and cygwin1.dll?

EDIT: I think only mencoder.exe...

-Maurus
Reply With Quote
  #10  
05-06-2004, 09:19 AM
incredible incredible is offline
Free Member
 
Join Date: May 2003
Location: Germany
Posts: 3,189
Thanks: 0
Thanked 0 Times in 0 Posts
Send a message via ICQ to incredible
Leave the CygWin1.dll as its the same one. But you also should change the mplayer.exe with the (general CPU) one as both are outputtet from the same compile process.
Reply With Quote
  #11  
05-06-2004, 06:03 PM
maurus maurus is offline
Free Member
 
Join Date: Oct 2003
Location: Madrid
Posts: 387
Thanks: 0
Thanked 0 Times in 0 Posts
Quote:
Originally Posted by incredible
Did you try this generic build one?
http://home.arcor.de/ffvfw/Intel+XP_...r-20040502.exe
As it was compiled incl. CPU runtime detection.
Yes, now I have try generic build 20040502 and the new build 20040506.

Both works for me. I have a AMD K7 Thunderbird 900 Mhz.

Builds for AhtlonXP not works for me. It would be good that somebody compiled a version for classics Athlon.

Is some advantage in using your generic builds to use the current included in MEncoderMe 0.23?

I try both with option DVD in Filtering Combo,and the speed is the same (9 fps).

Thanks.
Reply With Quote
Reply




Similar Threads
Thread Thread Starter Forum Replies Last Post
Maldito MakeAvis TheMarto Convertir y Codificar Video (Español) 6 09-15-2004 12:22 PM
MencodeME: Makeavis help Marshall Video Encoding and Conversion 6 07-19-2004 05:42 PM
Mencoder: Problem with Makeavis kev23m Video Encoding and Conversion 4 06-07-2004 02:33 PM
Makeavis falhando... gilco Conversão e Codificação de Vídeo (Português) 3 05-30-2004 09:12 PM
Makeavis clagraca Conversão e Codificação de Vídeo (Português) 4 04-27-2004 01:18 PM




 
All times are GMT -5. The time now is 12:31 AM  —  vBulletin © Jelsoft Enterprises Ltd