mirror of
https://github.com/dewomser/dolphin-context-convert.git
synced 2026-03-13 17:17:18 +01:00
alac is a special babyboy
This commit is contained in:
parent
34a108cada
commit
2b219cb901
3 changed files with 37 additions and 15 deletions
|
|
@ -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]
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue