Explorar o código

anayzeduration

David %!s(int64=10) %!d(string=hai) anos
pai
achega
7d5010205e
Modificáronse 1 ficheiros con 1 adicións e 0 borrados
  1. 1 0
      back/mover.py

+ 1 - 0
back/mover.py

@@ -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',