
Merge_videos (KDE4)
Source (link to git-repo or to original if based on someone elses unmodified work): Add the source-code for this project on opencode.net
Merge_video is a simple service menu for konqueror and Dolphin for merging diferents parts of a video file with same resolution and format with avimerge.
Merge_video, and the service menu, works in KDE 3.5.X and KDE 4.0.X and supports multi-selection video files.
It's an exemple of DBUS usage in KDE 4 too.
Depends on libqt4-4.3.X (qdbus)
Depends on transcode-1.0.X (avimerge)
INSTALL:
--------
- Copy merge_video script in your $PATH (~/bin)
- For install kde 3.5.X service menu copy merge_video_kde3.desktop file from ServiceMenus folder to ~/.kde/share/apps/konqueror/servicemenus
- For install kde 4.0.X service menu copy merge_video_kde4.desktop file from ServiceMenus folder to ~/.kde4/share/kde4/services/ServiceMenus
poppei82
12 years ago
Nice tool, I like it!
There's also a way to merge MPEG-Videos. Just use:
cat video1.mpg video2.mpg > video.mpg
Very easy, without additional software.
Perhaps it's possible to include it into your script?
Thanks for your software!
Poppei
Report
Ivanvega
12 years ago
The most important thing in this script is the kdialog's control by DBUS commands, but it's a very good idea.
When i have time i made it, it's simple.
Report
poppei82
12 years ago
Greetings from Germany,
poppei
Report