codecVis: allow whitespace in file path #3

Open
hannesbraun wants to merge 1 commits from hannesbraun/media_management_scripts:allow-whitespace into master
First-time contributor

If the path of an input file contains any whitespace characters, the codec visualizer script wouldn't work until now because that path contained in the ffmpeg command for extracting a frame wouldn't be escaped.

By not using shlex at all, we can circumvent this.

If the path of an input file contains any whitespace characters, the codec visualizer script wouldn't work until now because that path contained in the ffmpeg command for extracting a frame wouldn't be escaped. By not using shlex at all, we can circumvent this.
hannesbraun added 1 commit 2023-01-01 19:22:24 +01:00
This pull request can be merged automatically.
This branch is out-of-date with the base branch
You are not authorized to merge this pull request.
View command line instructions

Checkout

From your project repository, check out a new branch and test the changes.
git fetch -u allow-whitespace:hannesbraun-allow-whitespace
git checkout hannesbraun-allow-whitespace
Sign in to join this conversation.
No Reviewers
No Label
1 Participants
Notifications
Due Date
No due date set.
Dependencies

No dependencies set.

Reference: localhorst/media_management_scripts#3
No description provided.