Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

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

Open
tony95271 opened this issue Nov 13, 2022 · 0 comments
Open

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

tony95271 opened this issue Nov 13, 2022 · 0 comments

Comments

@tony95271
Copy link

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?

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant