tim1mw / pycon_capture

Automated conference video capture and upload for PyconUK (and others)
4 stars 3 forks source link

Check cut script file names for invalid characters #25

Closed tim1mw closed 5 years ago

tim1mw commented 5 years ago

The cut script uses the ID+Title for the file name, making the file easily identifiable to both the software and a human trying to find a particular MP4 (this is needed at least for the backups, since we may loose the ID's in future years). However, some presentations contain characters which aren't valid in file names or which FFMPEG interprets as a protocol declaration for the output type (eg the colon), causing the cut job to fail. So all file names need to be parsed to remove any problem characters.

tim1mw commented 5 years ago

All done.