Search found 176 matches
- Thu Jun 10, 2010 6:22 pm
- Forum: Conversion / Encoding Help
- Topic: Video encoded in Zarx264gui comes out all pixely
- Replies: 4
- Views: 1040
Re: Video encoded in Zarx264gui comes out all pixely
I'm currently overwriting the file and trying the encode again, so I can't post a screencap. But I have the audio bitrate set to 192 and the quantizer set to 20, and I left all other settings default.
- Thu Jun 10, 2010 6:13 pm
- Forum: Conversion / Encoding Help
- Topic: Video encoded in Zarx264gui comes out all pixely
- Replies: 4
- Views: 1040
Video encoded in Zarx264gui comes out all pixely
Maybe I'm just a total noob, but I can't get this to work. =( I have a gigantic 1.5 GB .avi AMV file compressed with the Lagarith lossless codec, and I need to shrink it for con submission. Format factory throws off my timing, so I'm trying Zarx264gui. I'm using the newest version, 1.31, which I've ...
- Sat Jun 05, 2010 7:09 pm
- Forum: AviSynth Help
- Topic: Weird "shadowing" problem- help please?
- Replies: 14
- Views: 1881
Re: Weird "shadowing" problem- help please?
Okay, thanks! I wasn't sure what "original" meant in the suggested script. But I got it to work now! The shadowed frames seem to be gone. :D I had to change the field number to 0 instead of 1, so here's what finally worked: Loadplugin("C:\Program Files (x86)\AviSynth 2.5\plugins\TIVTC.dll") mpeg2sou...
- Sat Jun 05, 2010 5:00 pm
- Forum: AviSynth Help
- Topic: Weird "shadowing" problem- help please?
- Replies: 14
- Views: 1881
Re: Weird "shadowing" problem- help please?
Oh, and now I remember why I couldn't use the FFT3D filter- when I try and load it I always get this error. Avisynth open failure: FFT3DFilter: Can not load FFTW3.dll ! The .dll file is in my plugins folder, and I even downloaded the .dll for this FFTW3, which I assumed was part of the FFT3D but app...
- Sat Jun 05, 2010 4:13 pm
- Forum: AviSynth Help
- Topic: Weird "shadowing" problem- help please?
- Replies: 14
- Views: 1881
Re: Weird "shadowing" problem- help please?
It's not really working, and all I'm getting with these new filters is severe color distortion. The filter makes the image about ten times darker than it was before. Here's my script: Loadplugin("C:\Program Files (x86)\AviSynth 2.5\plugins\TIVTC.dll") mpeg2source("F:\D2V files\haru.d2v") TFM(order=-...
- Fri Jun 04, 2010 12:10 pm
- Forum: AviSynth Help
- Topic: Weird "shadowing" problem- help please?
- Replies: 14
- Views: 1881
Re: Weird "shadowing" problem- help please?
Ok, I figured out that I need to enter numbers for that code line and the next one, but which ones should I enter? The even fields are the problematic ones.
Just entering random numbers is giving me severe color distortion since I don't know what I'm doing. ^^;;
Just entering random numbers is giving me severe color distortion since I don't know what I'm doing. ^^;;
- Fri Jun 04, 2010 12:03 pm
- Forum: AviSynth Help
- Topic: Weird "shadowing" problem- help please?
- Replies: 14
- Views: 1881
Re: Weird "shadowing" problem- help please?
Assuming it is only one bad field though, find out which one it is, and then see how this goes: clean = nnedi2(field=whicheveroneisgood) amask = mt_makediff(clean, original) mt_adddiff(amask) Okay, just one quick question. I did the field thing and found out that the even fields are the ones with t...
- Thu Jun 03, 2010 11:22 am
- Forum: AviSynth Help
- Topic: Weird "shadowing" problem- help please?
- Replies: 14
- Views: 1881
Re: Weird "shadowing" problem- help please?
http://i81.photobucket.com/albums/j224/Chaobunny/haru0001.png http://i81.photobucket.com/albums/j224/Chaobunny/haru0002.png http://i81.photobucket.com/albums/j224/Chaobunny/haru0023.png http://i81.photobucket.com/albums/j224/Chaobunny/haru0025.png http://i81.photobucket.com/albums/j224/Chaobunny/ha...
- Thu Jun 03, 2010 8:09 am
- Forum: AviSynth Help
- Topic: Weird "shadowing" problem- help please?
- Replies: 14
- Views: 1881
Re: Weird "shadowing" problem- help please?
Yeah, the screencaps are actually old; I was too lazy to make new ones. xD But they illustrate the same problems I'm having right now. I'm currently using Virtualdub, not virtualdubmod, and I'm not upscaling. But the problem remains. The FFT3DFilter filter didn't work the last time- it could be that...
- Wed Jun 02, 2010 9:10 pm
- Forum: AviSynth Help
- Topic: Weird "shadowing" problem- help please?
- Replies: 14
- Views: 1881
Weird "shadowing" problem- help please?
I'm not sure how else to describe it...I'm getting weird "shadowing" images in one of my Avatar DVDs. One frame leaves a few remnant pixels in the next, and I can't figure it out. It's weird, because this hasn't happened with any of the other DVDs o__O All I can think of is that it must be an interl...