GIMP Animation Package is a collection of Plug-Ins to extend the GIMP with capabilities to edit and create Animations as sequences of single frames.
Installation:
./autogen.sh # includes the ./configure call
make
make install
Additional Installation Notes:
This GIMP Animation Package release includes sourcecode tarballs of external libraries :
- ffmpeg
- libmpeg3
Those libs are built automatically. Configuration options for those libs can be set by editing the files:
extern_libs/configure_options_ffmpeg.txt
extern_libs/configure_options_libmpeg3.txt
Those configure_option files are read by the master .configure script.
Requirements:
· The Gimp
· GLib2
What's New in This Release: [ read full changelog ]
· added some missing files to POTFILES.in (fixes #583497)
· gap/gap_audio_extract.c
· gap/gap_morph_tween_dialog.c
· gap/gap_wr_resynth.c
· vid_enc_rawframes/gap_enc_rawframes_main.c
· iconify storyboard dialog window when calling video encoder from storyboard menu and deiconify when the encoder call returns.
· Master Video encoder moved from "Video/Encode" to "Video" Menu
· menu name "Master Videoencoder..." now has ending ... to inidcate that ist opens a dialog.