Post-processing captured video in AS3, creating slow motion

你说的曾经没有我的故事 提交于 2019-12-06 18:16:26

This is absolutely feasible from the client side, contrary to what some may believe. :)

http://code.google.com/p/flvrecorder/

Just adjust the capture rate, which shouldn't be too difficult all the source is there.

Alternatively, you could write an AIR app that launches Adobe Media Encoder after writing a file and launch it with a preset that has FTP info etc. Or you can just use the socket class to connect and upload over FTP.

http://code.google.com/p/fl-ftp/

It is not feasible to do this client-side.
Capture the video and send it to the server.
Use a library like FFMpeg to do your coneversions

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