implement 2-pass vp9/webm transcoding
This commit is contained in:
parent
ac92eef8db
commit
5627005349
3 changed files with 92 additions and 23 deletions
|
|
@ -56,7 +56,7 @@ def execute_spider(queue, name, url):
|
|||
"REPUBLISHER_FILE_DIR": "files",
|
||||
"IMAGES_STORE": f"out/{name}/images",
|
||||
"AUDIO_STORE": f"out/{name}/audio",
|
||||
"VIDEO_STORE": f"out/{name}/images",
|
||||
"VIDEO_STORE": f"out/{name}/videos",
|
||||
"FILES_STORE": f"out/{name}/files",
|
||||
}
|
||||
if not check_runtime(
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue