videosphere
    Preparing search index...
    • Builds ffmpeg arguments for a plain stream-copy trim, written directly to MP4. Used when both boundaries are already keyframe-aligned — no encode, no join needed.

      Parameters

      • inputPath: string

        Source media path.

      • outputPath: string

        Output media path.

      • startSeconds: number

        Trim start in seconds within the source file.

      • endSeconds: number

        Trim end in seconds within the source file.

      Returns string[]

      ffmpeg argument vector.