aedocw / epub2tts

Turn an epub or text file into an audiobook
Apache License 2.0
433 stars 43 forks source link

escape single quote for ffmpeg concat list #185

Closed aedocw closed 6 months ago

aedocw commented 6 months ago

This fixes an issue where if a filename had a single quote in it, ffmpeg would choke. This properly escapes that single quote for ffmpeg's concat file list.