digitalFAQ.com Forums [Archives]

digitalFAQ.com Forums [Archives] (http://www.digitalfaq.com/archives/)
-   Video Encoding and Conversion (http://www.digitalfaq.com/archives/encode/)
-   -   Video artifacts on my recent conversions? (http://www.digitalfaq.com/archives/encode/7548-video-artifacts-recent.html)

bluedha 01-07-2004 01:09 AM

Video artifacts on my recent conversions?
 
I noticed that on my recent avi to kvcd conversions, I get
artifacts/distortions in the beginning of the movie and in the end when the
credits are rolling.
Also, because I usually join 2 avi files (when the movie is split in 2 files), I
see artifacts/distortions right where the second part begins.
But otherwise, the picture is good.
I use 528x480, but 480x480 also had bad artifacts.
I use min birate of 300 and max 2500 (the default values).
What could be the problem? (I know that source had no problems.)

Dialhot 01-07-2004 04:08 AM

Which tool do you use for the join ? You do not need to join them in fact, as avisynth can do that itself.

bluedha 01-07-2004 12:53 PM

I used virtual dub.
How do you join 2 avi files with avisynth?
I have never seen an example.

Dialhot 01-07-2004 03:29 PM

Code:

a=avisource("name1.avi")
b=avisource("name2.avi")
a++b
...filters...

So simple.

bluedha 01-07-2004 04:47 PM

Great! I'll try that next time.
Thanks Dialhot.


All times are GMT -5. The time now is 04:51 AM  —  vBulletin © Jelsoft Enterprises Ltd

Site design, images and content © 2002-2026 The Digital FAQ, www.digitalFAQ.com
Forum Software by vBulletin · Copyright © 2026 Jelsoft Enterprises Ltd.