use scale filter, add hqdn3d
This commit is contained in:
parent
ec1fd2c565
commit
da4e0e2c8d
1 changed files with 1 additions and 2 deletions
|
@ -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']
|
||||
|
|
Loading…
Reference in a new issue