I'm having issues creating an avisynth sript with an MP4 file with AAC audio that will open in VirtualDubMod.
The error message is:
"Avisynth open failure:
FFVideosource: can't open 'C:\Documents and settings\Jessie\my documents\Vuze Downloads\[Leopard-Raws]Chu-Bra!! creditless OP-ED (BD 1920x 1080x 264 AAC)\?????!! ?1? ???? ??01????????ED? (BD 1920x 1080x 264 AAC).mp4'
(C:\Documents and settings\Jessie\my documents\Vuze Downloads\[Leopard-Raws]Chu-Bra!! creditless OP-ED (BD 1920x 1080x 264 AAC)\Chu-bra ending.avs, line 1)
My script is:
FFVideosource("C:\Documents and Settings\Jessie\My Documents\Vuze Downloads\[Leopard-Raws] Chuu-Bra!! creditless OP-ED (BD 1920x1080 x264 AAC)\ちゅーぶら!! 第1巻 映像特典 「第01話ノンクレジットED」 (BD 1920x1080 x264 AAC).mp4")
Deen("w3d",3,3,5)
FieldDeinterlace()
ConvertToRGB32(interlaced=true)
Any help would be greatly appreciated!
- Jessie
VirtualDubMod avisynth open failure
- mirkosp
- The Absolute Mudman
- Joined: Mon Apr 24, 2006 6:24 am
- Status: (」・ワ・)」(⊃・ワ・)⊃
- Location: Gallarate (VA), Italy
- Contact:
Re: VirtualDubMod avisynth open failure
Rename the file. Avisynth support of Japanese, Russian and various special characters is close to non-existant.
Also remove deen, there is no point in using 1080p raws if you destroy all the detail like that. Chuu-bra!! is just upscaled, btw... I think it's 720 at most, so you should spline36resize(1280,720) in your script.
No need to fielddeinterlace either. The BD was very likely progressive, but in the off-chance it wasn't, it was already IVTC'd by the raw providers or whoever for them, so adding fielddeinterlace will only worsen the quality.
Also, since it's progressive, you shouldn't put interlaced=true in your converttorgb32. I would personally discourage the colorspace conversion, though. I assume you're going to make lossless clips, so you should make them in yv12 to save space.
Last but not least, quit using virtualdubmod. Use the latest virtualdub instead.
Also remove deen, there is no point in using 1080p raws if you destroy all the detail like that. Chuu-bra!! is just upscaled, btw... I think it's 720 at most, so you should spline36resize(1280,720) in your script.
No need to fielddeinterlace either. The BD was very likely progressive, but in the off-chance it wasn't, it was already IVTC'd by the raw providers or whoever for them, so adding fielddeinterlace will only worsen the quality.
Also, since it's progressive, you shouldn't put interlaced=true in your converttorgb32. I would personally discourage the colorspace conversion, though. I assume you're going to make lossless clips, so you should make them in yv12 to save space.
Last but not least, quit using virtualdubmod. Use the latest virtualdub instead.
-
- Joined: Fri Sep 04, 2009 2:28 pm
Re: VirtualDubMod avisynth open failure
Thanks for the help! I'll do that! ;D
-
- Joined: Tue Dec 25, 2007 8:26 am
- Status: better than you
- Contact:
Re: VirtualDubMod avisynth open failure
That and RGB isn't lossless.
- sportsgirl1391
- Joined: Sat Jan 26, 2008 3:55 pm
Re: VirtualDubMod avisynth open failure
I have the entire episode of a show and I try to use Vdub to crop and cut out scenes I don't need. But the entire episode does not show up. why? Can it not show the entire thing?
-
- Joined: Tue Dec 25, 2007 8:26 am
- Status: better than you
- Contact:
Re: VirtualDubMod avisynth open failure
Explain more if you actually expect someone to have any idea what you're talking about.