I have a PNG image converted to YUV 420P and I need to encode it to a specific 
RTMPS URI, with fps 10.
The encoding process is quite heavy for the CPU. 
In this specific case the frame is always the same, re-encoded at a rate basing 
on fps.
Is it necessary to call "avcodec_send_frame / avcodec_receive_packet" for each 
frame or there is a better way given that the frame to encode does not change?
Thank you 


_______________________________________________
ffmpeg-devel mailing list
ffmpeg-devel@ffmpeg.org
https://ffmpeg.org/mailman/listinfo/ffmpeg-devel

To unsubscribe, visit link above, or email
ffmpeg-devel-requ...@ffmpeg.org with subject "unsubscribe".

Reply via email to