Search found 11 matches

by NekoMayumi
Sun Feb 10, 2008 8:06 pm
Forum: AviSynth Help
Topic: Interlacing Issues
Replies: 9
Views: 1697

Kariudo wrote:it would be really easy to internalize the "-" sign...but it's part of avisynth, so it's probably just easier to play along with it
No it wouldn't. If the last two parameters are positive it takes those as width/height.

So Crop(0,64,0,64) on a 720x480 stream would output 720x64.
by NekoMayumi
Sat Feb 02, 2008 2:27 pm
Forum: AviSynth Help
Topic: Directshowsource: Video/Audio Returned
Replies: 13
Views: 3679

Kevmaster wrote: Actually, no I didnt -_-

This Method kills my audio
Are you trying it with atrack set to something non -2?

-2 = disable audio
-1 = use first suitable track
0-# = tracks in order from 0 and up

So try FFMPEGSource("X:\foo.mp4", atrack=-1)
by NekoMayumi
Fri Feb 01, 2008 5:38 pm
Forum: AviSynth Help
Topic: virtualdubmod problem.
Replies: 5
Views: 1282

Directshowsource isn't frame accurate though.

If you want Avisource to work, install WMV9VCM
by NekoMayumi
Thu Jan 24, 2008 8:36 pm
Forum: AviSynth Help
Topic: AviSynth Open Failure
Replies: 8
Views: 1866

Does Version() work?

And do you get an error with Avisource or just nothing happens?
by NekoMayumi
Thu Jan 24, 2008 8:32 pm
Forum: AviSynth Help
Topic: PAL sucks batdicks?
Replies: 9
Views: 2116

@Nekmayumi- IVTC is not for PAL sources. I'll check out the pic you posted tonight as I can't see it at work the blocked the site x_x Yeah I remembered that after I submitted the post. (would of edited but I can't seem to find an edit function on this forum >_>) The pic isn't that great thanks to t...
by NekoMayumi
Thu Jan 24, 2008 12:53 am
Forum: AviSynth Help
Topic: PAL sucks batdicks?
Replies: 9
Views: 2116

http://www.flickr.com/photo_zoom.gne?id=2215396125&size=o My try at that pic. More conclusive ideas could be made with an actual video sample. (cut m2v from DGIndex or cut lossless avi from an only IVTCed source) ImageReader("C:\PALisass.png").ConverttoYV12() TBilateral(diameterL=9, diameterC=9, sDe...
by NekoMayumi
Wed Jan 23, 2008 5:42 pm
Forum: AviSynth Help
Topic: Blocky noise problem...
Replies: 5
Views: 1193

There's not much you can do for that. The whole picture is covered in fluctuating noise. If you remove it all you will just reveal moving DCT blocks and banding.

Maybe motion compensated temporal denoising would be the best place to start.
by NekoMayumi
Sat Jan 05, 2008 11:52 pm
Forum: AviSynth Help
Topic: FREAKING GREEN BAR!
Replies: 12
Views: 2170

I used the script you mentioned earlier and I think it made the picture quality worse. As far as what Ive done, I havent done anything more than using the deinterlace filter in VDub. Im brand new to the world of Avisynth What script? If it was that function to remove the green bar then I haven't an...
by NekoMayumi
Wed Jan 02, 2008 11:28 pm
Forum: AviSynth Help
Topic: FREAKING GREEN BAR!
Replies: 12
Views: 2170

I meant just crop a little bit of the side, just a couple of pixels to basically cut out the green line from the footage on the side. Although, I forgot to take note how big this green bar actually is, so u may just have to ignore me, then. Nothing I said had anything to do with distorting it notic...
by NekoMayumi
Wed Jan 02, 2008 4:48 pm
Forum: Conversion / Encoding Help
Topic: Codename Codecs
Replies: 11
Views: 2561

With the additional focus on editing, the CCCP alone isn't sufficient. The version of ffdshow it installs is stripped down - it only contains the DirectShow decoder, not the VFW interface (hence the increasing number of complaints that AVIs will open fine in WMP but fail to load in VDub). The vfw i...

Go to advanced search