Tagged: theora

External “Video for Everybody” v2.0

I've just released version 2.0 of External "Video for Everybody." New to this version is the option to use remote file detection so that the plugin will generate source tags and download links only for video sources whose existence it can verify. You should use this option only if some of your videos do not have all three source types (.mp4, .webm, and .ogv). If that is the case, though, and if you are using the VideoJS library, then you ought to use file detection. The External "Video for Everybody" plugin is now bundled with Video JS 3, and a missing .webm video will cause VideoJS to fail on FireFox.

vfe.sh 1.11

I just pushed a new version of the vfe.sh script to github:

http://github.com/kwiliarty/vfe-sh

This version (1.11) drops the use of ffmpeg2theora. All of the relevant functionality of this utility is available through ffmpeg. For my script the switch has these advantages:

  1. Fewer dependencies
  2. Greater range of input formats now possible
  3. Consistent and predictable handling of anamorphic pixel aspect ratios

Point #2 lets me work more easily with kdenlive, which I have recently begun using for video editing. Point #3 makes it easier to handle input from a wider range of cameras.

External VfE 0.7

I have just released External Video for Everybody 0.7 as the new stable version. The big change here is that following Video for Everybody 0.4+ I have dropped the embedded QuickTime objects.

Part of the rationale for dropping QuickTime objects is to simplify the HTML, though I would not have done it for that reason alone. After all, the plugin doesn't care about having to write some complicated markup.

I made the switch for three additional reasons:

  • I think it is valuable to stay close to Video for Everybody rather than to fork off in a different direction
  • Dropping QuickTime objects lowers the overhead when preparing files. There is no need now to create a "poster.mp4" file.
  • I want to avoid preloading movies that will not be played, but using the "poster.mp4" was creating an odd user experience. You had to click on the movie to get it to play rather than clicking on the "play" button. So really the poster needed to have some kind of "click me" label. I'm sure I could have automated a smarter poster creation for myself, but it added to complexity for providers and consumers alike. Better to let it go.

External VfE 0.5

I've just released a minor adjustment to the External "Video for Everybody" plugin. The change follows the official version 0.3.3 of Video for Everybody. In the code the .mp4 file is now listed as the first <source>. That's the only difference. Firefox still plays the OGG video, but Chrome will play the .mp4 now instead of the .ogv.