Since PR #25 has been merged, ffmpeg logs are now wrapped into the fsv logger. We don't need to manually suppress them in the tests:
|
import { Log } from 'node-av' |
|
import { AV_LOG_QUIET } from 'node-av/constants' |
|
|
|
// Suppress ffmpeg internal logs (encoder stats, codec info, etc.) during tests |
|
Log.setLevel(AV_LOG_QUIET) |
Since PR #25 has been merged, ffmpeg logs are now wrapped into the fsv logger. We don't need to manually suppress them in the tests:
fsv/tests/setup.ts
Lines 3 to 7 in 2e1ae4c