Thing is, it seems like clips encoded with Lagarith will occasionally go glitchy on me in Magix. The original cleaned/rendered clips themselves are fine, but once I throw them into Magix, it shows a glitch in the preview window and it renders it that way too. The glitches have the frequency of about once or twice per clip, and they only last for a few frames at most.
A glitch, and what it's supposed to look like.
Also, if it helps, my cleaning Avisynth script:
- Code: Select all
#ASYNTHER Default (AVISource)
AVISource("C:\Onimusha 4\1\Oni 4.01.01.avs")
crop(0,0,0,-144)
lanczosresize(640,360)
converttoyv12()
msharpen()
temporalcleaner()
The immediate solution seems to be to edit with Huffyuv instead (since it doesn't appear to show the same problem, although I haven't thoroughly tested it), but... well, those are nearly twice the size of my Lag clips. I'd like to avoid it if it's a problem I can correct.
Thanks for any help you can offer.
- Jen




