Cropping script wont work
- ForeverZeroo
- Joined: Sun Aug 03, 2003 7:08 pm
- Location: Philadelphia, Pa
- Contact:
Cropping script wont work
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)
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)
- ForeverZeroo
- Joined: Sun Aug 03, 2003 7:08 pm
- Location: Philadelphia, Pa
- Contact:
- Scintilla
- (for EXTREME)
- Joined: Mon Mar 31, 2003 8:47 pm
- Status: Quo
- Location: New Jersey
- Contact:
Re: Cropping script wont work
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.
- ForeverZeroo
- Joined: Sun Aug 03, 2003 7:08 pm
- Location: Philadelphia, Pa
- Contact:
Re: Cropping script wont work
the removing the minus from the zero didnt work.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.
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?
- Scintilla
- (for EXTREME)
- Joined: Mon Mar 31, 2003 8:47 pm
- Status: Quo
- Location: New Jersey
- Contact:
Re: Cropping script wont work
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.
Then select File --> File Information..., and the resulting window should show you the resolution.
- ForeverZeroo
- Joined: Sun Aug 03, 2003 7:08 pm
- Location: Philadelphia, Pa
- Contact:
Re: Cropping script wont work
it seems to be "1032x720"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.
- ForeverZeroo
- Joined: Sun Aug 03, 2003 7:08 pm
- Location: Philadelphia, Pa
- Contact:
Re: Cropping script wont work
AH! i found the problem! sorry to waste your time ^^;;;;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.
thanks for helping! you always tend to! its very much loved!
-
- Joined: Sun Oct 11, 2009 2:39 am
Re: Cropping script wont work
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()
return ffvideosource("C:\Program Files\BitLord\Downloads\Fullmetal Alchemist Brotherhood\Fullmetal Alchemist Brotherhood - 08 (1280x720 h264) [27EE07CF].mkv", track=-1).info()