Log in

View Full Version : help deinterlacing with TempGaussMC


Pages : 1 [2]

um3k
24th May 2010, 21:04
Once you have Cedocida, you won't want to uninstall it.

2Bdecided
25th May 2010, 11:10
Cedocida. I wan't to try that next but I don't want to screw up my video codecs. Cedocida install states that current decoder will be overwritten. How can I bring back my old decoder once Cedocida is uninstalled?How did you install it in the first place?

Seriously, Cedocida is a DV codec. It's the one you want. It won't mess with any other codecs. You won't need your old DV codec back.

I plan to configure cedocida to "force YV12" and "YV12 chroma sampling -> DV". Is that correct?I assume the destination is MPEG-based, so no, you want MPEG YV12 out of Cedocida.

Will I still need "ConverttoYv12(interlaced=true)" in my scriptNo. Though if it's already YV12 that line does nothing anyway.

What you do want to try is adding "return info()" straight after the AVIsource line to check that you really are getting YV12. Remove it after you've checked.

Hope this helps.

Cheers,
David.

skubany
25th May 2010, 11:44
How did you install it in the first place?
I plan to install it the way the readme says to: right click .inf and hit Install.

I assume the destination is MPEG-based, so no, you want MPEG YV12 out of Cedocida.
The final video file will be x.264 encoded. So not MPEG-based or is it still?

I'll check "return info()"

Thanks

2Bdecided
25th May 2010, 15:52
I plan to install it the way the readme says to: right click .inf and hit Install.I meant how did you install your existing decoder. That's how you get it back. But you won't want to.

The final video file will be x.264 encoded. So not MPEG-based or is it still?Yes.

Cheers,
David.

skubany
25th May 2010, 19:54
So I've installed Cedocida and converted my test file. Result looks the same as with DirectShowSource. I'll stick with Cedocida (AviSource) since the opinion is that it's better.

I'll start converting videos today.

Thanks to everyone that helped and everyone that developed the programs/scripts that I'll be using.

I updated my frist post.

:)