Programmatically convert a video to FLV
Posted
by
Raibaz
on Stack Overflow
See other posts from Stack Overflow
or by Raibaz
Published on 2009-02-02T10:17:12Z
Indexed on
2012/09/19
3:38 UTC
Read the original article
Hit count: 531
i am currently working on a web application that needs to accept video uploaded by users in any format (.avi, .mov, etc.) and convert them to flv for playing in a flash-based player.
Since the site is OpenCms-based, the best solution would be a ready-made plugin for OpenCms that allowed to upload and play videos doing the transcode operation in background, but just a set of Java classes to do the transcode would be great and then i could make the uploading form and playback part on my own.
© Stack Overflow or respective owner