Added fluent ffmpeg

This commit is contained in:
Alex Tran 2022-02-05 01:33:08 -06:00
parent 55cba8aa5f
commit b6a7d40863
6 changed files with 62 additions and 8 deletions

View file

@ -1,6 +1,7 @@
import { NestFactory } from '@nestjs/core';
import { NestExpressApplication } from '@nestjs/platform-express';
import { AppModule } from './app.module';
import ffmpeg from 'fluent-ffmpeg';
async function bootstrap() {
const app = await NestFactory.create<NestExpressApplication>(AppModule);