Description: 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
Hi!
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
Yes, thanks. But with this command the new service menu borns: merge_files, :-).
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.
Ratings & Comments
3 Comments
Hi! 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
Yes, thanks. But with this command the new service menu borns: merge_files, :-). 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.
Cool! ;-) Thanks a lot! Greetings from Germany, poppei