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
I'm making a transcoder and I had a similar issue,
console output
I found out, that if you copy the decoded frame to a new AVFrame and free the old frame, this doesn't appear anymore
new console output
I didn't make a pull request because I tried running the 3_transcoding.c file on my computer and I didn't see this error in the console, and I also don't know if this fix, is what you are looking for, or if it was already fixed
Now, to be honest, this was harder than I thought it'd be and I had to dig into the FFmpeg command line source code and test it a lot and I think I'm missing something because I had to enforce force-cfr for the h264 to work and I'm still seeing some warning messages like warning messages (forced frame type (5) at 80 was changed to frame type (3)).
I'm making a transcoder and I had a similar issue,
console output
I found out, that if you copy the decoded frame to a new AVFrame and free the old frame, this doesn't appear anymore
new console output
I didn't make a pull request because I tried running the 3_transcoding.c file on my computer and I didn't see this error in the console, and I also don't know if this fix, is what you are looking for, or if it was already fixed
C code copyFrame function snippet
I don't have much experience using github, let me know if this is not the correct use for the issues page
The text was updated successfully, but these errors were encountered: