mapillary / mapillary_tools

Command line tools for processing and uploading Mapillary imagery
BSD 2-Clause "Simplified" License
264 stars 137 forks source link

sample_video fails if number of images to extract exceeds a certain limit. #682

Closed rnissl closed 1 week ago

rnissl commented 1 month ago

ffmpeg crashes due to stack overflow if this system dependent limit is exceeded.

See https://github.com/mapillary/mapillary_tools/pull/673 for detailed explanation and solution of the issue.