Skip to content

Added a method to run with custom ffmpeg arguments #26

Added a method to run with custom ffmpeg arguments

Added a method to run with custom ffmpeg arguments #26

Workflow file for this run

name: Unit tests
on:
pull_request:
branches:
- main
jobs:
build:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
- run: |
npm install
- run: |
npm run lint
- run: |
npm run test