bartekmotyl / simple-video-cutter

Windows-based tool for efficient browsing and cutting video footage
MIT License
317 stars 42 forks source link

Output pattern without extension causes ffmpeg crash #54

Closed bartekmotyl closed 2 years ago

bartekmotyl commented 2 years ago

If an output file name (produced from output file pattern) has no extension (e.g. due to mistake in the pattern) then ffmpeg refuses to perform conversion and output file is not saved.

Possible fix: if extension is missing, then always use the same extension as in the original file.

bartekmotyl commented 2 years ago

Fixed in development branch, will be included in next release