https://bz.apache.org/bugzilla/show_bug.cgi?id=58973
--- Comment #15 from Andreas Beeker <[email protected]> --- (In reply to Rahul from comment #14) > I am going to try second option which one you suggested that is embed a > dummy file and later on, change that file. Of course the second option works also with Aspose. > For codec issue is their any way to provide selected codec by java code in > the program? Not sure if I understand you correctly: - either you think, the codec is just a parameter given from the outside (i.e. powerpoint): no ... the codec is inside the movie file/container (actually there a different movie containers (mp4,mkv,avi,...) having various audio/video codecs (h.264,x.264,...)) - or you think, the conversion should take place with the help of java: you could try something like jcodec.org, but I would simply call the ffmpeg executable from java There's even a 3rd option which came to my mind, you could try to use an ActiveX control, something like a shockwave player. I guess the problem will be, how to give the embedded movie to the ActiveX control. (not sure, if we should continue the discussion in this bug entry, as it's going to be off-topic regarding POI ... would you mind switch to the mailing list?!) Andi -- You are receiving this mail because: You are the assignee for the bug. --------------------------------------------------------------------- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected]
