Can open a video on Vdub i normally can
- ForeverZeroo
- Joined: Sun Aug 03, 2003 7:08 pm
- Location: Philadelphia, Pa
- Contact:
Can open a video on Vdub i normally can
Ok i didnt know if i should post in this thread or the capture on....but here we go:
Full problem:
Im trying to capture clips from a video through vdub. I have captured before from this same clip WITHOUT avisynth.
--Putting the raw clip in vdub doesnt work
--putting clip with Directshowsource gives me: "I cant determine the frame rate of the video. you must use the "fps" parameter"
--putting in avisource code also doesnt work
Also the clip is AVI and other clips work in avisynth AND vdub...so they arent messed up.
any ideas...i really wanna get this project rolling.
Full problem:
Im trying to capture clips from a video through vdub. I have captured before from this same clip WITHOUT avisynth.
--Putting the raw clip in vdub doesnt work
--putting clip with Directshowsource gives me: "I cant determine the frame rate of the video. you must use the "fps" parameter"
--putting in avisource code also doesnt work
Also the clip is AVI and other clips work in avisynth AND vdub...so they arent messed up.
any ideas...i really wanna get this project rolling.
- ForeverZeroo
- Joined: Sun Aug 03, 2003 7:08 pm
- Location: Philadelphia, Pa
- Contact:
im really a newbie when it comes to this techy crap so im not sure what your asking. but here is the simple code:
#ASYNTHER Default (AVISource)
AVIsource("H:\Naruto 1-50\Naruto - 01 [ANBU-AonE].avi")
converttoyv12(interlaced=true)
fielddeinterlace()
Crop(0,70,-0,-70)
FastLineDarken(strength=96,thinning=0)
deen("a3d",4,5,20)
deen("a3d",2)
deen("a2d")
it doesnt even work when i make it just:
#ASYNTHER Default (AVISource)
AVIsource("H:\Naruto 1-50\Naruto - 01 [ANBU-AonE].avi")
hope thats what you ment?
#ASYNTHER Default (AVISource)
AVIsource("H:\Naruto 1-50\Naruto - 01 [ANBU-AonE].avi")
converttoyv12(interlaced=true)
fielddeinterlace()
Crop(0,70,-0,-70)
FastLineDarken(strength=96,thinning=0)
deen("a3d",4,5,20)
deen("a3d",2)
deen("a2d")
it doesnt even work when i make it just:
#ASYNTHER Default (AVISource)
AVIsource("H:\Naruto 1-50\Naruto - 01 [ANBU-AonE].avi")
hope thats what you ment?
- BasharOfTheAges
- Just zis guy, you know?
- Joined: Tue Sep 14, 2004 11:32 pm
- Status: Breathing
- Location: Merrimack, NH
- ForeverZeroo
- Joined: Sun Aug 03, 2003 7:08 pm
- Location: Philadelphia, Pa
- Contact:
- BasharOfTheAges
- Just zis guy, you know?
- Joined: Tue Sep 14, 2004 11:32 pm
- Status: Breathing
- Location: Merrimack, NH
You didn't specify that you actually gave it the fps argument - only that it was yelling at you for not doing so.ForeverZeroo wrote:Nope. gives me the error i showed you in first post
I'd honestly suggest a reinstall of avisynth.
Anime Boston Fan Creations Coordinator (2019-2023)
Anime Boston Fan Creations Staff (2016-2018)
Another Anime Convention AMV Contest Coordinator 2008-2016
| | |
Anime Boston Fan Creations Staff (2016-2018)
Another Anime Convention AMV Contest Coordinator 2008-2016
| | |
- ForeverZeroo
- Joined: Sun Aug 03, 2003 7:08 pm
- Location: Philadelphia, Pa
- Contact:
- ForeverZeroo
- Joined: Sun Aug 03, 2003 7:08 pm
- Location: Philadelphia, Pa
- Contact: