Warning: session_start(): open(/tmp/sess_mau8lbhqvunp9jgql7a0qj65v2, O_RDWR) failed: No space left on device (28) in /www/H01/htdocs/lib/base/lib_base.php on line 280
FLVGET openDesktop.org
-
 KDE-Apps.org Applications for the KDE-Desktop 
 GTK-Apps.org Applications using the GTK Toolkit 
 GnomeFiles.org Applications for GNOME 
 MeeGo-Central.org Applications for MeeGo 
 CLI-Apps.org Command Line Applications 
 Qt-Apps.org Free Qt Applications 
 Qt-Prop.org Proprietary Qt Applications 
 Maemo-Apps.org Applications for the Maemo Plattform 
 Java-Apps.org Free Java Applications 
 eyeOS-Apps.org Free eyeOS Applications 
 Wine-Apps.org Wine Applications 
 Server-Apps.org Server Applications 
 apps.ownCloud.com ownCloud Applications 
--
-
 KDE-Look.org Artwork for the KDE-Desktop 
 GNOME-Look.org Artwork for the GNOME-Desktop 
 Xfce-Look.org Artwork for the Xfce-Desktop 
 Box-Look.org Artwork for your Windowmanager 
 E17-Stuff.org Artwork for Enlightenment 
 Beryl-Themes.org Artwork for the Beryl Windowmanager 
 Compiz-Themes.org Artwork for the Compiz Windowmanager 
 EDE-Look.org Themes for your EDE Desktop 
--
-
 Debian-Art.org Stuff for Debian 
 Gentoo-Art.org Artwork for Gentoo Linux 
 SUSE-Art.org Artwork for openSUSE 
 Ubuntu-Art.org Artwork for Ubuntu 
 Kubuntu-Art.org Artwork for Kubuntu 
 LinuxMint-Art.org Artwork for Linux Mint 
 Arch-Stuff.org Art And Stuff for Arch Linux 
 Frugalware-Art.org Themes for Frugalware 
 Fedora-Art.org Artwork for Fedora Linux 
 Mandriva-Art.org Artwork for Mandriva Linux 
--
-
 KDE-Files.org Files for KDE Applications 
 OpenTemplate.org Documents for OpenOffice.org
 GIMPStuff.org Files for GIMP
 InkscapeStuff.org Files for Inkscape
 ScribusStuff.org Files for Scribus
 BlenderStuff.org Textures and Objects for Blender
 VLC-Addons.org Themes and Extensions for VLC
--
-
 KDE-Help.org Support for your KDE Desktop 
 GNOME-Help.org Support for your GNOME Desktop 
 Xfce-Help.org Support for your Xfce Desktop 
--
openDesktop.orgopenDesktop.org:   Applications   Artwork   Linux Distributions   Documents    Linux42.org    OpenSkillz.com   
 
Home
Apps
Artwork
News
Groups
Knowledge
Events
Forum
People
Jobs
Register
Login


-
- Content .- Fans (1) .- Knowledge Base  . 

FLVGET

   1.6.1  

KDE Kommander Script

Score 84%
FLVGET
zoom


FLVGET
zoom


FLVGET
zoom


Link:  Link
Downloads:  76680
Submitted:  Jan 17 2006
Updated:  Oct 26 2007

Description:


LOOKING FOR TRANSLATORS. Please see README.

Introduction
============

This is a script for Kommander. It downloads a video from a video website
(YouTube, Google Video, ...) and, if is a flash format video, offers
the option to convert it to manifold formats (MPEG-4, DivX, XviD, MPEG-1,
MPEG-2, H.264, Quicktime, iPod and PSP) using FFmpeg as back-end.

This is a plugin-based script. Every plugin offers support to a website. The
available plugins by default offers support to:
* aBum.com
* blennus
* blip.tv
* BoFunk
* BoredJunk
* BREAK.com
* ClipJunkie
* Cool Clip
* CrapVille
* Daily Haha
* Dailymotion
* DailySlacker.com
* Evil Chili
* Exbyte
* ExtremeVideos
* FLURL
* FunnyHub
* Google Video
* Goyk.com
* iFilm
* LemonZoo
* LIVEVIDEO
* Lol Blog
* Lulu TV
* Mass Destraction
* MediaLunchobox
* Metacafe
* MonkeyDoo
* Myspace.com
* MyVideo.de
* NothingToxic
* Plsthx.com
* Putfile.com
* RaceGarden
* Revver.com
* SherMix
* Smog
* TacoBomb
* Terror.To
* theYNC.com
* Thor Links.com!
* TuVideo.Vidiac.com
* uGoto
* Vimeo
* Wrzuta
* Yikers
* YourDailyMedia.com
* YourFileHost
* YouTube
* Zappinternet
* Zioupix.com
* ZippyVideos

New plugins can be easily added just placing it into the 'plugins' directory.

Dependences
===========

* Kommander - http://kommander.kdewebdev.org/
* Konqueror - http://www.konqueror.org/
* FFmpeg - http://ffmpeg.sourceforge.net/

Installation
============
Make sure Kommander, Konqueror and FFmpeg are installed in your system.

Single user:
------------
Unpack the tarball and click or double-click (according to your
configuration) on the 'flvget.kmdr' file to execute it.

Note: The whole file must be unpacked to a directory before executing, can
not execute directly from the tarball file.

System-wide:
------------
Unpack the tarball, move into 'flvget-[version]' directory and type:

make install

To uninstall type:

make uninstall

Note: You must to be root in order to install or uninstall.

Using
=====

Insert the videolink into the URL entry. Set your video preferences and
click on 'Start'.

Command Line Parameters
=======================

FLVGET can be called with command line parameters to define the url and the
output format using the follow syntax:

$ kmdr-executor flvget.kmdr URL="[videolink]" FORMAT=[format_id] AUTOCLOSE=1

being [format_id] an integer value according this list:
-1 -> Don't recode
0 -> MPEG-4
1 -> DivX
2 -> XviD
3 -> MPEG-1
4 -> MPEG-2
5 -> H.264
6 -> Quicktime
7 -> iPod
8 -> PSP

if AUTOCLOSE=1 is present FLVGET will close itself after the process ends.

Note: If the url is specified by command line, the process will start
automatically.




Changelog:

* Version 1.6.1 (26 Oct 07)
- Youtube website updated, plugin fixed.
- Added a website:
· Snotr
- Translations added:
· Czech (by Stanislav Fifik)
· Turkish (by akrep55tr)

* Version 1.6 (20 Oct 07)
- Added the servicemenu for Konqueror.
- Script launcher fixed, it was failing where /bin/sh was not linked to /bin/bash. (thanks to Mads Bondo Dydensborg).
- Improved command line parameters (see README).
- Now FLVGET can be internationalizated.
- Translations added:
· Danish (by Mads Bondo Dydensborg).
· German (by Holger Klemm).
· Spanish.
- Added a website more:
· Wrzuta
- Youtube plugins fixed, it was failing with some non-alphanumeric filenames.

* Version 1.5 (13 Oct 07)
- Fixed the form layout (thanks to Jason)
- Now supports command line parameters (see README).
- FLVGET has a new own icon (by Kate Draven aka BorgQueen)
- Now also uses x264 codec (thanks to Bernhard Rosenkränzer aka bero)
- Added new output formats:
· H.264
· MPEG1
· MPEG2
- Quicktime format now uses x264 codec (Quicktime 7)
- Added 4 websites more:
· Cool Clip
· FLURL
· LIVEVIDEO
· theYNC.com
- Youtube plugin fixed (sometimes it was failing).
- Youtube plugin now use the video title as filename.

* Version 1.4 (14 Sep 07)
- Fixed parameters for the new versions of FFmpeg.
- Manifold output formats:
· MPEG-4
· DivX
· XviD
· Quicktime
· iPod (Generic MP4 player)
· PSP
- Plugins fixed:
· aBum.com
· blennus
· BoFunk
· BoredJunk
· BREAK.com
· CrapVille
· Dailymotion
· ExtremeVideos
· Google Video
· Goyk.com
· iFilm
· LemonZoo
· Lulu TV
· MediaLunchobox
· MyVideo.de
· NothingToxic
· Putfile.com
· RaceGarden
· TacoBomb
· Terror.To
· Thor Links.com!
· uGoto
· Vimeo
· Yikers
· YourDailyMedia.com
· YourFileHost
· YouTube
· Zioupix.com
· ZippyVideos
- Plugins removed:
· Bolt
· Castpost
· Grinvi.com
· Left-in-Smoke
· Timekiller.com
- Plugins added:
· Exbyte
· Metacafe
· Myspace.com
· Smog
· TuVideo.Vidiac.com
· Zappinternet

* Version 1.3 (20 Aug 06)
- Check for Konqueror installation (for Gnome users).
- Google Video plugin now works with national domains (.es, .fr, ...).
- Added 5 websites more:
· blennus
· blip.tv
· BREAK.com
· Daily Haha
· Lulu TV

* Version 1.2.1 (29 Jul 06)
- Metacafe now use flash 8, plugin removed. :-(
- Added 7 websites more:
· Mass Destraction
· MediaLunchobox
· MyVideo.es
· Plsthx.com
· RaceGarden
· SherMix
· Zioupix.com

* Version 1.2 (13 Jul 06)
- Plugin list changed.
- Added 18 websites more:
· aBum.com
· BoredJunk
· ClipJunkie
· CrapVille
· Evil Chili
· ExtremeVideos
· FunnyHub
· Goyk.com
· Left-in-Smoke
· Lol Blog
· MonkeyDoo
· NothingToxic
· TacoBomb
· Terror.To
· Thor Links.com!
· Timekiller.com
· uGoto
· YourDailyMedia.com
- Google Video website updated, plugin fixed.

* Version 1.1 (27 Jun 06)
- Multiple instances support.
- Added 5 websites more:
· BoFunk
· Castpost
· DailySlacker.com
· LemonZoo
· Yikers
- Now YouTube plugin can download videos flagged as inappropriate.

* Version 1.0.1 (06 Jun 06)
- Added 5 websites more:
· Bolt
· Putfile.com
· Vimeo
· ZippyVideos
· Revver.com

* Version 1.0 (02 Jun 06)
- Plugin-based.
- Manifold websites support.
- New sites can be easily added.
- Autodetect encodings settings.
- Autodetect audio codec available. (some FFmpeg versions don't have mp3 support)
- Now AVI convertion is optional.

* Version 0.1 (17 Jan 06)
- Initial Release. (Beta Release)




LicenseGPL
Debian(Debian Package)
Slackware(Slackware Package by Gohanz)
Send to a friend
Subscribe
Other  Content  from khertz
Report inappropriate content



goto page: prev   1  2  3  4  5  6 

-

 MPEG-TS Support

 
 by Multimedia4Linux on: Jan 20 2008
 
Score 50%

feature request: MPEG-TS support

:-)


Reply to this

-
.

 Suddenly not working

 
 by BorgQueen on: Jan 25 2008
 
Score 50%

Hi
flvget suddenly stopped working the other day. Getting this error
The file or folder http:/www.youtube.com/get_video?video_id=&t= does not exist.

Did youtube change something?

Thanks


Reply to this

-

 Re: Suddenly not wor

 
 by khertz on: Jan 25 2008
 
Score 50%

Yes, youtube changed the page.

I will be very busy until february 19th to release a new oficial version, but you can download the corrected youtube plugin from:

www.khertz.net/files/youtube.sh


Reply to this

-
.

 Re: Re: Suddenly not wor

 
 by BorgQueen on: Jan 25 2008
 
Score 50%

Got it, rebuilt and installed. Works perfectly again.

Thank you so much for your time. I appreciate it.


Reply to this

-
.

 Re: Re: Re: Suddenly not wor

 
 by devaneizanardi on: Nov 25 2008
 
Score 50%

Same problem, I downloaded the youtube.sh script but how can I install this new plugin? I previously have installed the flvget by the .deb package for Debian. Thanks!


Reply to this

-

 Re: Re: Re: Re: Suddenly not wor

 
 by khertz on: Nov 25 2008
 
Score 50%

Overwirte the file:
/usr/share/flvget/plugins/youtube.sh

Sorry everyone for not having released an update yet, I'm still very busy and testing/fixing every plugin is a hard work. As soon as I can do it, I'll try to release an update, at least with most important plugins and rejecting the rest.


Reply to this

goto page: prev   1  2  3  4  5  6 

Add commentBack




-



 
 
 Who we are
Contact
More about us
Frequently Asked Questions
Register
Twitter
Blog
Explore
Apps
Artwork
Jobs
Knowledge
Events
People
Updates on identi.ca
Updates on Twitter
Content RSS   
Events RSS   

Participate
Groups
Forum
Add Content
Public API
About openDesktop.org
Legal Notice
Spreadshirt Shop
CafePress Shop
Advertising
Sponsor us
Report Abuse
 

Copyright 2007-2016 openDesktop.org Team  
All rights reserved. openDesktop.org is not liable for any content or goods on this site.
All contributors are responsible for the lawfulness of their uploads.
openDesktop is a trademark of the openDesktop.org Team