X-Git-Url: https://git.immae.eu/?a=blobdiff_plain;f=scripts%2Fprint-transcode-command.ts;h=d833632150da06969537e41c1fec15fbd7a66a0a;hb=8d64a72b4cbd12b01ad4c689f210d219dd91fde3;hp=00ac9ab6cb85d2bea8890c7b3587e8bde2105435;hpb=5ec3cbdf22fc88ebe57f370fc0bc0e3df7453458;p=github%2FChocobozzz%2FPeerTube.git diff --git a/scripts/print-transcode-command.ts b/scripts/print-transcode-command.ts index 00ac9ab6c..d83363215 100644 --- a/scripts/print-transcode-command.ts +++ b/scripts/print-transcode-command.ts @@ -1,7 +1,7 @@ import { registerTSPaths } from '../server/helpers/register-ts-paths' registerTSPaths() -import * as program from 'commander' +import { program } from 'commander' import * as ffmpeg from 'fluent-ffmpeg' import { buildx264VODCommand, runCommand, TranscodeOptions } from '@server/helpers/ffmpeg-utils' import { exit } from 'process'