Quantcast Removing Dcts in the Source - Page 4 - digitalFAQ.com Forums [Archives]
Go Back    digitalFAQ.com Forums [Archives] > Video Production Forums > Video Encoding and Conversion

Reply
 
LinkBack Thread Tools
  #61  
08-20-2003, 10:34 AM
girv girv is offline
Free Member
 
Join Date: Sep 2002
Posts: 108
Thanks: 0
Thanked 0 Times in 0 Posts
Send a message via ICQ to girv
Quote:
Originally Posted by vmesquita
I just would like to announce that I added the script I used to my DivX/DVD to KDVD/KSVCD using CCE/Tmpgenc Guide as the DivX suggested Script! Thanks Girv and DialHot!
wooo, fame at last :D
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
  #62  
08-20-2003, 11:18 AM
Wolfi Wolfi is offline
Free Member
 
Join Date: Oct 2002
Location: Sweden
Posts: 489
Thanks: 0
Thanked 0 Times in 0 Posts
Send a message via AIM to Wolfi Send a message via MSN to Wolfi Send a message via Yahoo to Wolfi
Oke now then
Code:
LoadPlugin("C:\Filters\MPEG2Dec3.dll") 
LoadPlugin("C:\Filters\atc.dll") 
LoadPlugin("C:\Filters\Blockbuster.dll") 
LoadPlugin("C:\Filters\VSFilter.dll") 

AVISource("C:\movie.avi",false) 

Blockbuster(method="noise",detail_min=1,detail_max=8,variance=0.3,seed=5823) 
ATC(1,2,4,0.5,false) 
TemporalSoften(2,7,7,3,2) 
Blockbuster(method="noise",detail_min=1,detail_max=10,variance=0.5,seed=5823) 

gripCrop(540, 480, overscan=2,source_anamorphic=false,dest_anamorphic=false) 

GripSize(resizer="lanczosresize") 
GripBorders() 

TextSub("C:\movie.srt") 
converttoyuy2()
I've seen false in I think every script and also true. I dont actually know how to be more precise. Is these two commands like YES or NO or something. I dont know what I'm looking for here...these two words comes up every were, aspecially false

//Wolfi
Reply With Quote
  #63  
08-20-2003, 11:26 AM
girv girv is offline
Free Member
 
Join Date: Sep 2002
Posts: 108
Thanks: 0
Thanked 0 Times in 0 Posts
Send a message via ICQ to girv
@wolfi: yes "true" and "false" mean much the same as "yes" and "no".

eg: a parameter might be called "enable high quality mode", then
"true" => yes, enable high quality mode
"false" => no, dont enable high quality mode

Hope thats clear?
Reply With Quote
  #64  
08-20-2003, 11:42 AM
Wolfi Wolfi is offline
Free Member
 
Join Date: Oct 2002
Location: Sweden
Posts: 489
Thanks: 0
Thanked 0 Times in 0 Posts
Send a message via AIM to Wolfi Send a message via MSN to Wolfi Send a message via Yahoo to Wolfi
Juppz all clear Thank for helping me getting started with aviS. v2.52 I love to see this script in action

//Wolfi
Reply With Quote
  #65  
08-20-2003, 12:37 PM
incognito incognito is offline
Free Member
 
Join Date: Jul 2003
Posts: 83
Thanks: 0
Thanked 0 Times in 0 Posts
Quote:
Originally Posted by vmesquita
As I announced, I added this script to my guide as the DivX script.
Where's the complete guide? I'd like to check it out. You never know what you can learn.
__________________
I own a Philips DVD 701. NTSC.
Reply With Quote
  #66  
08-20-2003, 12:49 PM
Wolfi Wolfi is offline
Free Member
 
Join Date: Oct 2002
Location: Sweden
Posts: 489
Thanks: 0
Thanked 0 Times in 0 Posts
Send a message via AIM to Wolfi Send a message via MSN to Wolfi Send a message via Yahoo to Wolfi
http://www.kvcd.net/forum/viewtopic.php?t=5142&start=0 I think

//Wolfi
Reply With Quote
  #67  
08-23-2003, 04:24 AM
incognito incognito is offline
Free Member
 
Join Date: Jul 2003
Posts: 83
Thanks: 0
Thanked 0 Times in 0 Posts
OK the guide says to use avisynth 2.5 which I have. I thought Blockbuster was removed from 2.5? So i saw the sticky about how to load 2.0 plugins in 2.5 and i get
Code:
Blockbuster: clip must be in YUY2 format
Am I missing something?
__________________
I own a Philips DVD 701. NTSC.
Reply With Quote
  #68  
08-23-2003, 05:15 AM
vmesquita vmesquita is offline
Invalid Email / Banned / Spammer
 
Join Date: May 2003
Posts: 3,726
Thanks: 0
Thanked 0 Times in 0 Posts
incognito,

Blockbuster is an external avisynth filter. There is a 2.5 version. Please download the filters pack in the thread of guide.
This error is happening because 2.0x plugins only accepct YUY2 input, not YU12() which is Avisynth 2.5 native colorspace. This would also work:
converttoyuy2().blockbuster(...)
But it is better to use the 2.5x blockbuster.

[]'s
Vmesquita
Reply With Quote
  #69  
08-23-2003, 11:01 AM
incognito incognito is offline
Free Member
 
Join Date: Jul 2003
Posts: 83
Thanks: 0
Thanked 0 Times in 0 Posts
Thanks.
__________________
I own a Philips DVD 701. NTSC.
Reply With Quote
  #70  
08-24-2003, 07:44 AM
Payasa Payasa is offline
Free Member
 
Join Date: Aug 2003
Posts: 35
Thanks: 0
Thanked 0 Times in 0 Posts
Quote:
Undot()
Blockbuster(method="noise",detail_min=1,detail_max =8,variance=0.3,seed=5823)
ATC(2,3,5,0.5,false)
TemporalSoften(2,7,7,3,2)
Blockbuster(method="noise",detail_min=1,detail_max =10,variance=0.5,seed=5823)
GripCrop(352, 288+0+0, overscan=1, source_anamorphic=false, dest_anamorphic=false)
GripSize(resizer="LanczosResize")
DCTFilter(1,1,1,1,1,1,0.5,0)
GripBorders()
since i`m using svcd resolution should i edit the svcd resolution like this?
one for pal and one for ntsc?

Blockbuster(method="noise",detail_min=1,detail_max =8,variance=0.3,seed=5823)
ATC(2,3,5,0.5,false)
TemporalSoften(2,7,7,3,2)
Blockbuster(method="noise",detail_min=1,detail_max =10,variance=0.5,seed=5823)
GripCrop(480, 480/576+0+0, overscan=1, source_anamorphic=false, dest_anamorphic=false)
GripSize(resizer="LanczosResize")
DCTFilter(1,1,1,1,1,1,0.5,0)
GripBorders()
Reply With Quote
  #71  
08-24-2003, 10:26 AM
vmesquita vmesquita is offline
Invalid Email / Banned / Spammer
 
Join Date: May 2003
Posts: 3,726
Thanks: 0
Thanked 0 Times in 0 Posts
@Payasa

Yes!

[]'s
Vmesquita
Reply With Quote
  #72  
08-24-2003, 02:38 PM
Wolfi Wolfi is offline
Free Member
 
Join Date: Oct 2002
Location: Sweden
Posts: 489
Thanks: 0
Thanked 0 Times in 0 Posts
Send a message via AIM to Wolfi Send a message via MSN to Wolfi Send a message via Yahoo to Wolfi
In this new script, what do you think of adding DCTFilter or STMfilter

Code:
Blockbuster(method="noise",detail_min=1,detail_max=8,variance=0.3,seed=5823) 
ATC(1,2,4,0.5,false) 
TemporalSoften(2,7,7,3,2) 
Blockbuster(method="noise",detail_min=1,detail_max=10,variance=0.5,seed=5823)
//Wolfi
Reply With Quote
  #73  
08-24-2003, 03: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 Wolfi
In this new script, what do you think of adding DCTFilter or STMfilter
STMedianFilter is useless as ATC does the same job.
But I use to add DCT in the end of the script, but I confess I do this more because I do it for all my scripts than because it's really usefull
Reply With Quote
  #74  
08-25-2003, 11:25 AM
Wolfi Wolfi is offline
Free Member
 
Join Date: Oct 2002
Location: Sweden
Posts: 489
Thanks: 0
Thanked 0 Times in 0 Posts
Send a message via AIM to Wolfi Send a message via MSN to Wolfi Send a message via Yahoo to Wolfi
hehe Can you tell me how your DCTfilter line looks please And a few questions about DVTfilter

1.Will DCTfilter make the final output size smaler?

2. How will it effect the quality?

//Wolfi
Reply With Quote
  #75  
08-25-2003, 11:37 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 Wolfi
1.Will DCTfilter make the final output size smaler?
Yes, that is why I always use it.

Quote:
2. How will it effect the quality?
It has no effect on the quality, that is why I always use it.

DCTFilter(1,1,1,1,1,1,0.5,0)
Reply With Quote
  #76  
08-25-2003, 01:08 PM
incognito incognito is offline
Free Member
 
Join Date: Jul 2003
Posts: 83
Thanks: 0
Thanked 0 Times in 0 Posts
This script with CQMatic rocks. Thanks.
__________________
I own a Philips DVD 701. NTSC.
Reply With Quote
  #77  
08-29-2003, 01:18 AM
Bombai Bombai is offline
Free Member
 
Join Date: Aug 2003
Posts: 33
Thanks: 0
Thanked 0 Times in 0 Posts
How would be the final script for divx sources? thanks guys...

EDIT: It's possible that would be this that i have post after?
Reply With Quote
  #78  
08-29-2003, 01:25 AM
Bombai Bombai is offline
Free Member
 
Join Date: Aug 2003
Posts: 33
Thanks: 0
Thanked 0 Times in 0 Posts
Quote:
Originally Posted by Wolfi
Oke now then
Code:
LoadPlugin("C:\Filters\MPEG2Dec3.dll") 
LoadPlugin("C:\Filters\atc.dll") 
LoadPlugin("C:\Filters\Blockbuster.dll") 
LoadPlugin("C:\Filters\VSFilter.dll") 

AVISource("C:\movie.avi",false) 

Blockbuster(method="noise",detail_min=1,detail_max=8,variance=0.3,seed=5823) 
ATC(1,2,4,0.5,false) 
TemporalSoften(2,7,7,3,2) 
Blockbuster(method="noise",detail_min=1,detail_max=10,variance=0.5,seed=5823) 

gripCrop(540, 480, overscan=2,source_anamorphic=false,dest_anamorphic=false) 

GripSize(resizer="lanczosresize") 
GripBorders() 

TextSub("C:\movie.srt") 
converttoyuy2()
I've seen false in I think every script and also true. I dont actually know how to be more precise. Is these two commands like YES or NO or something. I dont know what I'm looking for here...these two words comes up every were, aspecially false

//Wolfi
I'm confused, in the dll section if I use gripcrop, is not necessary to load GripFit_YV12.dll?

thanks a lot...
Reply With Quote
  #79  
08-29-2003, 03:25 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 Bombai
I'm confused, in the dll section if I use gripcrop, is not necessary to load GripFit_YV12.dll?
Yes it is necessary. But the best way is to put ALL plugins into the "plugins" directory of avs2.52 and you won't need any loadplugin line at all !
Reply With Quote
  #80  
08-29-2003, 03:48 AM
Bombai Bombai is offline
Free Member
 
Join Date: Aug 2003
Posts: 33
Thanks: 0
Thanked 0 Times in 0 Posts
ok, thanks dialhot...

Only another question, is not necessary undot() and Limiter, in this script that i have posted?

thanks again...
Reply With Quote
Reply




Similar Threads
Thread Thread Starter Forum Replies Last Post
Removing Subtitles from video? cpietrio Subtitles 7 08-06-2004 09:33 AM
DVD2SVCD: Removing credits from dvds before encode jorel Video Encoding and Conversion 0 06-12-2004 11:11 AM
VirtualDub: Help removing logos the_tone76 Video Encoding and Conversion 1 03-08-2004 12:46 PM
Removing vocals from music black prince Audio Conversion 2 09-23-2003 09:00 AM
KVCD: Best method for removing blockiness in still/dark areas? Reno Video Encoding and Conversion 1 04-05-2003 07:26 AM




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