10 lines
312 B
Desktop File
Executable file
10 lines
312 B
Desktop File
Executable file
[Desktop Entry]
|
|
Type=Service
|
|
ServiceTypes=KonqPopupMenu/Plugin
|
|
MimeType=video/*;audio/*;
|
|
Actions=FFProbeInfo;
|
|
|
|
[Desktop Action FFProbeInfo]
|
|
Name=FFprobe Info anzeigen
|
|
Icon=dialog-information
|
|
Exec=ffprobe -v error -show_format -show_streams "%f" | kdialog --textbox - --title "FFprobe Ausgabe" --geometry 800x600
|