diff options
-rw-r--r-- | network/clipgrab/README | 3 | ||||
-rw-r--r-- | network/clipgrab/clipgrab.desktop | 10 |
2 files changed, 10 insertions, 3 deletions
diff --git a/network/clipgrab/README b/network/clipgrab/README index e9a59501a6..569e6f3008 100644 --- a/network/clipgrab/README +++ b/network/clipgrab/README @@ -9,3 +9,6 @@ more in: http://clipgrab.org/faqs/supported-sites It converts downloaded videos to MPEG4, MP3 or other formats in just one easy step. + +NOTE: This suggests FFMPEG with libmp3lame support enabled for +video conversion to MP3 format. diff --git a/network/clipgrab/clipgrab.desktop b/network/clipgrab/clipgrab.desktop index 4129bb6229..81e7bf664c 100644 --- a/network/clipgrab/clipgrab.desktop +++ b/network/clipgrab/clipgrab.desktop @@ -2,10 +2,14 @@ Type=Application Encoding=UTF-8 Name=ClipGrab -GenericName=Video Downloader -Comment=Download videos and convert it +GenericName=Download and convert videos from various portals (e.g. YouTube) +GenericName[de_DE]=Videos von Online-Portalen wie YouTube herunterladen und konvertieren +GenericName[pt_BR]=Baixar vídeos de sites como Youtube e Dailymotion +Comment=Download and convert videos from various portals (e.g. YouTube) +Comment[de_DE]=Videos von Online-Portalen wie YouTube herunterladen und konvertieren +Comment[pt_BR]=Baixar vídeos de sites como Youtube e Dailymotion Icon=/usr/share/pixmaps/clipgrab.png Exec=clipgrab TryExec=clipgrab Terminal=false -Categories=Qt;AudioVideo;Audio;Video; +Categories=Application;Network |