| User review:
|
I couldn't get the earlier versions of this app to work, but the latest as of this writing (beta 0.12a)works very well. You need to feed it an AVISynth script. Here's the one I used:
#Divx HD Source
AviSource("d:good.avi")
converttoyv12()
Lanczos4Resize(720,480)
It does a two pass DVD compliant .M2V encode pretty quickly, but more importantly, the quality is VERY good - easily competes with the big boys. Nice and crisp images in the resulting MPEG2 files. Also has a batch encoding executable.
Unfortunately, many folks will shy away from having to install AVISynth and creating an .AVS file to feed into HC. Too bad. It is worth the effort.
|