Quantcast Best CQ Settings for Encoding Star Wars Trilogy? - digitalFAQ.com Forums [Archives]
Go Back    digitalFAQ.com Forums [Archives] > Video Production Forums > Avisynth Scripting

Reply
 
LinkBack Thread Tools
  #1  
01-30-2003, 10:48 PM
Paul0889 Paul0889 is offline
Free Member
 
Join Date: Nov 2002
Posts: 102
Thanks: 0
Thanked 0 Times in 0 Posts
what were yourr cq settings for attack of the clones?
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  
01-30-2003, 10:55 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 believe the CQ was 78. Using SpaceDust() and TemporalCleaner()


Edit: Those were my latest tests. The sample posted was using FaeryDust and C3D. If I recall correctly

-kwag
Reply With Quote
  #3  
01-30-2003, 10:57 PM
Paul0889 Paul0889 is offline
Free Member
 
Join Date: Nov 2002
Posts: 102
Thanks: 0
Thanked 0 Times in 0 Posts
i don't get it. i've used the file size prediction and the same script on a 90 min. movie called empire records. all i can get is a loq cq of 54, which looks very blocky, and nothing above that.
Reply With Quote
  #4  
01-30-2003, 11:08 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 Paul0889
i don't get it. i've used the file size prediction and the same script on a 90 min. movie called empire records. all i can get is a loq cq of 54, which looks very blocky, and nothing above that.
Here's my latest script for that movie:

Code:
LoadPlugin("C:\encoding\mpeg2dec.dll")
LoadPlugin("C:\encoding\fluxsmooth.dll") 
LoadPlugin("C:\encoding\GripFit_preview.dll") 
LoadPlugin("C:\encoding\blockbuster.dll") 
LoadPlugin("C:\encoding\legalclip.dll") 
LoadPlugin("C:\encoding\sampler.dll") 
LoadPlugin("C:\encoding\vobsub.dll") 
LoadPlugin("C:\encoding\convolution3d.dll") 
LoadPlugin("C:\encoding\dustv5.dll") 
LoadPlugin("C:\encoding\decomb.dll")
LoadPlugin("C:\encoding\temporalcleanerold.dll")

Mpeg2Source("K:\ATTACK_OF_THE_CLONES_F1\VIDEO_TS\clones.d2v")
LegalClip() 
GripCrop( source_anamorphic=False, width=528, height=480, overscan=2 ) 
GripSize() 
SpaceDust()
TemporalCleaner()
GripBorders() 
LegalClip() 

Sampler(length=24) 
## MPEG size = ((Total frames/MovieTimeInMinutes)/24) * MPEG sample file size ##
Here's a little clip, just encoded with the script above, using CQ=78: http://www.kvcd.net/samples/attack-short-cq78.mpg
Reply With Quote
  #5  
02-01-2003, 06:36 AM
nicksteel nicksteel is offline
Free Member
 
Join Date: Nov 2002
Posts: 863
Thanks: 0
Thanked 0 Times in 0 Posts
downloaded decomb.dll

get message that decomb.dll not Avisynth 1.0 plugin

what version of Avisynth should I be using?
Reply With Quote
  #6  
02-01-2003, 08:29 AM
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 nicksteel
what version of Avisynth should I be using?
2.07
http://www.sf.net/projects/avisynth2

-kwag
Reply With Quote
  #7  
02-01-2003, 08:40 AM
nicksteel nicksteel is offline
Free Member
 
Join Date: Nov 2002
Posts: 863
Thanks: 0
Thanked 0 Times in 0 Posts
I've tried this script, as well as many on the site with the same results: gray speckles and poor quality ( looks like when you try to display a high res jpg on a low res monitor). All the samples I've downloaded from the site (like attack.mpg) and burned for KVCDx3 528x480 work fine on my DVD player. If I use only TMPGEnc with force film output from DVD2AVI with mpg out and no changes to template, I get a clear copy.

I downloaded decomb.dll, but get TMPGEnc message saying not a AVISYNTH 1.0 dll. So I change to decomblegacy.dll and it runs with same poor quality. I use:

DVDdecrypter
DVD2AVI v1.76
Headac3he v0.23a
TMPGEnc v2.510
bbMPEG v1.24 beta 13
with latest Sansgrip dll's


Quote:
Originally Posted by kwag
Quote:
Originally Posted by Paul0889
i don't get it. i've used the file size prediction and the same script on a 90 min. movie called empire records. all i can get is a loq cq of 54, which looks very blocky, and nothing above that.
Here's my latest script for that movie:

Code:
LoadPlugin("C:\encoding\mpeg2dec.dll")
LoadPlugin("C:\encoding\fluxsmooth.dll") 
LoadPlugin("C:\encoding\GripFit_preview.dll") 
LoadPlugin("C:\encoding\blockbuster.dll") 
LoadPlugin("C:\encoding\legalclip.dll") 
LoadPlugin("C:\encoding\sampler.dll") 
LoadPlugin("C:\encoding\vobsub.dll") 
LoadPlugin("C:\encoding\convolution3d.dll") 
LoadPlugin("C:\encoding\dustv5.dll") 
LoadPlugin("C:\encoding\decomb.dll")
LoadPlugin("C:\encoding\temporalcleanerold.dll")

Mpeg2Source("K:\ATTACK_OF_THE_CLONES_F1\VIDEO_TS\clones.d2v")
LegalClip() 
GripCrop( source_anamorphic=False, width=528, height=480, overscan=2 ) 
GripSize() 
SpaceDust()
TemporalCleaner()
GripBorders() 
LegalClip() 

Sampler(length=24) 
## MPEG size = ((Total frames/MovieTimeInMinutes)/24) * MPEG sample file size ##
Here's a little clip, just encoded with the script above, using CQ=78: http://www.kvcd.net/samples/attack-short-cq78.mpg
All my tries have the same speckled, poor quality results, so I must have a very basic problem. The films look ok on my monitor, lousy on my CyberHome500 DVD if I use avs files rather than direct TMPGEnc encoding.

Really need some help.
Reply With Quote
  #8  
02-01-2003, 09:48 AM
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
Hi nicksteel,

Get a newer version of mpeg2dec.dll
You can get one by downloading DVD2SVCD or acp here: http://www.kvcd.net/forum/viewtopic.php?t=2021
It's included in the package.

-kwag
Reply With Quote
  #9  
02-01-2003, 04:08 PM
nicksteel nicksteel is offline
Free Member
 
Join Date: Nov 2002
Posts: 863
Thanks: 0
Thanked 0 Times in 0 Posts
Quote:
Originally Posted by kwag
Hi nicksteel,

Get a newer version of mpeg2dec.dll
You can get one by downloading DVD2SVCD or acp here: http://www.kvcd.net/forum/viewtopic.php?t=2021
It's included in the package.

-kwag
Downloaded setup_acp.exe. Copied MPEG2DEC.dll and MPEG2DEC2.dll to my video utilities folder. Which one to use?

Both give "Washed out image". I'm using KVCDx3mpeg1 with CQ78.

Kwag, could I email you a jpg of one frame from preview in TMPGEnc or is there some way to embed one in a message? After weeks of trying, I'm more confused than ever.
Reply With Quote
  #10  
02-01-2003, 05:11 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 nicksteel

Kwag, could I email you a jpg of one frame from preview in TMPGEnc or is there some way to embed one in a message? After weeks of trying, I'm more confused than ever.[/color]
Encode a small sample and open it up with Vdub. Then do a copy to clipboard of a frame, paste it on Windows paint, and save it as .jpg. Then E-Mail me that at [ kwag at kvcd dot net ]

-kwag
Reply With Quote
  #11  
02-02-2003, 07:17 AM
nicksteel nicksteel is offline
Free Member
 
Join Date: Nov 2002
Posts: 863
Thanks: 0
Thanked 0 Times in 0 Posts
Thanx. Emailed you one frame.
Reply With Quote
  #12  
02-02-2003, 10:19 AM
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
Didn't get it nicksteel

-kwag
Reply With Quote
  #13  
02-02-2003, 10:46 AM
nicksteel nicksteel is offline
Free Member
 
Join Date: Nov 2002
Posts: 863
Thanks: 0
Thanked 0 Times in 0 Posts
just sent it again
Reply With Quote
  #14  
02-03-2003, 08:37 AM
nicksteel nicksteel is offline
Free Member
 
Join Date: Nov 2002
Posts: 863
Thanks: 0
Thanked 0 Times in 0 Posts
Downloaded MPEG2DEC3.DLL.

No change, so I need more advice. Processing solely in TMPGEnc with the KVCDx3 template continues to give excellent output.

Does any particular version of AviSynth have to be present? All my other software is supposedly the same as yours.
Reply With Quote
  #15  
02-03-2003, 08:53 AM
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 nicksteel

Does any particular version of AviSynth have to be present? All my other software is supposedly the same as yours.
You should have AviSynth 2.07 installed.

-kwag
Reply With Quote
  #16  
02-19-2003, 09:50 AM
Bchteam Bchteam is offline
Free Member
 
Join Date: Jan 2003
Posts: 275
Thanks: 0
Thanked 0 Times in 0 Posts
@Kwag

Did you use CQ 78 for the whole Movie or only fpr the sample???
Reply With Quote
  #17  
02-19-2003, 11:18 AM
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 Bchteam
@Kwag

Did you use CQ 78 for the whole Movie or only fpr the sample???
That was for the whole movie.

-kwag
Reply With Quote
  #18  
02-19-2003, 12:07 PM
Bchteam Bchteam is offline
Free Member
 
Join Date: Jan 2003
Posts: 275
Thanks: 0
Thanked 0 Times in 0 Posts
78 CQ???

Get the Hell outta here

Which script made that possible????
Reply With Quote
  #19  
02-19-2003, 12:37 PM
Bchteam Bchteam is offline
Free Member
 
Join Date: Jan 2003
Posts: 275
Thanks: 0
Thanked 0 Times in 0 Posts
Star Wars Ep.2 has a length of 136 Minutes.

How did u reach CQ78???
Reply With Quote
  #20  
02-19-2003, 01:44 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 Bchteam
78 CQ???

Get the Hell outta here

Which script made that possible????
My version is a Full screen movie, so CQ=78 was for a target of 2 CDs at 528x480
The script is posted in the previous page.

-kwag
Reply With Quote
Reply




Similar Threads
Thread Thread Starter Forum Replies Last Post
Bought Star Wars Trilogy Box Set this morning! :D Zyphon Off-topic Lounge 12 09-24-2004 05:00 PM
Star wars big Conversion et d'Encodage de Vidéo (Français) 1 07-27-2003 10:32 AM
Star Wars on one kvcd with 528x480 resolution? Adder Video Encoding and Conversion 16 02-26-2003 08:37 AM
KVCD: Who will be the first to encode Star Wars ? LadyMiles Video Encoding and Conversion 18 11-17-2002 09:12 AM
Encoding: Star Wars conversion, need subtitle Help SodGawd Video Encoding and Conversion 2 08-09-2002 10:31 PM




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