removed simulated stdin
This commit is contained in:
parent
96bfb29cf2
commit
bbf8389889
@ -32,8 +32,6 @@ def getDuration(ffprobe_output):
|
|||||||
return duration
|
return duration
|
||||||
|
|
||||||
|
|
||||||
argv.append('https://coub.com/view/aeeuu') # TODO: remove debug line
|
|
||||||
|
|
||||||
FILES = {Stream.AUDIO: 'audio', Stream.VIDEO: 'video',
|
FILES = {Stream.AUDIO: 'audio', Stream.VIDEO: 'video',
|
||||||
File.LIST: 'list.txt', File.LOOP: 'loop', File.OUTPUT: 'output.mp4'}
|
File.LIST: 'list.txt', File.LOOP: 'loop', File.OUTPUT: 'output.mp4'}
|
||||||
OUTPUT_KEYS = [File.OUTPUT]
|
OUTPUT_KEYS = [File.OUTPUT]
|
||||||
|
Loading…
Reference in New Issue
Block a user