We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent e167461 commit 49c876dCopy full SHA for 49c876d
ffmpeg.js
@@ -1,7 +1,7 @@
1
import fsExtra from 'fs-extra';
2
import { execa } from 'execa';
3
import assert from 'assert';
4
-import compareVersions from 'compare-versions';
+import { compareVersions } from 'compare-versions';
5
6
export const getFfmpegCommonArgs = ({ enableFfmpegLog }) => (enableFfmpegLog ? [] : ['-hide_banner', '-loglevel', 'error']);
7
0 commit comments