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

[Bug]: rvio issues FFmpeg warning message: WARNING: Using AVStream.codec to pass codec parameters to muxers is deprecated #292

Open
1 task done
bernie-laberge opened this issue Oct 13, 2023 · 0 comments
Labels
bug Something isn't working good first issue Good for newcomers

Comments

@bernie-laberge
Copy link
Contributor

What happened?

rvio's code is using the deprecated FFmpeg AVStream.codec to pass codec parameters and FFmpeg reports a warning each time it is used because of that.

Repro Steps:
From the command line:
./RV.app/Contents/MacOS/rvio src_clip.mp4 -codec mjpeg -o dst_clip.mov

What you get:
The operation is successful but the following warning is reported by FFmpeg:
WARNING: Using AVStream.codec to pass codec parameters to muxers is deprecated, use AVStream.codecpar instead.

List all the operating systems versions where this is happening

All OSes

On what computer hardware is this happening?

Not computer specific

Relevant console log output

WARNING: Using AVStream.codec to pass codec parameters to muxers is deprecated, use AVStream.codecpar instead.

Environment variables

No response

Extra information

No response

Code of Conduct

  • I agree to follow this project's Code of Conduct
@bernie-laberge bernie-laberge added bug Something isn't working good first issue Good for newcomers labels Oct 13, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working good first issue Good for newcomers
Projects
None yet
Development

No branches or pull requests

1 participant