Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
谁能帮我找到一个软件堆栈来进行近乎实时的视频编码/转码?
我想允许用户将视频(wmv、avi、mov、flash 视频、其他格式)上传到我的网站。文件上传后,我想将其编码/转码为 h.264(最好使用 API,以便我可以获得进度百分比等),以便我可以通过 html5 或 Flash 播放器播放它。
有人对此有什么指导吗?
哦,服务器平台可以是 windows 或 linux。
我想你可以使用 ffmpeg,如果你想以编程方式进行编码,它有一个命令行实用程序和一些 API
http://ffmpeg.org/