Creating a Motion JPEG frame by frame with variable frame-rate

懵懂的女人 提交于 2019-12-05 12:01:19

There are some media container formats that support variable frame rate, but I don't think MJPEG is good choice because of the storage overhead. I believe the best way would be to transcode JPEG frames to MP4 format using both I-frames and P-frames.

You can use FFMPEG Delphi/FP header files for the transcoding.

Edit:

The most up to date version of FFMPEG headers can be found at GLScene repository on SourceForge.net. To view the files you can use this link

易学教程内所有资源均来自网络或用户发布的内容,如有违反法律规定的内容欢迎反馈
该文章没有解决你所遇到的问题?点击提问,说说你的问题,让更多的人一起探讨吧!