Quantcast Mencoder: Filter Combo in MencoderME 0.23 - digitalFAQ.com Forums [Archives]
  #1  
05-06-2004, 05:17 PM
maurus maurus is offline
Free Member
 
Join Date: Oct 2003
Location: Madrid
Posts: 387
Thanks: 0
Thanked 0 Times in 0 Posts
I believe is necesary some explanation of Filtering Combo in MencoderMe 0.23.

We have this options:
  • AVI. I think it is only for a AVI source (DivX, XviD, ...). It's correct?
    MakeAvis. I think it is selected only when the source is a fake AVI made with tool makeAVIs from a AVISynth script. It's correct?
    DVD. I think it is selected only if the source is 1 big VOB. It's correct?
    No_filter. When we must selected this?
    Fast 704. What is this?

Thanks.
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:22 PM
vmesquita vmesquita is offline
Invalid Email / Banned / Spammer
 
Join Date: May 2003
Posts: 3,726
Thanks: 0
Thanked 0 Times in 0 Posts
Quote:
Originally Posted by maurus
  • AVI. I think it is only for a AVI source (DivX, XviD, ...). It's correct?
    MakeAvis. I think it is selected only when the source is a fake AVI made with tool makeAVIs from a AVISynth script. It's correct?
    DVD. I think it is selected only if the source is 1 big VOB. It's correct?
  • Yes, correct.
    Quote:
    No_filter. ¿when we must selected this?
    When for some reason you just want to resize and add balck borders but don't filter.
    Quote:
    Fast 704. What is this?
This is: go from 720x480/720x576 to 704x480/704x576 by only cropping 8 pixels from each side and use no filtering. Useful for fast anamorphic encodes.
Reply With Quote
  #3  
05-06-2004, 05:25 PM
kwag kwag is offline
Free Member
 
Join Date: Apr 2002
Location: Puerto Rico, USA
Posts: 13,537
Thanks: 0
Thanked 0 Times in 0 Posts
Quote:
Originally Posted by maurus
I believe is necesary some explanation of Filtering Combo in MencoderMe 0.23.

We have this options:
  • AVI. I think it is only for a AVI source (DivX, XviD, ...). It's correct?
  • Yes.
    Quote:
    MakeAvis. I think it is selected only when the source is a fake AVI made with tool makeAVIs from a AVISynth script. It's correct?
    Si.
    Quote:
    DVD. I think it is selected only if the source is 1 big VOB. It's correct?
    Ja
    Quote:
    No_filter. When we must selected this?
    When you don't want to apply any filters at all
    Quote:
    Fast 704. What is this?
Good question What's that vmesquita

-kwag
Reply With Quote
  #4  
05-06-2004, 05:26 PM
kwag kwag is offline
Free Member
 
Join Date: Apr 2002
Location: Puerto Rico, USA
Posts: 13,537
Thanks: 0
Thanked 0 Times in 0 Posts
I'm late again
Reply With Quote
  #5  
05-06-2004, 05:32 PM
rds_correia rds_correia is offline
Free Member
 
Join Date: Apr 2003
Location: Chinese Democracy starts now!
Posts: 2,563
Thanks: 1
Thanked 0 Times in 0 Posts
__________________
Rui
Reply With Quote
  #6  
05-06-2004, 05:43 PM
maurus maurus is offline
Free Member
 
Join Date: Oct 2003
Location: Madrid
Posts: 387
Thanks: 0
Thanked 0 Times in 0 Posts
OK

Very fast. Thanks to both...

I have try option MakeAVIs in Filtering Combo, with a fake AVI from a script AVS with only:

Code:
MPeg2Source(xxx.d2v)
BicubicResize(480, 576, 0, 0.5)
...And this it more fast (15 fps) than DVD option in Filtering Combo and the source 1 Big VOB.

What mencoder internal filters apply option DVD in Filtering Combo?

Thanks for all.
Reply With Quote
  #7  
05-06-2004, 06:14 PM
Prodater64 Prodater64 is offline
Free Member
 
Join Date: Mar 2003
Location: Palma de Mallorca - España
Posts: 2,925
Thanks: 0
Thanked 0 Times in 0 Posts
Quote:
Originally Posted by maurus
OK
What mencoder internal filters apply option DVD in Filtering Combo?
Thanks for all.
You can see it for yourself, just click encode and abort when encoding begin. Open with text editor temp.conf and encode.bat files in your mencodeme folder. Also can open with text editor combo files and templates ones in respectives folders.
Reply With Quote
  #8  
05-06-2004, 06:25 PM
maurus maurus is offline
Free Member
 
Join Date: Oct 2003
Location: Madrid
Posts: 387
Thanks: 0
Thanked 0 Times in 0 Posts
Thanks Prodater64.
Reply With Quote
  #9  
05-07-2004, 03:25 AM
digitall.doc digitall.doc is offline
Free Member
 
Join Date: Jul 2003
Location: Valencia (España)
Posts: 741
Thanks: 0
Thanked 0 Times in 0 Posts
Quote:
Originally Posted by maurus
OK

Very fast. Thanks to both...

I have try option MakeAVIs in Filtering Combo, with a fake AVI from a script AVS with only:

Code:
MPeg2Source(xxx.d2v)
BicubicResize(480, 576, 0, 0.5)
...And this it more fast (15 fps) than DVD option in Filtering Combo and the source 1 Big VOB.

What mencoder internal filters apply option DVD in Filtering Combo?

Thanks for all.
maurus, you get more speed with makeAVIS because you don't apply any filter in your avs script, you just resize. And you're comparing that with DVD filtering combo, that filters: sharpen, filters spatio-temporal, unfilter, adds noise, resize...
I think the comparison of your avs script would be better made with No_filter combo, since it just resizes (if I remember well) as your script does.
Compare them (No_filter versus avs+makeAVIS) and tell us the difference.
Reply With Quote
  #10  
05-07-2004, 04:08 AM
maurus maurus is offline
Free Member
 
Join Date: Oct 2003
Location: Madrid
Posts: 387
Thanks: 0
Thanked 0 Times in 0 Posts
Thanks digitall.doc

Yes. I have try No_Filter. 35 fps!!!

To see if I clarify my ideas of Filtering Combo in MEncoderMe.

No_Filter = only crop and resize with internal filters of MEncoder. For use with 1 Big VOB. Is the more fast method.
MakeAVis = when I use AViSynth and MakeAVIs tool and I have serveral filters in script .avs ( sharpen, filters spatio-temporal, unfilter, adds noise, resize... ). For use with a fake AVI.
DVD = To leave to mencoder to aply this several filters. For use with 1 Big VOB.

It's correct?

Thanks.
Reply With Quote
  #11  
05-07-2004, 07:25 AM
digitall.doc digitall.doc is offline
Free Member
 
Join Date: Jul 2003
Location: Valencia (España)
Posts: 741
Thanks: 0
Thanked 0 Times in 0 Posts
Perfect!
Reply With Quote
  #12  
05-07-2004, 07:27 AM
Abond Abond is offline
Free Member
 
Join Date: Mar 2003
Posts: 243
Thanks: 0
Thanked 0 Times in 0 Posts
I think it is not completely right. No_filter - means no filter even for crop and resize, no any filter.
Reply With Quote
  #13  
05-07-2004, 07:44 AM
maurus maurus is offline
Free Member
 
Join Date: Oct 2003
Location: Madrid
Posts: 387
Thanks: 0
Thanked 0 Times in 0 Posts
This is in No_Filter.fil of MEncoderME:

Quote:
vf=%%FORCEDFILM%%,
scale=%%CROPPED_WIDTH%%:%%CROPPED_HEIGHT%%,%%CROP% %
expand=%%WIDTH%%:%%HEIGHT%%:-1:-1:1
I think MEncoderME do the crop and the resize.

MakeAVIs.fil is empty. It seems leave crop, resize and others filters to script AVISynth.
Reply With Quote
  #14  
05-07-2004, 09:03 AM
vmesquita vmesquita is offline
Invalid Email / Banned / Spammer
 
Join Date: May 2003
Posts: 3,726
Thanks: 0
Thanked 0 Times in 0 Posts
Maurus is right.
Reply With Quote
  #15  
05-10-2004, 03:04 AM
maurus maurus is offline
Free Member
 
Join Date: Oct 2003
Location: Madrid
Posts: 387
Thanks: 0
Thanked 0 Times in 0 Posts
I used No_Fillter fom 1 Big VOB in MENcoderMe 0.23 and I see something as this (I do not have the log here now):

Quote:
vf, parse error in line 1...
The final result is a NOT RESIZE of the video. I selected ksvcd at 480x576 and the final video is the original 720x576. It is a bug of No_Filter option?

DVD and MakeAVis options works fine.

Another question. AVI filter is for any source .avi (DivX, XviD, video capture, ...) or it is for a script AViSynth special for AVI Sources (Dialhot scripts)?

Thanks.
Reply With Quote
Reply




Similar Threads
Thread Thread Starter Forum Replies Last Post
Mencoder: MencoderMe mpeg1 quality results. Prodater64 Video Encoding and Conversion 29 05-09-2004 01:22 PM
Mencoder: MEncoderme errors maurus Video Encoding and Conversion 6 04-29-2004 02:55 AM
KVCD on A DVD-VCR combo ak47 Players, DVRs, Media Centers 8 07-28-2003 10:37 PM
Looking for compatible DVD/VHS combo telemike Players, DVRs, Media Centers 0 02-06-2003 08:41 AM
Avisynth: BlockBuster + NoMoSmooth filter combo? Holomatrix Avisynth Scripting 0 11-19-2002 07:20 AM

Thread Tools



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