MCPcopy
hub / github.com/mifi/editly / getFfmpegCommonArgs

Function getFfmpegCommonArgs

ffmpeg.js:6–6  ·  view source on GitHub ↗
({ enableFfmpegLog })

Source from the content-addressed store, hash-verified

4import compareVersions from 'compare-versions';
5
6export const getFfmpegCommonArgs = ({ enableFfmpegLog }) => (enableFfmpegLog ? [] : ['-hide_banner', '-loglevel', 'error']);
7
8export const getCutFromArgs = ({ cutFrom }) => (cutFrom ? ['-ss', cutFrom] : []);
9

Callers 4

runInnerFunction · 0.90
crossFadeConcatClipAudioFunction · 0.90
mixArbitraryAudioFunction · 0.90

Calls

no outgoing calls

Tested by

no test coverage detected