Quantcast Solarization Using MPEG2DEC3.dll with Avisynth 2.5 - digitalFAQ.com Forums [Archives]
Go Back    digitalFAQ.com Forums [Archives] > Video Production Forums > Avisynth Scripting

Reply
 
LinkBack Thread Tools
  #1  
10-22-2003, 12:10 AM
gvarney gvarney is offline
Free Member
 
Join Date: Apr 2002
Posts: 32
Thanks: 0
Thanked 0 Times in 0 Posts
All,
I had a solarization issue some time ago when using Windows 98 or Win2K and Avisynth 2.0 that I resolved with the fix described in the FAQ. I am now using Windows XP SP1 and have upgraded recently to Avisynth 2.5.2.0 and had a couple of decent encodes with this using the MA script. Now, I am using ATI AIW captures from Dish Network via SVID but I don't think that has anything to do with the problem. The solution in the FAQ didn't help this time.

If I load the d2v file into TMPGEnc it looks fine. The AVS file has terrible solarization. I just tested for the cause by systematically removing ALL of the filter lines in the AVS file to see what the cause was. Nothing helped till I substituted MEPG2DEC.DLL (mpeg2dec_25_dll_20030107.zip) for MPEG2DEC3.DLL After that the solarization was gone, although now the left half of the image was lighter than the right. I had to remove the asharp(1, 4) line to get rid of that. Now it looks pretty good.

I have gotten way behind on all the new stuff going on, no time any more. I can't even follow most of what you all are talking about I'm just trying to make some decent encodes of my captures. Has anyone else had any issues like this?

Thanks,
Geoff
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  
10-22-2003, 05:54 AM
Boulder Boulder is offline
Free Member
 
Join Date: Sep 2002
Location: Lahti, Finland
Posts: 1,652
Thanks: 0
Thanked 0 Times in 0 Posts
Can you post any screenshots?
Reply With Quote
  #3  
10-23-2003, 11:50 PM
gvarney gvarney is offline
Free Member
 
Join Date: Apr 2002
Posts: 32
Thanks: 0
Thanked 0 Times in 0 Posts
Quote:
Originally Posted by Boulder
Can you post any screenshots?
Sure. Hopefully these will show what's happening.







You should get a good view of the blotchy areas.

It looks this way in TMPEGenc too when I'm in the source range area.

Thanks,
Geoff
Reply With Quote
  #4  
10-24-2003, 03:21 AM
sh0dan sh0dan is offline
Free Member
 
Join Date: Mar 2003
Posts: 89
Thanks: 0
Thanked 0 Times in 0 Posts
Use the "DirectX 8.1 fix" found at the bottom of the CVS Binary page found in my signature.

For TMPGEnc end your scripts with ConvertToRGB24(), and you won't have these problems.
__________________
Regards, sh0dan // VoxPod
Reply With Quote
  #5  
10-24-2003, 07:25 AM
Icarus3000 Icarus3000 is offline
Free Member
 
Join Date: Feb 2003
Posts: 258
Thanks: 0
Thanked 0 Times in 0 Posts
I think this is the same problem that I posted about in:

http://www.kvcd.net/forum/viewtopic....er=asc&start=0

I never found an acceptable solution.

I will try Shodan's fix.

Thanks,
Icarus
Reply With Quote
  #6  
10-24-2003, 07: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 Icarus3000
I never found an acceptable solution.
So, who wrote that :
Quote:
ConvertToYUY2() at the end of my script solved the problem!
?
Reply With Quote
  #7  
10-24-2003, 07:51 AM
jorel jorel is offline
Invalid Email / Banned / Spammer
 
Join Date: Aug 2002
Location: Brasil - MG - third stone from the sun
Posts: 5,570
Thanks: 0
Thanked 0 Times in 0 Posts
Quote:
Originally Posted by sh0dan
Use the "DirectX 8.1 fix" found at the bottom of the CVS Binary page found in my signature.

For TMPGEnc end your scripts with ConvertToRGB24(), and you won't have these problems.
sh0dan,
i'm using DirectX 9.0b(4.09.0000.0902) for win98se(4.10,compilation2222),

i need the DirectX 8.1 fix
Reply With Quote
  #8  
10-24-2003, 07:56 AM
Dialhot Dialhot is offline
Free Member
 
Join Date: May 2003
Posts: 10,463
Thanks: 0
Thanked 0 Times in 0 Posts
Jorel, if you do not have the solarization problem, for sur you do not need any fix
Reply With Quote
  #9  
10-24-2003, 08:11 AM
jorel jorel is offline
Invalid Email / Banned / Spammer
 
Join Date: Aug 2002
Location: Brasil - MG - third stone from the sun
Posts: 5,570
Thanks: 0
Thanked 0 Times in 0 Posts
right Phil !

i am (was) thinking to do one sample with each "Directx"
to see if have any difference!

you know what i mean,
using the same "everything" changing only the DirectX versions

thanks !
Reply With Quote
  #10  
10-24-2003, 09:51 AM
Dialhot Dialhot is offline
Free Member
 
Join Date: May 2003
Posts: 10,463
Thanks: 0
Thanked 0 Times in 0 Posts
I'm not sure M$ let you reinstall Divx8.1 after you had installed 9.0. There is no "uninstall directx" button anywhere (at least in winXP).
Reply With Quote
  #11  
10-24-2003, 02:43 PM
gvarney gvarney is offline
Free Member
 
Join Date: Apr 2002
Posts: 32
Thanks: 0
Thanked 0 Times in 0 Posts
Quote:
Originally Posted by sh0dan
Use the "DirectX 8.1 fix" found at the bottom of the CVS Binary page found in my signature.

For TMPGEnc end your scripts with ConvertToRGB24(), and you won't have these problems.
Thanks a lot Sh0dan. I also have DirectX 9.0 now, so no option there. However, adding ConvertToRGB24() to the end of the script does indeed seem to have taken care of the problem. This will allow me to utilize all the other options in the script.
Does ConvertToRGB24() (theoretically) have any significant disadvantages?

Thanks,
Geoff
Reply With Quote
  #12  
10-24-2003, 05:37 PM
jorel jorel is offline
Invalid Email / Banned / Spammer
 
Join Date: Aug 2002
Location: Brasil - MG - third stone from the sun
Posts: 5,570
Thanks: 0
Thanked 0 Times in 0 Posts
Quote:
Originally Posted by Dialhot
I'm not sure M$ let you reinstall Divx8.1 after you had installed 9.0. There is no "uninstall directx" button anywhere (at least in winXP).
oh yes i can.....
i have a "hacked" program to uninstall DirectX!

Reply With Quote
Reply




Similar Threads
Thread Thread Starter Forum Replies Last Post
MPEG2DEC3.dll is Not an AVIsynth 1.0 Plugin? CaLaFaT Avisynth Scripting 1 02-01-2004 07:42 AM
Avisynth: Solarization problems solved! cracker Avisynth Scripting 7 11-26-2003 06:48 AM
Avisynth: MPEG2Dec3 Problem? cybernut Avisynth Scripting 18 06-18-2003 12:28 PM
Avisynth: MPEG2DEC3 getting better every day Boulder Avisynth Scripting 11 06-13-2003 11:16 PM
Avisynth: Solarization strikes again spdie Avisynth Scripting 14 06-14-2002 11:03 AM




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