Posts Tagged ‘script’

vfe.sh on github

Thursday, October 21st, 2010

I just moved the vfe.sh code over to a repository on github. I have not made any changes to the code, but if I do this is where you will find them in the future.

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

vfe.sh 1.3

Friday, August 13th, 2010

Just put up a new version of the vfe.sh script that includes an option to create a VP8/.webm version of your video alongside the OGG/.ogv and MPEG/.mp4. Success of the script depends on ffmpeg 0.6. As before, you also need ffmpeg2theora and qtfaststart.py.

Now I'll be able to work on including VP8/.webm in the External Video for Everybody WordPress plugin.

vfe.sh 1.2

Monday, June 21st, 2010

This upgrade involves a little adjustment to force the ffmpeg output codec to libx264. I also changed the default frame rate to 30. You can edit the script to set the default to whatever you like, and you can override the default with the -f flag.

Upgrade for vfe.sh

Saturday, June 5th, 2010

I've just updated the vfe.sh shell script to harmonize better with the latest version of the External Video for Everybody plugin.

  • The poster.mp4 file will now be created only if you set a -q flag
  • You can designate an output file name that differs from the input file name by providing an optional second argument

The link to the current version of the script is in the sidebar.