Psycojoker / prosopopee

a static website generator to make beautiful customizable pictures galleries that tell a story
http://prosopopee.readthedocs.org
GNU General Public License v3.0
318 stars 55 forks source link

video conversions fail with space in filename #116

Closed gangelop closed 3 years ago

gangelop commented 3 years ago

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.