Added ABOUT window
This commit is contained in:
parent
7a9468170e
commit
956816acaa
7 changed files with 88 additions and 2 deletions
|
|
@ -77,7 +77,7 @@ class mplayer_detector(devede.executor.executor):
|
|||
if (check_audio):
|
||||
frames = "0"
|
||||
else:
|
||||
frames = "1"
|
||||
frames = "5"
|
||||
|
||||
command_line = ["mplayer","-loop","1","-identify", "-vo", "null", "-ao", "null", "-frames", frames , file_name]
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue