Quantcast Avisynth: Advice on Source? Half D1 for 16x9? - digitalFAQ.com Forums [Archives]
Go Back    digitalFAQ.com Forums [Archives] > Video Production Forums > Avisynth Scripting

Reply
 
LinkBack Thread Tools
  #1  
06-24-2003, 07:17 PM
trillium trillium is offline
Free Member
 
Join Date: Apr 2003
Location: Elkton, MD
Posts: 10
Thanks: 0
Thanked 0 Times in 0 Posts
I have a movie that I had captured from TV that was broadcast in "Letterbox" and captured in 4:3. So you can imagine I have the black area across the top and bottom. I am attempting to use the latest avisynth script, but when I try to use half D 1 I get a very noticable shift of picture towards the top of the screen. The image is all there and the quality is good, but I am wondering if there is any advice towards bringing this back towards the center.

Thanks,
-trilli
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  
06-25-2003, 07:52 AM
ozjeff99 ozjeff99 is offline
Free Member
 
Join Date: May 2002
Location: Sydney, Australia
Posts: 159
Thanks: 0
Thanked 0 Times in 0 Posts
Hi Trillium, If you could post your script we can help better.
Thanks
ozjeff99
Reply With Quote
  #3  
06-25-2003, 12:53 PM
trillium trillium is offline
Free Member
 
Join Date: Apr 2003
Location: Elkton, MD
Posts: 10
Thanks: 0
Thanked 0 Times in 0 Posts
Gripcrop and Gripsize are commented out (this is currently what I had encoding). When I encoded with Gripcrop and Gripsize in place, is when I noticed the apparent shift of the image towards the top of the screen (but the quality was great!) I am probably missing something very apparent, but I don't understand it. Attempt is to get it to half D 1.

Thanks!


#================================================= =====#
# -= AviSynth script by MovieStacker v2.0.0 (beta3) =- #
#================================================= =====#

#LoadPlugin("C:\Program Files\MovieStacker\Filters\MPEG2Dec.dll")
LoadPlugin("C:\Program Files\MovieStacker\Filters\Convolution3D.dll")
#LoadPlugin("C:\Program Files\MovieStacker\Filters\GripFit_preview.dll")
LoadPlugin("C:\Program Files\MovieStacker\Filters\STMedianFilter.dll")
LoadPlugin("C:\Program Files\MovieStacker\Filters\DustV5.dll")
LoadPlugin("C:\Program Files\MovieStacker\Filters\UnFilter.dll")
LoadPlugin("C:\Program Files\MovieStacker\Filters\LegalClip.dll")
#LoadPlugin("C:\Program Files\MovieStacker\Filters\DecombLegacy.dll")
AviSource("E:\MurderByDeath.avi")
ConvertToYUY2()
LegalClip()
unfilter(50,50)
#GripCrop( 352, 480 )
#GripSize(resizer="BicubicResize")
STMedianFilter(8, 32, 0, 0, 8, 32)
PixieDust()
mergechroma(blur(1.50))
mergeluma(blur(0.2))
Convolution3D(preset="movieLQ")
#GripBorders()
LegalClip()
Reply With Quote
  #4  
06-25-2003, 01:00 PM
Boulder Boulder is offline
Free Member
 
Join Date: Sep 2002
Location: Lahti, Finland
Posts: 1,652
Thanks: 0
Thanked 0 Times in 0 Posts
Maybe you should play with the source_anamorphic parameter in GripCrop? Try source_anamorphic=true or source_anamorphic=false.
Reply With Quote
  #5  
06-25-2003, 06:49 PM
ozjeff99 ozjeff99 is offline
Free Member
 
Join Date: May 2002
Location: Sydney, Australia
Posts: 159
Thanks: 0
Thanked 0 Times in 0 Posts
Firstly, have a look in Tmpgenc in the advanced tab and make sure that the "clip Frame" is not ticked.

Secondly I would look at the clip in Virtualdub just before the GripBorders() to see where the shift occurs and try to diagnose.

Thirdly if there is still a problem I would use the parameters fiven by Moviestacker without Gripfit. You will need to pre-determine your cropping values however.

ozjeff99
Reply With Quote
Reply




Similar Threads
Thread Thread Starter Forum Replies Last Post
Need advice on cassette to mp3 nicksteel Audio Conversion 5 06-27-2005 08:06 AM
Aspect Ratio? 1:85:1 vs 16x9 ? bigggt Video Encoding and Conversion 13 04-11-2004 12:31 PM
DVD2AVI: Settings advice bigggt Video Encoding and Conversion 2 01-27-2004 07:37 PM
Avisynth: Problems with mpeg2dec3.dll, advice needed! Icarus3000 Avisynth Scripting 5 09-25-2003 09:19 AM
Avisynth: How to select source range with Avisynth? rs008f Avisynth Scripting 4 09-21-2003 11:31 PM




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