Summary: | adjust lenght of audio before video slide | ||
---|---|---|---|
Product: | [Applications] digikam | Reporter: | Klaus Stockmayer <klstocki> |
Component: | Plugin-Generic-VideoSlideshow | Assignee: | Digikam Developers <digikam-bugs-null> |
Status: | RESOLVED FIXED | ||
Severity: | wishlist | CC: | caulier.gilles |
Priority: | NOR | ||
Version: | unspecified | ||
Target Milestone: | --- | ||
Platform: | unspecified | ||
OS: | Linux | ||
Latest Commit: | https://invent.kde.org/graphics/digikam/-/commit/b016fbb8a4751b24670940d835b6ec48b1620ed7 | Version Fixed In: | 8.3.0 |
Sentry Crash Report: |
Description
Klaus Stockmayer
2006-07-23 15:44:57 UTC
which kipi-plugins version are you using? In all the tests i made the music was cut at the end of the last picture. no black screen is seen. The mpeg-dialog show the version 0.1.4 and the kipi-plugins have the version 0.1.2. No version before does fade out the sound on the end of the pictures. The version of mjpegtools is 1.8.0. I tried it with mp3 and wav. Everytime the same problem. And on qour system the sound was fading out showing the last picture? Whioch encoder (default, 444, 420jpeg,420mpeg) i have to use? Or is this not important? Ok you've the last release.
> Whioch encoder (default, 444, 420jpeg,420mpeg) i have to use? Or is this not important?
That shouldn't be important for audio IIRC, anyway could it be possible to have
the command line? I mean after the the process has finished you should be able to
see the command output. The first line (about) should be the command line passed
(e.g. images2mpg ....) so that changing the files I can try to reproduce the problem.
Thanks,
Angelo
Here the output on commandline: images2mpg --with-gui -f DVD -n PAL -S 420mpeg2 -d 10 -t 5 -c 000000 -T /tmp/kde-klaus/kipi-mpegencoderplugin-3349/ -M /usr/bin -I /usr/bin -w "/home/klaus/multimedia/musik/wav/Enya/The Memory Of Trees/Enya - China Roses.wav" -o "/home/klaus/Desktop/test01.mpg" -i "/home/klaus/multimedia/bilder/Daenemark 2006/Bild005.jpg" "/home/klaus/multimedia/bilder/Daenemark 2006/DSCF0972.JPG" "/home/klaus/multimedia/bilder/Daenemark 2006/Bild019.jpg" "/home/klaus/multimedia/bilder/Daenemark 2006/Bild045.jpg" ----------------------------------------------- Initialising... Encoding image files... Images encoding (%) : 0 [0 INFO: [yuvscaler] yuvscaler 1.8.0 (15-02-2004) is a general scaling utility for yuv frames INFO: [yuvscaler] (C) 2001-2004 Xavier Biquard <xbiquard@free.fr>, yuvscaler -h for help, or man yuvscaler Images encoding (%) : 0 [0 Images encoding (%) : 0 [0 .... Images encoding (%) : 99 [4 Images encoding (%) : 99 [4 Images encoding (%) : 100 [5 Encoding audio file... Merging MPEG flux... Encoding terminated... ----------------------------------------------- SCHLUSS-STATUS: Kodiervorgang wurde erfolgreich abgeschlossen. hmm I think I've got it... has to think to a solution though. What player are you using? mplayer ends up. kmplayer (well this is a frontend) stops the music after the last picture. kaffeine continues the sound. That probably means that the music is in, but the end of file is considered differently. Can you test if you have the same results. Angelo Hi! my main-player is kaffein which is a frontend too. Here are the results of my tests: kaffein: don't work, music plays while blackscreen mplayer: work, but music stops hard wirhout fading out xine: don't work, music plays while blackscreen noatun: don't work, music plays while blackscreen Result: mplayer, and all frontends using mplayer will work. xine, and all frontends using xine won't work. Is it possible to implement fading out? In my opion "dvd-slideshow" and the used backends works very well. A mix of kipi and dvd-slideshow woud be the best... *g* The kipi-plugins are so easy to use and bring me the most recent functions in every tool i use. Do you see any way to realise? Klaus Am Montag 24 Juli 2006 15:41 schrieb Angelo Naselli: [bugs.kde.org quoted mail] I've got some ideas to improve the plugin, now i've got a point to start :) we'll see... Thanks a lot for your help. If you need sombody for testing new improvements you can tell me. So i'm looking forward for the new features aou will develope... *g* Klaus since it's a wish not a bug I'll re open it so that I can remember that i have to look at it... stay tuned ;) digiKam has a new Video Slideshow tool based on QtAV and ffmpeg which do not have this problem. Gilles Caulier Git commit b016fbb8a4751b24670940d835b6ec48b1620ed7 by Gilles Caulier. Committed on 10/01/2024 at 18:13. Pushed by cgilles into branch 'master'. Video SlideShow tool: add automatic rules to append soundtrack to the target video. If audio is largest than video, it will be trimmed If audio is smaller than video, it will be played in loop. Screenshoot: https://i.imgur.com/cDxnz13.png FIXED-IN: 8.3.0 M +2 -2 NEWS M +24 -11 core/dplugins/generic/tools/videoslideshow/wizard/vidslideoutputpage.cpp M +5 -2 core/libs/video/manager/ffmpeglauncher.cpp https://invent.kde.org/graphics/digikam/-/commit/b016fbb8a4751b24670940d835b6ec48b1620ed7 |