You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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
The text was updated successfully, but these errors were encountered:
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
Environment variables
No response
Extra information
No response
Code of Conduct
The text was updated successfully, but these errors were encountered: