video2gif

This commit is contained in:
dewomser 2025-01-09 08:01:00 +01:00
parent 490906d50a
commit e04ccd8ae2
No known key found for this signature in database
GPG key ID: 3A312467A034D190
3 changed files with 9 additions and 3 deletions

0
AudioConverter.desktop Normal file → Executable file
View file

4
ImageConverter.desktop Normal file → Executable file
View 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
View 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