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 don't have any prior knowledge in video and using FFmpeg.
For streaming purposes, I need to encode each frame (containing textures) to H264, the sample code is encoding from a video mp4 input, in my case, it is not.
I don't know how I can convert each frame containing textures to AVFrame, some says to use AVPicture, but AVPicture is not available in this library.
Hoping for your reply!
Thank you
The text was updated successfully, but these errors were encountered:
Hi,
I don't have any prior knowledge in video and using FFmpeg.
For streaming purposes, I need to encode each frame (containing textures) to H264, the sample code is encoding from a video mp4 input, in my case, it is not.
I don't know how I can convert each frame containing textures to AVFrame, some says to use AVPicture, but AVPicture is not available in this library.
Hoping for your reply!
Thank you
The text was updated successfully, but these errors were encountered: