BrettSheleski / comchap

Commercial detection script to add chapters into video file
MIT License
136 stars 26 forks source link

comcut breaks if blank line at end of EDL #32

Open arrmo opened 5 years ago

arrmo commented 5 years ago

Hi,

Not sure what has changed recently with comskip, but I sometimes seem to see a blank line at the end. Shouldn't be a big deal, but comcut breaks due to it => it tries to generate one more part file, with ss = blank, and duration equal to the last time seen in the file.

To test this, just add a blank line at the end of the EDL file.

Thanks!