@@ -20,6 +20,7 @@ if os.path.isfile(out_fname):
if fname.endswith("flv"):
process=[ 'ffmpeg',
'-loglevel', 'error',
+ '-analyzeduration','16M',
'-i', in_fname,
'-c', 'copy',
'-movflags', '+faststart',