Log in

View Full Version : Cleaning video. Need advice. Here is example.


alexVS
1st December 2006, 19:23
I want to convert DivX4 video to DVD Mpeg2 PAL.
I use CCE to encode video to mpeg2 and AVISynth to open/resize/etc.
Video stream is very bad. I want to make it better as much as possible.
Can somebody give me practical advice on what should I add to my script, what filters to use here.
Frame size is 544x320 (1.70) < 16:9 so I can't encode it as anamorphic.

My script:
avisource("D:\example.avi")
LanczosResize(720,424)
AddBorders(0,76,0,76)
What lines (filters) should I add? I really need your opinion.

Examples:
http://img418.imageshack.us/img418/315/1ek6.gif

http://img150.imageshack.us/img150/4025/2yd6.gif

Small video example (~400KB)
http://rapidshare.com/files/5625429/Video_example.zip.html

Much noise on the walls during camera movement, jpeg noise near the gun and man. I don't know what filters to apply.