diff --git a/pandora/archive/extract.py b/pandora/archive/extract.py index 23236ff2..7054df1a 100644 --- a/pandora/archive/extract.py +++ b/pandora/archive/extract.py @@ -125,8 +125,9 @@ def stream(video, target, profile, info): '-aspect', aspect, #'-vf', 'yadif', '-vf', 'hqdn3d,scale=%s:%s'%(width, height), + '-g', '%d' % int(fps*5), + '-keyint_min', '%d' % int(fps*2), ] - if format == 'mp4': #quicktime does not support bpyramid '''