mirror of
https://github.com/dewomser/dolphin-context-convert.git
synced 2026-03-13 17:17:18 +01:00
Update and rename MediaConverter.desktop to VideoConverter.desktop
Adding images to context menu
This commit is contained in:
parent
5230e82170
commit
8dd6d77b5f
1 changed files with 10 additions and 10 deletions
|
|
@ -1,58 +0,0 @@
|
|||
[Desktop Entry]
|
||||
Type=Service
|
||||
ServiceTypes=KonqPopupMenu/Plugin
|
||||
MimeType=video/*;
|
||||
Actions=ConvertToMP4;ConvertToAVI;ConvertToMOV;ConvertToMKV;ConvertToWMV;ConvertToFLV;ConvertToMPG;ConvertToMP3;ConvertToOGV;ConvertToWebM;
|
||||
X-KDE-Submenu=Convert Video
|
||||
Icon=video-x-generic
|
||||
X-KDE-StartupNotify=false
|
||||
|
||||
[Desktop Action ConvertToMP4]
|
||||
Name=Convert to MP4
|
||||
Exec=~/Scripts/ffmpegconvert.sh %U mp4
|
||||
Icon=video-mp4
|
||||
|
||||
[Desktop Action ConvertToAVI]
|
||||
Name=Convert to AVI
|
||||
Exec=~/Scripts/ffmpegconvert.sh %U avi
|
||||
Icon=video-x-msvideo
|
||||
|
||||
[Desktop Action ConvertToMOV]
|
||||
Name=Convert to MOV
|
||||
Exec=~/Scripts/ffmpegconvert.sh %U mov
|
||||
Icon=video-quicktime
|
||||
|
||||
[Desktop Action ConvertToMKV]
|
||||
Name=Convert to MKV
|
||||
Exec=~/Scripts/ffmpegconvert.sh %U mkv
|
||||
Icon=video-x-matroska
|
||||
|
||||
[Desktop Action ConvertToWMV]
|
||||
Name=Convert to WMV
|
||||
Exec=~/Scripts/ffmpegconvert.sh %U wmv
|
||||
Icon=video-x-ms-wmv
|
||||
|
||||
[Desktop Action ConvertToFLV]
|
||||
Name=Convert to FLV
|
||||
Exec=~/Scripts/ffmpegconvert.sh %U flv
|
||||
Icon=video-x-flv
|
||||
|
||||
[Desktop Action ConvertToMPG]
|
||||
Name=Convert to MPG
|
||||
Exec=~/Scripts/ffmpegconvert.sh %U mpg
|
||||
Icon=video-x-mpeg
|
||||
|
||||
[Desktop Action ConvertToOGV]
|
||||
Name=Convert to OGV
|
||||
Exec=~/Scripts/ffmpegconvert.sh %U ogv
|
||||
Icon=video-x-theora+ogg
|
||||
|
||||
[Desktop Action ConvertToWebM]
|
||||
Name=Convert to WebM
|
||||
Exec=~/Scripts/ffmpegconvert.sh %U webm
|
||||
Icon=video-webm
|
||||
|
||||
[Desktop Action ConvertToMP3]
|
||||
Name=Convert to MP3
|
||||
Exec=~/Scripts/ffmpegconvert.sh %U mp3
|
||||
Icon=audio-mp3
|
||||
Loading…
Add table
Add a link
Reference in a new issue