Skip to content

Converting mp4 to mp4 fails - same name #3

@Jazza-231

Description

@Jazza-231
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

const output = removeFileExtension(fileName) + "-converted" + "."  + videoSettings.videoType;

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions