ozmartian / vidcutter

A modern yet simple multi-platform video cutter and joiner.
GNU General Public License v3.0
1.78k stars 134 forks source link

TypeError #305

Closed vFireheart closed 3 years ago

vFireheart commented 3 years ago

1st off, Grate App, keepup the good work, I had used it a few times then after a few days was not able to use it, I see in the console, all videos get the same error, tried other version and updating python, same issue.

ffprobe.exe -hide_banner -v error -show_packets -select_streams v -show_entries packet=pts_time,flags -of csv "C;\vid.mp4" File "vidcutter\videocutter.py", line 1363, in saveMedia File "vidcutter\videocutter.py", line 1413, in smartcutter File "vidcutter\libs\videoservice.py", line 331, in smartcut File "vidcutter\libs\videoservice.py", line 590, in getGOPbisections

<class 'TypeError'>: '<' not supported between instances of 'str' and 'float'

NOTE: let the users copy the output code in the console to report issues and not write all of it