| Summary: | create an mpeg slideshow fails after the encoding | ||
|---|---|---|---|
| Product: | [Applications] digikam | Reporter: | Tim <xendistar> |
| Component: | Plugin-Generic-VideoSlideshow | Assignee: | Digikam Developers <digikam-bugs-null> |
| Status: | RESOLVED FIXED | ||
| Severity: | normal | ||
| Priority: | NOR | ||
| Version First Reported In: | unspecified | ||
| Target Milestone: | --- | ||
| Platform: | Ubuntu | ||
| OS: | Linux | ||
| Latest Commit: | Version Fixed/Implemented In: | 5.7.0 | |
| Sentry Crash Report: | |||
|
Description
Tim
2007-04-09 00:27:50 UTC
SVN commit 651952 by anaselli: Added missed requirements to run images2mpg (mpegencoder plugin) CCBUG:143979 M +2 -0 README --- trunk/extragear/libs/kipi-plugins/README #651951:651952 @@ -126,6 +126,8 @@ cdarchiving : k3b (runtime dependency) kameraklient : libgphoto2 mpegenconder : mjpegtools (runtime dependency) + : mpg123 (runtime dependency) + : vorbis-tools (runtime dependency) wallpaper : kdebase (runtime dependency) rawconverter : libtiff acquireimages : libtiff You should install mpg123, I added a note into README. Please ask to ubuntu packager for adding the dependency. Moreover the script should fail anyway if you don't use -S option, images2mpg -h for details. digiKam has a new Video Slideshow tool based on QtAV and ffmpeg which do not have this problem. Gilles Caulier |