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
vcsi uses ffmpeg for format converting, while ffmpeg supports filename formats like bluray:</path/to/bluray/folder>.
By commenting if not os.path.exists(path) block in process_file, I managed to generate a thumbnail with the bluray:<path> filename format. Perhaps we can add an option to skip file existence check?
The text was updated successfully, but these errors were encountered:
vcsi uses ffmpeg for format converting, while ffmpeg supports filename formats like
bluray:</path/to/bluray/folder>
.By commenting
if not os.path.exists(path)
block inprocess_file
, I managed to generate a thumbnail with thebluray:<path>
filename format. Perhaps we can add an option to skip file existence check?The text was updated successfully, but these errors were encountered: