alac is a special babyboy

This commit is contained in:
Lexi Deville 2023-10-26 01:38:39 -05:00 committed by GitHub
parent 34a108cada
commit 2b219cb901
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
3 changed files with 37 additions and 15 deletions

View file

@ -2,7 +2,7 @@
Type=Service
ServiceTypes=KonqPopupMenu/Plugin
MimeType=video/*;
Actions=ConvertToMP4;ConvertToAVI;ConvertToMOV;ConvertToMKV;ConvertToWMV;ConvertToFLV;ConvertToMPG;ConvertToMP3;ConvertToOGG;ConvertToWebM;
Actions=ConvertToMP4;ConvertToAVI;ConvertToMOV;ConvertToMKV;ConvertToWMV;ConvertToFLV;ConvertToMPG;ConvertToMP3;ConvertToOGV;ConvertToWebM;
X-KDE-Submenu=Convert Video
Icon=video-x-generic
X-KDE-StartupNotify=false
@ -42,9 +42,9 @@ Name=Convert to MPG
Exec=~/Scripts/ffmpegconvert.sh %U mpg
Icon=video-x-mpeg
[Desktop Action ConvertToOGG]
Name=Convert to OGG
Exec=~/Scripts/ffmpegconvert.sh %U ogg
[Desktop Action ConvertToOGV]
Name=Convert to OGV
Exec=~/Scripts/ffmpegconvert.sh %U ogv
Icon=video-x-theora+ogg
[Desktop Action ConvertToWebM]