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

Don't try and normalize folders. #241

Closed
wants to merge 1 commit into from
Closed

Don't try and normalize folders. #241

wants to merge 1 commit into from

Conversation

HighMans
Copy link

Prevents ffmpeg from trying to process a folder as a file and bombing out the program, usually occurs when passing in a wildcard as the input when a folder exists.

Prevents ffmpeg from trying to process a folder as a file and bombing out the program, usually occurs when passing in a wildcard as the input when a folder exists.
@slhck
Copy link
Owner

slhck commented Jun 29, 2023

Thanks for the suggestion. Would it make sense to check for not os.path.isfile instead?

@slhck
Copy link
Owner

slhck commented Jun 29, 2023

I manually fixed this in f121f9f.

Thanks for your contribution!

@slhck
Copy link
Owner

slhck commented Jun 29, 2023

@all-contributors please add @HighMans for code

@allcontributors
Copy link
Contributor

@slhck

I've put up a pull request to add @HighMans! 🎉

@slhck
Copy link
Owner

slhck commented Feb 19, 2024

Forgot to close this, cleaning up.

@slhck slhck closed this Feb 19, 2024
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

Successfully merging this pull request may close these issues.

2 participants