Skip to content

Remove manual ffmpeg logs suppression in tests #26

Description

@juliendargelos

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

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)

Metadata

Metadata

Assignees

No one assigned

    Labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions