Create a Video Stream (AVI) from a Series of Images

前端 未结 4 1582
天涯浪人
天涯浪人 2020-12-07 21:15

There is an IP web camera that I wrote a .NET class for sometime ago. It\'s basically a Timer implementation that pings a snapshot CGI script from the camera every five sec

4条回答
  •  执念已碎
    2020-12-07 21:57

    FFMpeg has windows binaries and is very popular.

    Making movies from image files using ffmpeg/mencoder

    You'll have to check whether the available output formats suit you.

提交回复
热议问题