Cropping script wont work

This forum is for questions and discussion of all the aspects of handling and cleaning up your footage with Avisynth.
Locked
User avatar
ForeverZeroo
Joined: Sun Aug 03, 2003 7:08 pm
Location: Philadelphia, Pa
Contact:
Org Profile

Cropping script wont work

Post by ForeverZeroo » Thu Oct 22, 2009 5:23 pm

Worked on my last computer but it wont work now.
the video will work like normal but nothing will be cropped.

here is the script:
#ASYNTHER Default (ffvideosource)
ffvideosource("C:\Program Files\BitLord\Downloads\Fullmetal Alchemist Brotherhood\Fullmetal Alchemist Brotherhood - 08 (1280x720 h264) [27EE07CF].mkv", track=-1)
Crop(124, 0, -124, -0)
Image
Image

User avatar
ForeverZeroo
Joined: Sun Aug 03, 2003 7:08 pm
Location: Philadelphia, Pa
Contact:
Org Profile

Re: Cropping script wont work

Post by ForeverZeroo » Sat Oct 24, 2009 9:32 am

If it helps....im also running Vista....if that matters.
Image
Image

User avatar
Scintilla
(for EXTREME)
Joined: Mon Mar 31, 2003 8:47 pm
Status: Quo
Location: New Jersey
Contact:
Org Profile

Re: Cropping script wont work

Post by Scintilla » Sat Oct 24, 2009 10:14 am

Try taking out the minus sign before the second zero? I don't see anything else in there that would prevent it from being cropped; you may want to open the script in VirtualDub and check the file information to see that it really is still 1280x720.
ImageImage
:pizza: :pizza: Image :pizza: :pizza:

User avatar
ForeverZeroo
Joined: Sun Aug 03, 2003 7:08 pm
Location: Philadelphia, Pa
Contact:
Org Profile

Re: Cropping script wont work

Post by ForeverZeroo » Sat Oct 24, 2009 3:41 pm

Scintilla wrote:Try taking out the minus sign before the second zero? I don't see anything else in there that would prevent it from being cropped; you may want to open the script in VirtualDub and check the file information to see that it really is still 1280x720.
the removing the minus from the zero didnt work.

and forgive me....either i dont follow you...or i dont know how to do it:

how do you open the script in Vdub and check the file info?
Image
Image

User avatar
Scintilla
(for EXTREME)
Joined: Mon Mar 31, 2003 8:47 pm
Status: Quo
Location: New Jersey
Contact:
Org Profile

Re: Cropping script wont work

Post by Scintilla » Sat Oct 24, 2009 4:00 pm

Open the script in VDub like you would open any other video file (either drag-and-drop it from a Windows Explorer window, or use File --> Open video file...).

Then select File --> File Information..., and the resulting window should show you the resolution.
ImageImage
:pizza: :pizza: Image :pizza: :pizza:

User avatar
ForeverZeroo
Joined: Sun Aug 03, 2003 7:08 pm
Location: Philadelphia, Pa
Contact:
Org Profile

Re: Cropping script wont work

Post by ForeverZeroo » Sat Oct 24, 2009 4:07 pm

Scintilla wrote:Open the script in VDub like you would open any other video file (either drag-and-drop it from a Windows Explorer window, or use File --> Open video file...).

Then select File --> File Information..., and the resulting window should show you the resolution.
it seems to be "1032x720"
Image
Image

User avatar
ForeverZeroo
Joined: Sun Aug 03, 2003 7:08 pm
Location: Philadelphia, Pa
Contact:
Org Profile

Re: Cropping script wont work

Post by ForeverZeroo » Sat Oct 24, 2009 4:11 pm

Scintilla wrote:Open the script in VDub like you would open any other video file (either drag-and-drop it from a Windows Explorer window, or use File --> Open video file...).

Then select File --> File Information..., and the resulting window should show you the resolution.
AH! i found the problem! sorry to waste your time ^^;;;;
thanks for helping! you always tend to! its very much loved!
Image
Image

lindylex
Joined: Sun Oct 11, 2009 2:39 am
Org Profile

Re: Cropping script wont work

Post by lindylex » Wed Oct 28, 2009 1:27 pm

ForeverZeroo, you can always get information about your project using the following ".info()".

return ffvideosource("C:\Program Files\BitLord\Downloads\Fullmetal Alchemist Brotherhood\Fullmetal Alchemist Brotherhood - 08 (1280x720 h264) [27EE07CF].mkv", track=-1).info()

Locked

Return to “AviSynth Help”