While using x264 encoder, how to store each and every I frame (from each and every .png file (frame)) into a different .mp4 file?
If I have 5 frames, after encoding those 5 frames into 5 I frames how to write those in different files?
Another Question: How to put few additional log messages or print statements in few functions in x264 code which I can view on the terminal as the encoding output like other logs???