I need some help ;/

This forum is for questions and discussion of all the aspects of handling and cleaning up your footage with Avisynth.
Locked
User avatar
Zwill
Joined: Wed Jun 27, 2007 11:50 am
Status: Doing stuff ;\
Org Profile

I need some help ;/

Post by Zwill » Fri Mar 28, 2008 6:16 am

So l finally played around with this and made a small script to see if it would work.

Code: Select all

AVISource("C:\Users\user\Desktop\My Amvs\5cm Amv.avi")
ConvertToYv12
fastlinedarken()
limitedsharpen()
Thats what l got so far.

I need help on 5 Centimeter Per Second script.

I'm relatively new to this and don't know much ;/

I am currently having a problem with Vista moving my file around. I import to Zarx264gui1.0 and l see it being made but then when its done it vanishes.

I don't know how to find it. l tried searching and if l did find it like my other one, it said it was moved and could not be located or something along that line.

Any help on script and this moving problem is a great help.
Image Image

User avatar
Zarxrax
Joined: Sun Apr 01, 2001 6:37 pm
Contact:
Org Profile

Post by Zarxrax » Fri Mar 28, 2008 6:21 am

Use this newer version of zarx264gui while I prepare the next upadate of the amvapp:
http://zarxrax.kicks-ass.net/Zarx264gui-debug2.zip

User avatar
Zwill
Joined: Wed Jun 27, 2007 11:50 am
Status: Doing stuff ;\
Org Profile

Post by Zwill » Fri Mar 28, 2008 6:48 am

Zarxrax wrote:Use this newer version of zarx264gui while I prepare the next upadate of the amvapp:
http://zarxrax.kicks-ass.net/Zarx264gui-debug2.zip
Thank you.

I just hope l can solve this file moving problem soon lol.
Image Image

User avatar
Zwill
Joined: Wed Jun 27, 2007 11:50 am
Status: Doing stuff ;\
Org Profile

Post by Zwill » Fri Mar 28, 2008 7:02 am

Really need a edit buttom.

This new Beta actually made it render in the file and not move.

Finally, I don't have to file hunt.

:]

Really appreciate it.
Image Image

User avatar
Zwill
Joined: Wed Jun 27, 2007 11:50 am
Status: Doing stuff ;\
Org Profile

Post by Zwill » Wed Apr 02, 2008 4:10 am

I need some help here.

Image

On the left, the script is:

Code: Select all

AVISource("C:\Users\user\Desktop\My Amvs\[REAL]5 Cm ~ Say GoodByeExtra1.avi")
ConvertToYv12
deen("a3d",4,2,12)
mftoon(Strength=128)
Lanczosresize(848,480)
On the Right, the script is:

Code: Select all

AVISource("C:\Users\user\Desktop\My Amvs\[REAL]5 Cm ~ Say GoodByeExtra1.avi")
ConvertToYv12
deen("a3d",4,10,12)
fastlinedarken()
limitedsharpen()
mftoon()
Lanczosresize(848,480)
Ignore the size, l was messing around and wanted to test it.

It seems like a overkilled the sharpen on the right screen.

His hair for some reason still looks like a blog or smoothed so l got rid of the plugin.

Any help? I'm relativity new to this concept ;/.
Image Image

User avatar
Kariudo
Twilight prince
Joined: Fri Jul 15, 2005 11:08 pm
Status: 1924 bots banned and counting!
Location: Los taquitos unidos
Contact:
Org Profile

Post by Kariudo » Wed Apr 02, 2008 11:55 am

it would be easier to see if you just posted a before/after pic

but yeah, I'm not surprised. Deen("a3d",4,10,12) is waaaaay too much smoothing
bring it down to something like 3,4,4
(the higher the numbers, the stronger the filter is in this case)

if you need more smoothing, look into removegrain, fluxsmooth/fluxsmoothST, TTempsmooth, TBilateral, etc...
Image
Image

User avatar
Zwill
Joined: Wed Jun 27, 2007 11:50 am
Status: Doing stuff ;\
Org Profile

Post by Zwill » Wed Apr 02, 2008 4:08 pm

Kariudo wrote:it would be easier to see if you just posted a before/after pic

but yeah, I'm not surprised. Deen("a3d",4,10,12) is waaaaay too much smoothing
bring it down to something like 3,4,4
(the higher the numbers, the stronger the filter is in this case)

if you need more smoothing, look into removegrain, fluxsmooth/fluxsmoothST, TTempsmooth, TBilateral, etc...
Thanks, l added the Deen.

well, his hair looks way to smooth and almost a blob to be honest.

Thats why l took out most of the fluxsmooth etc codes.

It looks a bit better but still looks wierd. It may just be this scene.

I went over the Dvd and it looks like it so not much l can do :/.
Image Image

User avatar
Zarxrax
Joined: Sun Apr 01, 2001 6:37 pm
Contact:
Org Profile

Post by Zarxrax » Wed Apr 02, 2008 6:59 pm

If your filtering is causing issues then just turn down the filtering.
And don't examine the video quality in a media player. Use virtualdub.

Locked

Return to “AviSynth Help”