Skip to main content
Deno 2 is finally here 🎉️
Learn more
Module

x/cueshit/format/ffmpeg_commands.ts>createFFmpegArguments

Convert between different cue sheet / chapter / tracklist formats
Latest
function createFFmpegArguments
import { createFFmpegArguments } from "https://deno.land/x/cueshit@v0.7.0/format/ffmpeg_commands.ts";

Turns a cue sheet into a series of ffmpeg chapter extraction arguments.

Parameters

cueSheet: CueSheet
optional
options: FFmpegOptions

Returns

string[][]

An array which contains a list of ffmpeg arguments for each chapter.