Modify ↓
Opened 14 years ago
Last modified 12 years ago
#7469 new enhancement
How to use different format video files in movie macro
Reported by: | velappan | Owned by: | Louis Cordier |
---|---|---|---|
Priority: | high | Component: | MovieMacro |
Severity: | normal | Keywords: | |
Cc: | Trac Release: | 0.11 |
Description
If it possible to play .wmv and .avi files in movie macro plugin
Attachments (0)
Change History (4)
comment:1 Changed 14 years ago by
comment:2 Changed 14 years ago by
I implemented flowplayer 3.2.2 but the other file formats didn't work. I decided not to upload the latest version of the code since there is nothing to gain from it. If you want a copy of the code let me know then I can upload it somewhere.
Also see http://flowplayer.org/documentation/technical-facts.html
Alternatively I would recommend you use ffmpeg and convert your videos to .flv for online display purposes.
Regards, Louis.
comment:3 Changed 14 years ago by
Could you upload MovieMacro with flowplayer-3.2.5 somewhere? Thanks.
comment:4 Changed 12 years ago by
Summary: | How to use differnt format video files in movie macro → How to use different format video files in movie macro |
---|
Note: See
TracTickets for help on using
tickets.
According to Flowplayer 3.2 http://flowplayer.org/documentation/index.html it can play .avi, .wmv, .mp4 and .mov. At the moment MovieMacro uses an older version of Flowplayer. It should be as simple as upgrading the player files in the macro.
On the other hand, .avi and mp4 (maybe even .wmv) are container formats and video playback of the video is determined by the availability of the embedded video/audio codecs.
When I get time, I'll see if I can get Flowplayer 3.2 working.