X-Git-Url: https://git.immae.eu/?a=blobdiff_plain;f=scripts%2Fprint-transcode-command.ts;h=d833632150da06969537e41c1fec15fbd7a66a0a;hb=refs%2Fpull%2F4251%2Fhead;hp=00ac9ab6cb85d2bea8890c7b3587e8bde2105435;hpb=1e4d2cb5aef11898585fae4053da4ebd0a69b480;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'