Skip to content

how to get (or parse) video and audio codec? #24

@tony9527167

Description

@tony9527167

Get codec via ffprobe

ffprobe -loglevel fatal -print_format json -show_format -show_streams test/tears-of-steel.mp4 |grep codec_name
            "codec_name": "h264",
            "codec_name": "aac",

How to get (or parse) video and audio codec via this package?

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions