
akm-video-qt
Source (link to git-repo or to original if based on someone elses unmodified work):
Available as/for:
Description:creates a kdenlive project with your videos automatically with random transitions (wipe )
INSTALLATION
-------------------------------
enter where you have unpacked the tar.gz
dependences :
sudo apt-get install kdenlive mplayer ffmpeg imagemagick
you need of awk too
---------------------------------
video about akm
link
in the tar package there are 2 files
akm-video It's a script so as root
copy
script into /usr/bin
desktop file into $HOME/.kde/share/kde4/services/
------------------
so for debian like
------------------
sudo cp akm-video /usr/bin/akm-video && sudo chmod +x /usr/bin/akm-video && cp akm-video.desktop $HOME/.kde/share/kde4/services/ && kbuildsycoca4
---------------------
for others like root:
---------------------
cp akm-video /usr/bin/akm-video && chmod +x /usr/bin/akm-video && cp akm-video.desktop $HOME/.kde/share/kde4/services/ && kbuildsycoca4
---------------------------------
USE :
1 Open dolphin
2 select your videos
3 right bbutton enqueque videos
4 generate video project
5 NOTE THE FIRST TIME COULD NOT WORK BECAUSE IT NEEDs TO CONVERT SOME PNG FILE INTO PGM WITH IMAGEMAGICK so you have to REDO GENERATE PROJECT
0.7.8 final
due to a bug into the mlt file generate i had to refix
improved script
no multiple istance of script
should work with zenity too
or with shell without dialog stuff
---------------------------------
0.7.8A
fixed bug ntsc
----------------------------------
TO DO
clean
Ratings & Comments
2 Comments
People! Remember that this kind scripts does not need to be in the system side. Just copy the servicemenu to ~/.kde4/share/services/ServiceMenus/ And then the binary to ~/bin directory. That way you protect that the system can not get affected by anykind malware in the future. (This is not saying this would have, but precausion is just for being safe!)
ty for the info i will test the thing