``` Output 2024-12-29 00-18-43.mp4 same as Input #0 - exiting compress.tsx:81 FFmpeg cannot edit existing files in-place. ``` This can easily be fixed by adding + "converted" to utils/convert.ts line 32 ```ts const output = removeFileExtension(fileName) + "-converted" + "." + videoSettings.videoType; ```