Author
video conversion tech
Abhik Datta
Greenhorn
Joined: Sep 10, 2008
Posts: 2
How to convert video files from one format to other inside code? Specifically looking for avi to fla Any links or tips will be appreciated
Martijn Verburg
author
Bartender
Joined: Jun 24, 2003
Posts: 3268
JMF (Java Multimedia Framework) provides very limited functionality around this sort of thing. I'd personally recommend finding an existing tool to perform this conversion. You may find some help in this thread.
Cheers, Martijn - Blog ,
Twitter , PCGen , Ikasan , My The Well-Grounded Java Developer book! ,
My start-up .
Ulf Dittmer
Marshal
Joined: Mar 22, 2005
Posts: 35439
posted Sep 17, 2008 03:27:00
0
While JMF can handle AVI, I'm not aware of any Java library that can write FLA (or FLV, for that matter).
Android apps – ImageJ plugins – Java web charts
subject: video conversion tech