Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

ffmpeg cannot find unescaped filenames #4

Open
mazz opened this issue Mar 20, 2020 · 0 comments
Open

ffmpeg cannot find unescaped filenames #4

mazz opened this issue Mar 20, 2020 · 0 comments

Comments

@mazz
Copy link

mazz commented Mar 20, 2020

if the video title contains whitespace, ffmpeg cannot find the video file to add metadata to resulting in a runtime error (albeit recoverable).

replacing the whitespace with - does not help because %(title)s could contain whitespace(and usually does).

-o "%(uploader)s-(%(uploader_id)s)/%(upload_date)s-%(title)s-(%(duration)ss)-[%(resolution)s]-[%(id)s].%(ext)s"

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant