mirror of
https://github.com/dewomser/dolphin-context-convert.git
synced 2026-03-13 17:17:18 +01:00
video2gif
This commit is contained in:
parent
490906d50a
commit
e04ccd8ae2
3 changed files with 9 additions and 3 deletions
8
VideoConverter.desktop
Normal file → Executable file
8
VideoConverter.desktop
Normal file → Executable file
|
|
@ -3,7 +3,7 @@ Type=Service
|
|||
ServiceTypes=KonqPopupMenu/Plugin
|
||||
MimeType=video/*;inode/directory;
|
||||
X-KDE-Priority=TopLevel
|
||||
Actions=ConvertToMP4;ConvertToAVI;ConvertToMOV;ConvertToMKV;ConvertToWMV;ConvertToFLV;ConvertToMPG;ConvertToMP3;ConvertToOGV;ConvertToWebM;
|
||||
Actions=ConvertToMP4;ConvertToAVI;ConvertToMOV;ConvertToMKV;ConvertToWMV;ConvertToFLV;ConvertToMPG;ConvertToMP3;ConvertToOGV;ConvertToWebM;ConvertToGIF;
|
||||
X-KDE-Submenu=Convert Video
|
||||
Icon=video-x-generic
|
||||
X-KDE-StartupNotify=false
|
||||
|
|
@ -57,3 +57,9 @@ Icon=video-webm
|
|||
Name=Convert to MP3
|
||||
Exec=~/Scripts/ffmpegconvert.sh %U mp3 video
|
||||
Icon=audio-mp3
|
||||
|
||||
[Desktop Action ConvertToGIF]
|
||||
Name=Convert to GIF
|
||||
Icon=image-gif
|
||||
Exec=~/Scripts/ffmpegconvert.sh %U gif image
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue