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), # '-g', '%d' % int(fps*2),
video_settings = [ video_settings = [
'-vb', '%dk'%bitrate, '-vb', '%dk'%bitrate,
'-s', '%dx%d'%(width, height),
'-aspect', aspect, '-aspect', aspect,
'-vf', 'yadif', '-vf', 'yadif,hqdn3d,scale=%s:%s'%(width, height),
] + extra ] + extra
else: else:
video_settings = ['-vn'] video_settings = ['-vn']