use scale filter, add hqdn3d

This commit is contained in:
j 2012-01-04 20:34:33 +05:30
parent ec1fd2c565
commit da4e0e2c8d

View file

@ -133,9 +133,8 @@ def video_cmd(video, target, profile, info):
# '-g', '%d' % int(fps*2),
video_settings = [
'-vb', '%dk'%bitrate,
'-s', '%dx%d'%(width, height),
'-aspect', aspect,
'-vf', 'yadif',
'-vf', 'yadif,hqdn3d,scale=%s:%s'%(width, height),
] + extra
else:
video_settings = ['-vn']