Why not register?


Post new topic Reply to topic  [ 10 posts ] 

All times are UTC [ DST ]

Author Message
PostPosted: Mon Jun 12, 2006 10:43 am  Post subject: Video output will not crop correctly
Reply with quote
User avatar
Offline

Lunatic Of Gods Creation
Joined: Mon Aug 23, 2004 11:16 pm
Posts: 997
I've ripped this same movie about 5-6 times now. I've toyed with the res, taken away and added pixels to crop, but even when there was nothing there in the preview, there's always this damn black bar on the right (screen taken with VirtualDub).

Image

I've never had this problem before. I'm not sure if something is wrong with my settings, or the lack of any effort into making the DVD is contributing to this (taken from a piss-poor VHS). Any advice would be much appreciated. :)


Top
 Profile  
PostPosted: Mon Jun 12, 2006 4:27 pm  Post subject:
Reply with quote
User avatar
Offline

Site Admin
Joined: Sat Nov 02, 2002 1:35 am
Posts: 19753
Location: En España
what's your avisynth script?

Sometimes your filter ordering matters and you can get green picture or added boarders as a result.

Just to note, you actually have a "white" pixel still to cropon the actual picture. IMO its better to take these off since its very annoying on some displays. White boarders are easier to see on light colours because it goes exceptionally light.

_________________
Mouse nipple for the win! Trackpoint or death!


Top
 Profile  
PostPosted: Mon Jun 12, 2006 7:34 pm  Post subject:
Reply with quote
User avatar
Offline

Lunatic Of Gods Creation
Joined: Mon Aug 23, 2004 11:16 pm
Posts: 997
I think I've just been using the default. What filename am I looking for? :oops:

Also, where's the white pixel? All I see is the black on the right


Top
 Profile  
PostPosted: Mon Jun 12, 2006 10:13 pm  Post subject:
Reply with quote
User avatar
Offline

Site Admin
Joined: Sat Nov 02, 2002 1:35 am
Posts: 19753
Location: En España
Image

I can't believe you can't see/notice that, i thought it was a major eye sore :oops:

avs files end .avs, your you click edit, under save and encode.

_________________
Mouse nipple for the win! Trackpoint or death!


Top
 Profile  
PostPosted: Tue Jun 13, 2006 12:02 am  Post subject:
Reply with quote
User avatar
Offline

Lunatic Of Gods Creation
Joined: Mon Aug 23, 2004 11:16 pm
Posts: 997
Hmm, maybe I need my eyes or monitor checked. I didn't notice that :oops:

Here's what I'm using

# Created with Gordian Knot
#
# http://gknot.doom9.org

# PLUGINS
LoadPlugin("C:\PROGRA~1\GORDIA~1\DGMPGDec\DGDecode.dll")
LoadPlugin("C:\PROGRA~1\GORDIA~1\AviSynthPlugins\decomb.dll")
#LoadPlugin("C:\PROGRA~1\GORDIA~1\AviSynthPlugins\KernelDeInt.dll")
LoadPlugin("C:\PROGRA~1\GORDIA~1\AviSynthPlugins\UnDot.dll")
#LoadPlugin("C:\PROGRA~1\GORDIA~1\AviSynthPlugins\dgbob.dll")
#LoadPlugin("C:\PROGRA~1\GORDIA~1\AviSynthPlugins\Convolution3d.dll")
#LoadPlugin("C:\PROGRA~1\GORDIA~1\AviSynthPlugins\FluxSmooth.dll")
#LoadPlugin("C:\PROGRA~1\GORDIA~1\AviSynthPlugins\TomsMoComp.dll")
#LoadPlugin("C:\PROGRA~1\GORDIA~1\AviSynthPlugins\VSFilter.dll")
#LoadPlugin("C:\PROGRA~1\GORDIA~1\AviSynthPlugins\SimpleResize.dll")

# SOURCE
mpeg2source("F:\strangler.d2v")

# TRIM
#trim(startframe,endframe)

# IVTC
Telecide(order=1,guide=1).Decimate()
# or use
#IVTC(44,11,95)
#GreedyHMA(1,0,4,0,0,0,0,0)

# DEINTERLACING (1)
#FieldDeinterlace()
#FieldDeinterlace(blend=false)
#TomsMoComp(1,5,1)

# DEINTERLACING (2)
#KernelDeInt(order=1,sharp=true)
# or maybe
#DGBob(order=1,mode=0)

# DEINTERLACING (3) - special requests
#GreedyHMA(1,0,0,0,0,0,0,0)
#Telecide()
#SeparateFields()

# CROPPING
crop(10,2,690,472)

# SUBTITLES
#VobSub("FileName")

# RESIZING
LanczosResize(544,416)

# DENOISING: choose one combination (or none)
Undot()

# 1) little noise
#Temporalsoften(2,3,3,mode=2,scenechange=6)
#mergechroma(blur(1.3))
#FluxSmoothST(5,7)

# 2) medium noise
#Temporalsoften(3,5,5,mode=2,scenechange=10)
#Convolution3d("moviehq")
#FluxSmoothST(7,7)

# 3) heavy noise
#Temporalsoften(4,8,8,mode=2,scenechange=10)
#Convolution3d("movielq")
#FluxSmoothST(10,15)

# BORDERS
#AddBorders(left,top,right,bottom)

# COMPRESSIBILITY CHECK
# !!!!Snip Size now has to be 14 for use in GKnot!
#SelectRangeEvery(280,14)

# FOOL CCEnc
#empty = BlankClip()
#AudioDub(last,empty)


Top
 Profile  
PostPosted: Tue Jun 13, 2006 12:24 am  Post subject:
Reply with quote
User avatar
Offline

Site Admin
Joined: Sat Nov 02, 2002 1:35 am
Posts: 19753
Location: En España
hmm that checks out, do a pixel autocrop and then check "Smart auto crop all", if your not already. That will appear to overcrop but it takes care of slight moving boarders and will get rid of that white pixel... hopefully.

_________________
Mouse nipple for the win! Trackpoint or death!


Top
 Profile  
PostPosted: Tue Jun 13, 2006 7:07 am  Post subject:
Reply with quote
User avatar
Offline

Movie Mod
Joined: Thu Oct 09, 2003 4:13 pm
Posts: 2272
Location: Norway
You have really good eyes, Spud.. :lol: :lol:

I still can't see that on the first picture. :oops:


Top
 Profile  
PostPosted: Tue Jun 13, 2006 4:14 pm  Post subject:
Reply with quote
User avatar
Offline

Site Admin
Joined: Sat Nov 02, 2002 1:35 am
Posts: 19753
Location: En España
i can and its very annoying. Its a really bright line down the right hand side of the guys arm, you must be able to see it... its made worse on the picture because it goes from really bright white to black matting.

_________________
Mouse nipple for the win! Trackpoint or death!


Top
 Profile  
PostPosted: Thu Aug 03, 2006 8:56 am  Post subject:
Reply with quote
User avatar
Offline

Demon Of The Abyss
Joined: Thu Jun 02, 2005 11:44 pm
Posts: 1522
Just a side note:

Is it possible for the movie to move 1 or 2 pixels to the left?

I've got a movie I ripped that moved up and down, thus screwing the autocrop

_________________
https://images.dead-donkey.com/images/menu7ax3100x56dl1.jpg


Top
 Profile  
PostPosted: Thu Aug 03, 2006 6:44 pm  Post subject:
Reply with quote
User avatar
Offline

Site Admin
Joined: Sat Nov 02, 2002 1:35 am
Posts: 19753
Location: En España
yes, cheap dvds that aren't given enough due care and attention having moving matte. Its not just a small thing, it can be huge differences in matting. 2 pixels is probably worth overcropping the scenes they aren't there on if its there for most the movie.

If its just for one scene, which it usually is, then you should consider leaving. If the bordering changes for significant parts of the movie, your probably best off overcropping to the minimum bounding box.

_________________
Mouse nipple for the win! Trackpoint or death!


Top
 Profile  
Display posts from previous:  Sort by  

All times are UTC [ DST ]

Post new topic Reply to topic  [ 10 posts ] 


Who is online

Users browsing this forum: No registered users and 13 guests


Moderator: Help Mods

You cannot post new topics in this forum
You cannot reply to topics in this forum
You cannot edit your posts in this forum
You cannot delete your posts in this forum
You cannot post attachments in this forum

Search for:
Jump to:  
cron
Frontpage / Forums / Scifi


What's blood for, if not for shedding?