mediaforge - v0.1.0
    Preparing search index...

    Interface GifToMp4Options

    Convert GIF to MP4 (useful for uploading to platforms that don't accept GIF).

    await gifToMp4({ input: 'animation.gif', output: 'animation.mp4' });
    
    interface GifToMp4Options {
        input: string;
        output: string;
        width?: number;
        binary?: string;
    }
    Index

    Properties

    input: string
    output: string
    width?: number

    Output width. Default: source width

    binary?: string

    ffmpeg binary override