Closed JustinhoCHN closed 5 years ago
Yes, I have. I was not able to fix it, so I used ffmpeg to create video from generated frames.
So we still have to save those frames to disk and then call the ffmpeg to make the video? If we do that all in memory, maybe we can save the i/o time cost. @trrahul
Yes. But i/o does not take a lot of time compared to the time taken by the inference process. It is very very less on an SSD.
Got it , thanks your implementation again.
I've tried to write frames which already transfered with texture to video using opencv, but when I defined the video encoding format as 'MJPG' like:
it'll raise error like this:
Have you met with this error?
Thanks you for your implementation.