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

video conversions fail with space in filename #116

Closed
gangelop opened this issue Sep 8, 2020 · 0 comments · Fixed by #117
Closed

video conversions fail with space in filename #116

gangelop opened this issue Sep 8, 2020 · 0 comments · Fixed by #117

Comments

@gangelop
Copy link
Contributor

gangelop commented Sep 8, 2020

this

sections:
    images:
      -
         - type: video
           name: "cool video.mp4"

causes this

Generation: ./gallery1/cool video.mp4
ffmpeg -loglevel error -i ./gallery1/cool video.mp4 -c:v libvpx -b:v 3900k -qmin 10 -qmax 42 -maxrate 500k -bufsize 1500k -c:a libvorbis -b:v 100k -s 1280x720 -f webm -y "./build/gallery1/cool video.mp4.webm"
./gallery1/cool: No such file or directory
Abort: ffmpeg command failed

Some quotes are needed for {source} and {target} in prosopopee/prosopopee.py.

@gangelop gangelop changed the title video conversions: {source} and {target} video conversions fail with space in filename Sep 8, 2020
gangelop added a commit to gangelop/prosopopee that referenced this issue Sep 8, 2020
Video conversion failed at multiple points due to filenames being split
at whitespace. This commit fixes all the failure points I was able to
identify.

resolves Psycojoker#116
Psycojoker pushed a commit that referenced this issue Oct 12, 2020
Video conversion failed at multiple points due to filenames being split
at whitespace. This commit fixes all the failure points I was able to
identify.

resolves #116
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 a pull request may close this issue.

1 participant