You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
help="merges video and audio output of already downloaded streams",
metavar="TIMESTAMP")
First. When downloading audio and video files are saved in a temporary folder, the name of which ("OUT_PREFIX") is obtained by joining "TIMESTAMP" and "SALT".
And as "SALT" is still generated randomly we get incorrect folder address with previously downloaded video.
And second. When the script works with "--skip-download" key, it first creates "OUT_PREFIX" from "TIMESTAMP" and "SALT", then change "TIMESTAMP", but the value "OUT_PREFIX" remains the same! As a result, we all the more do not get the correct address previously downloaded video.
The text was updated successfully, but these errors were encountered:
Ipokrit
changed the title
Errors in combine audio and video without downloading?
Errors in "merge" audio and video without downloading?
Feb 1, 2019
Hi,
It seems I found two errors in how the script works with "--skip-download" key
vimeo-download/vimeo-download.py
Lines 150 to 152 in 908c838
First. When downloading audio and video files are saved in a temporary folder, the name of which ("OUT_PREFIX") is obtained by joining "TIMESTAMP" and "SALT".
vimeo-download/vimeo-download.py
Lines 20 to 23 in 908c838
vimeo-download/vimeo-download.py
Lines 182 to 184 in 908c838
And second. When the script works with "--skip-download" key, it first creates "OUT_PREFIX" from "TIMESTAMP" and "SALT", then change "TIMESTAMP", but the value "OUT_PREFIX" remains the same! As a result, we all the more do not get the correct address previously downloaded video.
The text was updated successfully, but these errors were encountered: