Quantcast Bitrates: Multiple Shows on one CDR? - Page 2 - digitalFAQ.com Forums [Archives]
  #21  
12-02-2003, 04:45 AM
Dialhot Dialhot is offline
Free Member
 
Join Date: May 2003
Posts: 10,463
Thanks: 0
Thanked 0 Times in 0 Posts
Other remark : you use avi as source, they surely not anamorphic. So you muut use "Gripcrop(X,Y,source_anamorphic=false)".
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
  #22  
12-02-2003, 09:43 AM
Max Powers Max Powers is offline
Free Member
 
Join Date: Jun 2003
Posts: 47
Thanks: 0
Thanked 0 Times in 0 Posts
Hi guys and thanks for all the feedback.

incredible:
Quote:
THIS IS THE MA PART!:Quote:

SwitchThreshold = (Width<=352) ? 4 : (Width<=480) ? 3 : 2
ScriptClip("nf = YDifferenceToNext()"+chr(13)+ "nf >= SwitchThreshold ? \
unfilter( -(fmin(round(nf)*2, 100)), -(fmin(round(nf)*2, 100)) ) : \
TemporalSoften( fmin( round(2/nf), 6), round(1/nf) , round(3/nf) , 1, 1) ")


.... followed by the needed fmin-function lines at the end
I have no idea what this means im not real good with scripts can you give
me a little more info?

Quote:
But! In case of AVI if you don't want to use MA just switch to one of DialHots scripts ... their purpose is exactly what you need ... well as it seems to me in your case.
[/quote]

I dont know were these scripts are can you provide a link?

dazed&confused:
Quote:
Hey Max,

Glad to see that you're on your way now.

But is there any particular reason why you chose to use such a low resolution of 352x240? (ick! ). Considering that your source files have a resolution of 640x480, and you are only putting three of these ~22-minute episodes per disc (according to your script), you should definetly be able to use a higher, better looking resolution. Actually, I wouldn't be surprised if you could fit 4 episodes per disc at a decent quality level while using a 480/528/544x480 resolution (that is, depending on what works in your player and your minimum CQ level preferences). If you only want 3 episodes per disc, you could even use 704x480, but IMO for a cartoon like Family Guy, anything above 544x is probably overkill. ( On second thought, since your source has already suffered a quality-loss during the conversion to xvid, you might actually want to consider using 704x480 so that you maintain every extra bit of detail that you can from that 640x file of yours). If higher resolution KVCDs do work on your player, then I'd recommend doing a small visual comparison between 480/528/544x and 704x samples and using one of those. If higher resolution KVCDs don't work on your player, then I'd recommend looking for a new player this holiday season!
Im not real clear on the different resolutions to work with or how to modify
them to souit my needs but I will deffantly try out your sugestion, im not
realy sure what my dvd player can handle seems iv always used the 352x
240 resolution for everything I do, since its always worked. I want to make
sure the next dvd player I get can handle kvcd, xvcd, xsvcd etc...etc...
Any ideas what kind of options I should be looking for when purchasing a
dvd player?

Dialhot: Other remark :
Quote:
you use avi as source, they surely not anamorphic. So you muut use "Gripcrop(X,Y,source_anamorphic=false)".
Can you give me an example of how to do this I dont even know were to
start?

Thank you all for all the feedback you guys are great, im still trying to
understand cq, vbr, res and all the other things iv read in this forum, so
thanks for being patient with me I know it must be frustrating for you at
times explaining things that may seem obvious when you know what to do
next but for someone like me who just dosnt get your feedback is GOLD!
Reply With Quote
  #23  
12-02-2003, 11:22 AM
Dialhot Dialhot is offline
Free Member
 
Join Date: May 2003
Posts: 10,463
Thanks: 0
Thanked 0 Times in 0 Posts
Quote:
Originally Posted by Max Powers
I dont know were these scripts are can you provide a link?
http://www.kvcd.net/forum/viewtopic.php?t=7223

Quote:
Can you give me an example of how to do this I dont even know were to
start?
Did you ever read the script that you use ? There is a line Gripcrop in it ! Do you see it ?
Reply With Quote
  #24  
12-02-2003, 01:57 PM
Max Powers Max Powers is offline
Free Member
 
Join Date: Jun 2003
Posts: 47
Thanks: 0
Thanked 0 Times in 0 Posts
Yes I see it do I need to modify it somehow if so what should it be this is
the reason i asked for an example? or should I use version 4 of your scripts? And were can I find BlindPP(cpu=4)? Is this a filter for avisynth25?
Reply With Quote
  #25  
12-02-2003, 04:35 PM
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
Just let one of the scripts v1-v4 run on your source man, ... by previewing the .avs in Vdub or Zoomplayer the screen will tell you if something is missed! Cause thats how Avisynths error report works red Error explanation on the preview screen IF something appears non-correct to avisynth.
Reply With Quote
  #26  
12-02-2003, 07:38 PM
Dialhot Dialhot is offline
Free Member
 
Join Date: May 2003
Posts: 10,463
Thanks: 0
Thanked 0 Times in 0 Posts
Quote:
Originally Posted by Max Powers
Yes I see it do I need to modify it somehow if so what should it be this is
I told you how to modify it in my first posst. That's why I still don't understand why you are asking again.
Code:
Gripcrop(X,Y,source_anamorphic=false)
(X and Y stand for you width and heiht, so 352 and 240 in your case).
I can't be more cristalin !

Quote:
or should I use version 4 of your scripts?
Yes. As incredible told you already.

Quote:
And were can I find BlindPP(cpu=4)? Is this a filter for avisynth25?
This is included in mpeg2dec3.
Reply With Quote
  #27  
12-02-2003, 08:22 PM
Max Powers Max Powers is offline
Free Member
 
Join Date: Jun 2003
Posts: 47
Thanks: 0
Thanked 0 Times in 0 Posts
I asked about BlindPP(cpu=4) because my script said I had no function or
something by this name but it turns out the problem was that I did not
load the mpeg2dec3.dll plugin but now I loaded this plugin and all is fine

Quick question I thought Avisynth 252 was supposed to load all pluggins
automatically, as long as they were in the same folder of course but I
always have to add the pluggins my self and not being very familiar with
scripts I have to keep loading pluggins untill I find the write one that works.

So can anyone tell me how to make my filters load automaticaly
Reply With Quote
  #28  
12-02-2003, 08:30 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 Max Powers
So can anyone tell me how to make my filters load automaticaly
Just put all your filters (.dll's) in C:\Program Files\AviSynth 2.5\plugins\
( If that's where you installed AviSynth 2.5 )

-kwag
Reply With Quote
  #29  
12-02-2003, 10:58 PM
Max Powers Max Powers is offline
Free Member
 
Join Date: Jun 2003
Posts: 47
Thanks: 0
Thanked 0 Times in 0 Posts
Quote:
Just put all your filters (.dll's) in C:\Program Files\AviSynth 2.5\plugins\
( If that's where you installed AviSynth 2.5 )

Kwag help I did what you said and now all my scripts say this when I open them in wmp
Quote:
"Ran out of memory (Error=8007000E)"
and I get a no video error in vdub if I try to
open them in vdub what did I do wrong I even uninstalled avisynth 252
and re installed it and tmpgenc wont open it either
Reply With Quote
  #30  
12-03-2003, 04:08 AM
Dialhot Dialhot is offline
Free Member
 
Join Date: May 2003
Posts: 10,463
Thanks: 0
Thanked 0 Times in 0 Posts
In the plugins directory you should have only the dll of the plugins. Try to remove everything that is not a "dll" and see if that fix the problem.

Are you sure all the plugins in the directory are for avs2.5 ? Check that also.
Reply With Quote
  #31  
12-03-2003, 05:55 AM
Max Powers Max Powers is offline
Free Member
 
Join Date: Jun 2003
Posts: 47
Thanks: 0
Thanked 0 Times in 0 Posts
All the filters I have I downloaded from here:

http://www.avisynth.org/warpenterprises/

I downloaded all the filters from the "AviSynth 2.5" Colomn and extracted
all the .dll's into the plugins directory 2.5 where I installed Avisynth 2.5,
same one Kwag mentioned above...However I did notice that when I used
your V4 script avisynth refused to open one of the pluggins, saying it was
not an 2.5 filter but I cant remember which one gave this error. after going
through all my dll's I found one that was compatable and got your script to
work, is this the only way to make sure all filters are infact 2.5 or is their
an easier way to check them?

I realize im being a real pain but everything you sugested so far has been
right on the money I even changed my res from 352 x 240 to 704 x 480 and with your v4 script it looks fantastic!
Reply With Quote
  #32  
12-03-2003, 08:31 AM
Dialhot Dialhot is offline
Free Member
 
Join Date: May 2003
Posts: 10,463
Thanks: 0
Thanked 0 Times in 0 Posts
Quote:
Originally Posted by Max Powers
is their an easier way to check them?
No, there is no other way.

Quote:
I realize im being a real pain but everything you sugested so far has been
right on the money I even changed my res from 352 x 240 to 704 x 480 and with your v4 script it looks fantastic!
Happy to read that.
Reply With Quote
Reply




Similar Threads
Thread Thread Starter Forum Replies Last Post
Bitrates: Multiple audio bitrates and DGMPGDec compatibility rds_correia Video Encoding and Conversion 11 10-23-2004 10:14 PM
Trouble encoding tv shows? Paul0889 Video Encoding and Conversion 3 01-28-2004 09:10 AM
Using VirtualDub to capture TV shows? syk2c11 Video Capturing / Recording 2 08-03-2003 12:05 PM
KVCD: Video shows up too low on my TV? Klink Players, DVRs, Media Centers 4 01-02-2003 08:44 PM
TMPGEnc: CBR for tv shows rendalunit Video Encoding and Conversion 2 06-26-2002 01:03 AM

Thread Tools



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