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

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