mefe: a mencoder frontend
![[mefe interface]](mefe_thumbnail.png) |
As promised during the Zürich tutorial, here is the mencoder
frontend I use for my work. This means that it engineered till the point to be useful for me. That is: it could be better…
This tool help in the creation of movies starting from a set of images. The process is split in two parts:
- Conversion of the images into PNG (if needed) and crop to multiple of 16 dimensions.
This phase is supported by ImageMagick tools.
- Movie coding using mencoder.
The two phases spit out two shell scripts that can be manually edited to restart or modify the coding process without the need of another run of mefe.
|
Prerequisites
- Tcl/Tk 8.4
- ImageMagick 6.2.3
- Mencoder (recent release)
- For now it runs only on Linux, but with small changes, it will be platform independent
Download
From here you can download mefe.tcl version 1.0.0.
Usage
- Select the first image of the sequence.
If the images are already of the correct size and format, the next two steps should be skipped.
- Push Write and then Run
- Then set the desired fps
- Select the desired bitrate or select one of the three "quality factors"
- Choose the codec
- On the right select one of the coding profiles (set of mencoder settings)
- Select the output filename
- Push Write Build Script and then Run
To Do
- Everything…
- A simple method to correct and edit the various profiles.
- Avoid the build of shell scripts