I have written about the creation of FLV (Flash Video) with freeware/open-source software before. But I’ve made the mistake to talk about to many different aspects of the FLV: the encoder, the offline flv-player and the web flv-player. This will be corrected in this post, so after reading this you will know: Which programs you [...]
So the first question that I have to answer is: What is MetaData? MetaData is information stored in the video file itself (FLV-file) and is not immediately visible. Typical information stored in the video is the video’s duration, creation date, data rates, but this depends of the encoder. Second question would be: Why do I [...]
About the project Read more about it here flvPlayer mck v1.3 Download Because y’all not knocking down the door for this player, I’ve given myself some time to clean up the source code. So just as in version 1.1 and version 1.2 no class files available but you can download the SWF, the readme.txt and [...]
This is a problem which is kinda difficult to describe in short sentence. But this is a problem which I seem to be running into for a couple of weeks now. Lets descibe the problem and I will illustrate with a banner (or a simple flv-player) example: The banner (rectangle) is contains a short animation [...]
It seems that I was to “early” with this update, the Flash Video (FLV) Player 1.2 has some bugs which I have to look at before I start with version 1.3. Bugs from version 1.2: Again MTASC didn’t accept the code I wrote. But now I have no idea how to fix it (read more [...]
About the project Read more about it here flvPlayer mck v1.2 Download Because y’all not knocking down the door for this player, I’ve given myself some time to clean up the source code. So just as in version 1.1 no class files available but you can download the SWF, the readme and some (x)html a [...]
About the project Read more about it here flvPlayer mck v1.1 Download I haven’t had the time to clean up the source code, so for now you can download the SWF and some other stuff in a ZIP Get your stuff here: flvPlayer_mck_v1_1.zip Licensing This work is licensed under a Creative Commons Attribution-NonCommercial-ShareAlike 2.5 License.
Update: are you looking for a userfriendly, free SWF>>AVI converter? Read also my post about SWF>>AVI I was always under the assumption that you couldn’t export video with flash. And yes I know …. there are couple ways to export video but they have some restrictions. To export from Flash to Quicktime (MOV) means that [...]
By Matthijs Kamstra
|
Also posted in Animation, Flash, Open source / Freeware
|
Tagged Animation, AS2, Flash, FLV, frame by frame, framerate, SWF to AVI, swf2avi, Video
|
Update #5: I’ve split this post in a couple specified post about this subject: How can I make FLV with freeware / opensource software Why do I need MetaData? The best offline FLV player (not written yet) And rewrite this post. Update #3: Subtitle: “How can I make FLV with freeware / opensource software” or [...]
Introduction For some time I’ve been wanting to build a Flash video player, that’s easy to use in html, but can also be used in other Flash (OOP) projects. After some research I came to the conclusion that enough people (http://www.flvplayer.com/) have already created their version of this… and also particularly good! But that’s OK: [...]