Various compilation scripts & patches for Linux programs.
You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

26 lines
840 B

7 years ago
  1. #installation
  2. #copy this on $HOME/.kde/share/kde4/services
  3. #
  4. #license gpl
  5. #author nowardevteam 2010
  6. #version 0.3
  7. [Desktop Entry]
  8. Actions=mencoderMediainfo;mediainfo
  9. Icon=dialog-information
  10. ServiceTypes=KonqPopupMenu/Plugin,video/.*,audio/.*
  11. Type=Service
  12. X-KDE-Priority=TopLevel
  13. [Desktop Action mediainfo]
  14. Exec=kdialog --msgbox "$(ffmpeg -i %u 2>&1 |grep -E '(Duration)|(Stream)' )"
  15. Icon=dialog-information
  16. Name=info about the media
  17. Name[it]=informazioni sul file multimediale
  18. Name[ru]=Информация о медиафайле ffmpeg
  19. [Desktop Action mencoderMediainfo]
  20. Exec=kdialog --msgbox "$(mplayer -identify %u -ao null -vo null -frames 0 2>/dev/null | grep ^ID_ )"
  21. Icon=dialog-information
  22. Name=info about the media Mencoder
  23. Name[it]=informazioni sul file Mencoder
  24. Name[ru]=Информация о медиафайле mencoder