ffmpeg-devel funktioniert
This commit is contained in:
parent
db4e634bbd
commit
c780833608
1 changed files with 1 additions and 1 deletions
|
@ -7,7 +7,7 @@ import sys
|
|||
|
||||
|
||||
def transcode(src, tgt, fmt):
|
||||
transcode_opts = [ "ffmpeg" ];
|
||||
transcode_opts = [ "ffmpeg-devel" ];
|
||||
#transcode_opts.extend(["-t", "240"]) # testing only
|
||||
#transcode_opts.extend(["-loglevel", "error"])
|
||||
transcode_opts.extend(["-i", src])
|
||||
|
|
Loading…
Reference in a new issue