File tree 1 file changed +2
-2
lines changed
1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -68,8 +68,8 @@ def processFile():
68
68
out_file = workingDir + '/.alternates/' + out_file
69
69
70
70
# Make an iOS & Firefox playable version.
71
- cmds = ["HandBrakeCLI - i %s -o %s --preset= \" iPad \" " % ( in_file , out_file + '_ipad.mov ' )]
72
- cmds += ["ffmpeg -y - i %s -threads 4 -f webm -vcodec libvpx -deinterlace -g 120 -level 216 -profile 0 -qmax 42 -qmin 10 -rc_buf_aggressivity 0.95 -vb 2M -acodec libvorbis -aq 70 -ac 2 %s" % (in_file , out_file + '_ffox.webm ' )]
71
+ cmds = ["ffmpeg -y - i %s -threads 4 -f webm -vcodec libvpx -filter:v yadif -g 120 -level 216 -profile 0 -qmax 42 -qmin 10 -rc_buf_aggressivity 0.95 -vb 2M -acodec libvorbis -aq 70 -ac 2 %s" % (in_file , out_file + '_ffox.webm ' )]
72
+ cmds += ["HandBrakeCLI - i %s -o %s --preset= \" iPad \" " % ( in_file , out_file + '_ipad.mov ' )]
73
73
runCmd (cmds )
74
74
75
75
def main ():
You can’t perform that action at this time.
0 commit comments