Quantcast TMPGEnc: Why do Preview Window Scenes Already Look Blocky? - digitalFAQ.com Forums [Archives]
Go Back    digitalFAQ.com Forums [Archives] > Video Production Forums > Video Encoding and Conversion

Reply
 
LinkBack Thread Tools
  #1  
02-02-2003, 05:58 PM
Jellygoose Jellygoose is offline
Free Member
 
Join Date: Jun 2002
Location: Germany
Posts: 1,288
Thanks: 0
Thanked 0 Times in 0 Posts
Hi all...

I am still trying to get rid of my sudden problem that all my recent encodes look crappy... blocks and artifacts all over the place and I seriously don't know why... Already replaced everything with a new version, including MPEG2DEC...
Now what I see is that in the Preview window, the scenes already look blocky... does that mean that on the DVD there are blocks in these areas... What does the preview window show? input or output?

Edit: Ok just found out that the preview window shows the output... and it really sucks... I also see a green bar that appears sometimes on the very left of the movie... It's also there when viewed with WMP...
here's the script :
Code:
LoadPlugin("E:\MPEG-Tools\FitCD\MPEG2DEC2.dll")
LoadPlugin("E:\MPEG-Tools\FitCD\dustv5.dll")
LoadPlugin("E:\MPEG-Tools\FitCD\legalclip.dll")
LoadPlugin("E:\MPEG-Tools\FitCD\sampler.dll")
LoadPlugin("E:\MPEG-Tools\FitCD\temporalcleanerold.dll")
LoadPlugin("E:\MPEG-Tools\FitCD\gripfit_preview.dll")

Mpeg2Source("F:\Mord Nach Plan\mord.d2v")
ConvertToYuY2

LegalClip()

GripCrop (544, 576, Overscan=2)

SpaceDust()
TemporalCleaner()

Gripsize()

GripBorders
LegalClip()

Sampler(length=24)

ConvertToRGB24
## MPEG size = ((Total frames/MovieTimeInMinutes)/24) * MPEG sample file size ##
__________________
j3llyG0053
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  
02-02-2003, 07:05 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
Why do you have ConvertToYuY2 AND ConvertToRGB24
Reply With Quote
  #3  
02-03-2003, 10:11 AM
Jellygoose Jellygoose is offline
Free Member
 
Join Date: Jun 2002
Location: Germany
Posts: 1,288
Thanks: 0
Thanked 0 Times in 0 Posts
Quote:
Originally Posted by kwag
Why do you have ConvertToYuY2 AND ConvertToRGB24
that was just some tests, because it sometimes seems that all this is some sort of color issue... it didn't change anything though...
hey kwag, this is really getting annoying... is there a way that I can upload a sample somewhere? or mail you one? i don't want to bomb your mailbox without asking though...
Or do you know where to upload samples for free?
__________________
j3llyG0053
Reply With Quote
  #4  
02-03-2003, 10:20 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 Jellygoose
Or do you know where to upload samples for free?
Check this site: www.0catch.com

-kwag
Reply With Quote
  #5  
02-03-2003, 12:21 PM
Jellygoose Jellygoose is offline
Free Member
 
Join Date: Jun 2002
Location: Germany
Posts: 1,288
Thanks: 0
Thanked 0 Times in 0 Posts
ok I'll upload the sample in a minute... PLEASE kwag help me and download the sample... just tell me what you think about that... the movie is "murder by numbers" which is 112 minutes long, and not high action at all... using KVCDx3 544x576 this movie should look far less blocky in my eyes... i'll post the script used together with the sample in a second...
__________________
j3llyG0053
Reply With Quote
  #6  
02-03-2003, 04:31 PM
Jellygoose Jellygoose is offline
Free Member
 
Join Date: Jun 2002
Location: Germany
Posts: 1,288
Thanks: 0
Thanked 0 Times in 0 Posts
0catch.com has a 1 MB File Limit for uploads...
can I just mail it? or do you know another webspace provider?
__________________
j3llyG0053
Reply With Quote
  #7  
02-03-2003, 08:09 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
Just make your samples ~1MB
Reply With Quote
  #8  
02-04-2003, 11:57 AM
Jellygoose Jellygoose is offline
Free Member
 
Join Date: Jun 2002
Location: Germany
Posts: 1,288
Thanks: 0
Thanked 0 Times in 0 Posts
Alright here we go...

http://www.angelfire.com/weird2/jell...rdersample.m1v

please take a look, this is making me go crazy...
Tell me a 112 minute low action movie should not look like this on one CD using KVCDx3 and this script :

Code:
LoadPlugin("E:\MPEG-Tools\FitCD\MPEG2DEC.dll")
LoadPlugin("E:\MPEG-Tools\FitCD\dustv5.dll")
LoadPlugin("E:\MPEG-Tools\FitCD\legalclip.dll")
LoadPlugin("E:\MPEG-Tools\FitCD\sampler.dll")
LoadPlugin("E:\MPEG-Tools\FitCD\temporalcleanerold.dll")
LoadPlugin("E:\MPEG-Tools\FitCD\gripfit_preview.dll")

Mpeg2Source("F:\Mord Nach Plan\mord.d2v")
LegalClip()

GripCrop (544, 576, Overscan=2)

Gripsize()

GripBorders()

SpaceDust()
TemporalCleaner()

LegalClip()

#Sampler(length=24)

## MPEG size = ((Total frames/MovieTimeInMinutes)/24) * MPEG sample file size ##
__________________
j3llyG0053
Reply With Quote
  #9  
02-04-2003, 12:13 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 Jellygoose
Alright here we go...

http://www.angelfire.com/weird2/jell...rdersample.m1v

please take a look, this is making me go crazy...
Tell me a 112 minute low action movie should not look like this on one CD using KVCDx3 and this script :

Code:
LoadPlugin("E:\MPEG-Tools\FitCD\MPEG2DEC.dll")
LoadPlugin("E:\MPEG-Tools\FitCD\dustv5.dll")
LoadPlugin("E:\MPEG-Tools\FitCD\legalclip.dll")
LoadPlugin("E:\MPEG-Tools\FitCD\sampler.dll")
LoadPlugin("E:\MPEG-Tools\FitCD\temporalcleanerold.dll")
LoadPlugin("E:\MPEG-Tools\FitCD\gripfit_preview.dll")

Mpeg2Source("F:\Mord Nach Plan\mord.d2v")
LegalClip()

GripCrop (544, 576, Overscan=2)

Gripsize()

GripBorders()

SpaceDust()
TemporalCleaner()

LegalClip()

#Sampler(length=24)

## MPEG size = ((Total frames/MovieTimeInMinutes)/24) * MPEG sample file size ##
Your script is wrong . The order of the filters is like this:

Code:
Gripsize()
SpaceDust()
TemporalCleaner()
GripBorders()
LegalClip()
The sample doesn't look that bad at all! I renamed it to .mpg and used WinDVD. In WMP it looks like crap. Re-encode with the script correction above, and it will look much better, and never use WMP to judge quality

-kwag
Reply With Quote
Reply




Similar Threads
Thread Thread Starter Forum Replies Last Post
KDVD: How to fix these blocky scenes? hawk123 Video Encoding and Conversion 14 06-26-2006 02:53 AM
water scenes seems pretty blocky and not clear? the_ray Video Encoding and Conversion 0 11-13-2003 06:04 AM
VirtualDub: Frames look worse in preview window? Jellygoose Video Encoding and Conversion 3 07-31-2003 11:57 AM
KVCD: A question regarding the preview window? Reno Video Encoding and Conversion 7 04-04-2003 10:52 PM
KVCD: Underwater scenes really blocky? syk2c11 Video Encoding and Conversion 1 06-12-2002 04:20 AM




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