ultramango / gear360pano

Simple script to create equirectangular panorama by stitching images from Samsung Gear 360
MIT License
226 stars 55 forks source link

Improves stability of video processing #69

Closed cognizantorb closed 4 months ago

cognizantorb commented 4 months ago

Conversion of individual frames of video can sometimes fail. This can cause the video that ffmpeg produces to freeze at the first instance of a failed frame, even though the audio continues to the end. This fix retries the failed frames before invoking ffmpeg.