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
0
AudioConverter.desktop
Normal file → Executable file
0
AudioConverter.desktop
Normal file → Executable file
4
ImageConverter.desktop
Normal file → Executable file
4
ImageConverter.desktop
Normal file → Executable file
|
|
@ -2,8 +2,8 @@
|
|||
Type=Service
|
||||
ServiceTypes=KonqPopupMenu/Plugin
|
||||
X-KDE-Priority=TopLevel
|
||||
MimeType=image/jpeg;image/png;image/gif;image/bmp;image/tiff;image/webp;image/svg+xml;image/x-eps;image/x-dcraw;image/vnd.microsoft.icon;
|
||||
Actions=ConvertToJPG;ConvertToPNG;ConvertToGIF;ConvertToBMP;ConvertToTIFF;ConvertToWEBP;ConvertToEPS;ConvertToRAW;ConvertToICO;inode/directory;
|
||||
MimeType=image/jpeg;image/png;image/gif;image/bmp;image/tiff;image/webp;image/svg+xml;image/x-eps;image/x-dcraw;image/vnd.microsoft.icon;inode/directory;
|
||||
Actions=ConvertToJPG;ConvertToPNG;ConvertToGIF;ConvertToBMP;ConvertToTIFF;ConvertToWEBP;ConvertToEPS;ConvertToRAW;ConvertToICO;
|
||||
X-KDE-Submenu=Convert Image
|
||||
Icon=image
|
||||
X-KDE-StartupNotify=false
|
||||
|
|
|
|||
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