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

convert: Fix quoting on Windows #1157

Closed
wants to merge 8 commits into from
Closed

convert: Fix quoting on Windows #1157

wants to merge 8 commits into from

Conversation

mluds
Copy link
Contributor

@mluds mluds commented Dec 21, 2014

The fix uses shlex.split to create an argument list and passes it instead of a string. command_output was modified to include error output in its exception. encode makes use of this (so we can see ffmpeg errors with the -v option). See #1026.

@mluds mluds changed the title Fix convert plugin quoting on Windows convert: Fix quoting on Windows Dec 21, 2014
@mluds mluds closed this Dec 21, 2014
@sampsyo sampsyo mentioned this pull request Dec 21, 2014
sampsyo added a commit that referenced this pull request Dec 21, 2014
sampsyo added a commit that referenced this pull request Dec 21, 2014
Log as one statement. No need to hold the filesystem lock. New variable name.
sampsyo added a commit that referenced this pull request Dec 21, 2014
Now that we do the proper thing, we do not need shell parsing.
sampsyo added a commit that referenced this pull request Dec 21, 2014
sampsyo added a commit that referenced this pull request Dec 21, 2014
Don't require $source and $dest to be bare tokens.
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.

1 participant