View Single Post
Old 5th January 2009, 01:57   #6  |  Link
kutjong
Registered User
 
kutjong's Avatar
 
Join Date: Nov 2007
Posts: 114
Thanks for your help thus far!
My script now looks like this:
Code:
Load_Stdcall_plugin("C:\Program Files\AviSynth 2.5\plugins\yadif.dll")
AVISource("Casbah.avi")
Yadif(0, 0)
Spline36Resize(656, 368)
Any other recommendations for deinterlacer? Speed is not an issue.
Quote:

For decoding DV I would recommend Cedocida.

Seeing you have an interlaced source working in "YUY2" may avoid any chroma problems. AVISource("C:\Casbah.avi", pixel_type="YUY2").
I don't understand what you mean here... The source is YV12.
Another thing, what YV12 option should I check Cedocida's options? My guess would be DV?

Also, I hope it's ok if I additionally ask for advice with xvid encoder settings.
Bitrate will be quite high, about 1200 kbps, so for matrix I guess MPEG is fine, I haven't looked into any custom matrices...

Additional settings (unrestricted):
  • Adaptive quantization, Qpel, GMC, Trellis quantization
  • B-Vops 2, Q ratio 1.5, Q offset 1, packed bitstream
  • Motion search precision 6 (ultra), VHQ 1, VHQ B-frames, chroma motion, turbo

Any settings anybody thinks I should change? I'm going to put keyframes to every tenth frame since there is no scene change in this footage, the camera remains static all the way.

Last edited by kutjong; 6th January 2009 at 00:56.
kutjong is offline   Reply With Quote