Main > Free Download Search >

Free your video software for linux

your video

Sponsored Links
Sponsored Links
Secleted [ 0 ] software to compare
Results 1 - 15 of about 889
Get YouTube Video 1.3c

Get YouTube Video 1.3c


Get YouTube Video is a service menu for KDE. more>>
Get YouTube Video is a service menu for KDE.

Usage:
Right-click onto a link to a YouTube video or at the background of the YouTube site showing the video and choose action -> Download YouTube Video -> ...

Install:
cd ~/.kde/share/apps/konqueror/servicemenus/
tar xvzf /path/to/youtube-servicemenu.tar.gz

I made some modifications to the YouTube Service Menu. It didnt work for me, so I looked at the source. I added a differnent method to guess the video_id and I added additional parameters to the query string to download the video.

The query-string trick is:
video_id is a part of the site-url, in which the video is embedded:

video_ids = set(re.findall(www.youtube.com/v/([-A-Za-z0-9_]+), data))

or

m = re.search(video_id=(?P [-A-Za-z0-9_]+), data)

or

m = re.search(v=(?P [-A-Za-z0-9_]+), data)

Then I do:

url = "http://www.youtube.com/watch?v=%s" % video_id

Now url points to a site in which the video will be embedded, so I can apply following regular expression to its contens:

m = re.search(watch_fullscreen?(?P .*?)&fs=1&title=" + "(?P
<<less
Download (0.003MB)
Added: 2007-03-05 License: GPL (GNU General Public License) Price:
3227 downloads
Download Youtube video 0.1

Download Youtube video 0.1


Download Youtube video is a Konqueror service menu to download and encode youtube videos. more>>
Download Youtube video is a Konqueror service menu to download and encode youtube videos.
This is a hack of another service menu that stoped working (at least for me): http://www.kde-apps.org/content/show.php?content=37509
Main features:
- Download videos with the KDE file copy dialog instead of using KGet
- Automatically encode videos with mencoder, or just download
You can use ffmpeg too, just comment out the right lines in the python file, Im unable to encode some videos with ffmpeg, so mencoder is the default
<<less
Download (0.002MB)
Added: 2006-06-26 License: GPL (GNU General Public License) Price:
730 downloads
Ook? Video Ook! 0.6.5

Ook? Video Ook! 0.6.5


Ook? Video Ook! is a Firefox extension that enables you to download embedded videos. more>>
Ook? Video Ook! is a Firefox extension that enables you to download embedded videos.
Several systems are supported such as YouTube, Google Video, Pornotube, Metacafe and many more.
Main features:
- just one click downloading (just set a target folder on the options dialog once and then click on the status icon or the button where active).
- DownThemAll! integration for better download experience
- file renaming after video title (if you want so)
- files can be stored in a specific folder
- customizable toolbar button
- hideable status icon indicates which specific pages are supported: you can also check the About dialog to get a general idea
- send your requests for sites support or other comments directly from the extension (Im working on the server side right now)
- new support can be added on the fly using the autoupdate feature
<<less
Download (0.089MB)
Added: 2007-04-09 License: MPL (Mozilla Public License) Price:
928 downloads
Sinleb Youtube VideoServer 2.0

Sinleb Youtube VideoServer 2.0


This script allows you to upload the embed code of a video from Youtube.com Video Page into a Mysql database The result is a window player for all videos;using Ajax for displaying videos:You dont more>> <<less
Download (100KB)
Added: -0001-11-30 License: Freeware Price: 0USD
downloads
Amarok Video Player 0.1

Amarok Video Player 0.1


Amarok Video Player adds a PlayVideo/Play menu item to the context menu which runs KMPlayer. more>>
I like using Amarok for managing my podcasts but I wasnt able to play my video podcasts.

Amarok Video Player adds a PlayVideo/Play menu item to the context menu which runs KMPlayer.

Edit the script to change KMplayer to another video player.

<<less
Download (MB)
Added: 2006-06-26 License: GPL (GNU General Public License) Price:
1271 downloads
Linux Video Maker 0.2.0

Linux Video Maker 0.2.0


Linux Video Maker is useful for DVD/(S)VCD structure generating, ready for record on CD/DVD. more>>
Linux Video Maker is useful for DVD/(S)VCD structure generating, ready for record on CD/DVD. Its in fact graphics interface (GUI) for transcode, mplex, DVDAuthor and few other programs...

Using of these programs for this purpose is uncomfortable and sometimes difficult especially for beginners because it involves a lot of knowledge about DVD/(S)VCD technology and video converting.

Linux Video Maker binds funcionality of 8 exterior programs and prevents from making many mistakes mainly in conversion process which can take a lot of time as AVI files uses complicated video algorithms (DIVX).

Program doesnt contain yet too many advanced options but it allow generate a standard DVD/(S)VCD structure without any problems.

Program in 2 GUI languages: english and polish !

<<less
Download (0.38MB)
Added: 2006-02-16 License: Open Software License Price:
1366 downloads
VideoCut 0.1.1

VideoCut 0.1.1


VideoCut project is an open source desktop application specialized for creating compositions of screenshots from video files. more>>
VideoCut project is an open source desktop application specialized for creating compositions of screenshots from video files. The project uses xine-lib and Qt-4
Languages:
- English
- Ukrainian
- Russian
<<less
Download (0.55MB)
Added: 2007-07-21 License: GPL (GNU General Public License) Price:
508 downloads
GNOME Video Arcade 0.4.2

GNOME Video Arcade 0.4.2


GNOME Video Arcade is a simple xmame front-end for the GNOME Desktop Environment. more>>
GNOME Video Arcade is a simple xmame front-end for the GNOME Desktop Environment.

Just getting this project off the ground. Im hoping to create a simple and easy-to-use xmame front-end that is not just another mame32 clone.

This project is aimed at casual gamers like myself that just want to play classic arcade games on their desktop.

<<less
Download (0.33MB)
Added: 2007-08-05 License: GPL (GNU General Public License) Price:
815 downloads
iPod Video Encoder 1.0.2

iPod Video Encoder 1.0.2


iPod Video Encoder is a command line tool for convenient encoding of video files for use on iPod video. more>>
iPod Video Encoder is a command line tool for convenient encoding of video files for use on iPod video. iPod Video Encoder project uses the ffmpeg tool for the actual encoding.
It features recursive encoding of all files in a directory, and generating a podcast.xml file for convenient use in iTunes.
It can be used in a cron job that periodically checks directories for new files and encodes them without user intervention.
Main features:
- Encoding of single files
- Optional specification of a/v bitrates
- Recursively encode all files in a directory
- Generating a podcast.xml for convenient use in iTunes
Options:
--version show programs version number and exit
-h, --help show this help message and exit
-R, --recursive Process directories recusively
-f, --force Force re-encode existing iPod videos
-t, --test Only encode first 10 seconds, to produce test videos
-e EXTENSIONS, --extensions=EXTENSIONS
Comma separated list of input extensions. Default: avi
-i IPODEXT, --ipodext=IPODEXT
iPod extension. Default: .ipod.mp4
-b VIDEO_RATE, --video-rate=VIDEO_RATE
Video bit rate, in kbps (default: 1024)
-a AUDIO_RATE, --audio-rate=AUDIO_RATE
Audio bit rate, in kbps (128)
-W WIDTH, --width=WIDTH
Video width, in pixels (default: 320)
-H HEIGHT, --height=HEIGHT
Video height, in pixels (default: 240)
-P, --pretend Do not really encode, just print out the ffmpeg
commands which would be executed
-v, --verbose Enable verbose output
Podcast options:
-p, --podcast Generate a podcast.xml file for each directory.
--podcast-documentroot=PODCAST_DOCUMENTROOT
Podcast document root; eg. /var/data/Movies/
--podcast-baseurl=PODCAST_BASEURL
Podcast base URL; eg. http://localhost/
Enhancements:
- Only uses the -e option for processing directories.
- The default ipod extension is now _ipod.mp4 for Windows compatibility.
- The README file has been extended with information on the .ipod-encoder settings file.
- The program no longer crashes when HOME is not set on Windows.
- --width and --height parameters have been added.
<<less
Download (0.010MB)
Added: 2006-01-20 License: GPL (GNU General Public License) Price:
1379 downloads
Linux Video Studio 0.1.7

Linux Video Studio 0.1.7


Linux Video Studio is a simple/small application to make the capturing of video on MJPEG-hardware CODEC boards easier. more>>
Linux Video Studio is a simple/small application to make the capturing of video on MJPEG-hardware CODEC boards easier.
The application uses the MJPEG-tools, a set of programs to capture video and do lots of things with this. You need to have MJPEG-Tools installed before trying to install Linux Video Studio (also see installation notes) ! Linux Video Studio also uses the Xvideo extension in XFree 4.x to see what youre recording.
But that is not all. I want more than just capturing. My dream is to create one big application that does all the work at once. Not just one application for capturing, one for editing (xlav?), etc. No, my dream is to have one application doing it all. I hope Linux Video Studio can be part of that.
Installation:
You need Gtk to use this application. You also need the MJPEG-Tools installed. Besides that, you now also need an X-server with the Xvideo extension installed (i.e. you need XFree 4.x). In the XF86Config file, add the line Load "v4l" in the modules-section. Next, restart X (you must have the zoran drivers loaded before staring X, or the V4L-module wont work!). For some distros, you might have to install this module first (RedHat 7.0: you need the XFree86-V4L-.... RPM).
From source:
# tar -zxf linuxvideostudio-x.y.z.tar.gz
# cd linuxvideostudio-x.y.z
# ./configure
# make
# make install
From binary RPM:
# rpm --install linuxvideostudio-x.y.z-n.i386.rpm
You can also use GnoRPM or another convenience tool.
From Source RPM:
# rpm --rebuild linuxvideostudio-x.y.z-n.src.rpm
# cd /usr/src/redhat/RPMS/i386/
# rpm --install linuxvideostudio-x.y.z-n.i386.rpm
Enhancements:
- some GList related preferences save bugfixes
- bugfixes where the extension of a file (.mp2, .m1v) precedes the filename, but that path doesnt exist
<<less
Download (0.32MB)
Added: 2006-03-02 License: GPL (GNU General Public License) Price:
1359 downloads
Linux Video Editor 050926

Linux Video Editor 050926


Linux Video Editor provides frame and GOP accurate editing of MPEG1/2 files. more>>
Linux Video Editor provides frame and GOP accurate editing of MPEG1/2 files. Video scenes are handled as thumbnails movable by drag and drop.
Final videos can be build with or without re-encoding. Tools for shrinking and DVD authoring are also available.
Enhancements:
- lvedump/lve: new options "-ts" and "-pes" to produce TS-Stream (=DVB transport stream) or PES-stream output.
- Some minor bugfixes.
<<less
Download (0.72MB)
Added: 2006-09-08 License: GPL (GNU General Public License) Price:
1158 downloads
Mortgage Video And Search Tool 1

Mortgage Video And Search Tool 1


The world of mortgages and real estate can be extremely confusing to the newcomer. The mortgage industry is a lot more competitive than it used to be... more>> <<less
Download (1113KB)
Added: 2009-04-12 License: Freeware Price: Free
194 downloads
Video::Xine 0.02

Video::Xine 0.02


Video::Xine is a Perl interface to libxine. more>>
Video::Xine is a Perl interface to libxine.

SYNOPSIS

use Video::Xine;

# Create and initialize the Xine object
my $xine = Video::Xine->new(
config_file => "$ENV{HOME}/.xine/config",
);

# Load a video driver
my $video_driver = Video::Xine::Driver::Video->new($xine,"auto",1,$x11_visual);

# Create a new stream (put your video driver under $DRIVER)
my $stream = $xine->stream_new(undef,$DRIVER);

# Open a file on the stream
$stream->open(file://my/movie/file.avi)
or die "Couldnt open stream: ", $stream->get_error();

# Get the current position (0 .. 65535), position in time, and length
# of stream in milliseconds
my ($pos, $pos_time, $length_time) = $stream->get_pos_length();

# Start the stream playing
$stream->play()
or die "Couldnt play stream: ", $xine->get_error();

# Play the stream to the end
while ( $stream->get_status() == XINE_STATUS_PLAY ) {
sleep(1);
}

A perl interface to Xine, the Linux movie player. More properly, an interface to libxine, the development library. Requires installation of libxine.

Xine by itself does not provide a user interface, and neither does this interface. Instead, you must set up the window using your own windowing code, and pass the window information to Xine.

<<less
Download (0.63MB)
Added: 2006-07-21 License: Perl Artistic License Price:
1204 downloads
MPlayer Youtube Video Streamer 0.0.1

MPlayer Youtube Video Streamer 0.0.1


MPlayer Youtube Video Streamer lets you watch YouTube videos even if you dont have the flash plugin. more>>
Want to watch Youtube video, but you dont have Flash plugin? (ex: gnu/linux ppc os), so try this great script to watch STREAMING VIDEOS from Youtube! You dont need to download video on your disk, you can stream directly the FLV videos from Youtube!

MPlayer Youtube Video Streamer lets you watch YouTube videos even if you dont have the flash plugin.

Usage: myvs [options] video_url

Options:

-h, --help print this help text and exit
-v, --version print program version and exit
-u USERNAME, --username=USERNAME account username
-p PASSWORD, --password=PASSWORD account password
-o FILE, --output=FILE output video file name
-q, --quiet activates quiet mode
-s, --stream do not download video, but stream directly by mplayer
-C, --cache set a cache of 300k, for slow connection
-c, --cycle cycle 20 times while youtube redirect to vo.llnwd.net (that streams .flv)
-t, --title use title in file name
-n, --netrc use .netrc authentication data
-O, --streamonly Force the script to stream only, if it doesnt find a valid stream server simply quit

Who to use it with Firefox:

Now I will explain you how to get it working with Firefox,

First we need a Firefox extension called: Lanchy,
this extension give us the ability to open directly from Firefox Youtube video on youtube webpage (not on all webpages that have a youtube video!

You ALWAYS need the youtube videos webpage! After you have installed Launchy (from firefoxs addon site), restart Firefox, now it will ask you to insert a Launchys button on your toolbar (DO IT! so open Youtube videos will be very simply), after that go on the preferences/option of this extension and uncheck the option: "search automatically programs".

Now copy the "launchy.xml" file that you found on the package and copy it on your directory:
".mozilla/firefox/YOUR_ID.default/chrome/" , after copied it, please dont forget to edit it with your myvs.py COMPLETE PATH, and add or delete oppurtune option to pass to the script.

Now restart again firefox an watch if it recognise the command (by pressing the G).

Go on youtube.com, open a video webpage, click on the G button-> Open in Mplayer Youtube Video Streamer.

<<less
Download (0.060MB)
Added: 2007-03-14 License: GPL (GNU General Public License) Price:
580 downloads
SDL::Video 2.1.3

SDL::Video 2.1.3


SDL::Video is a SDL perl extension. more>>
SDL::Video is a SDL perl extension.

SYNOPSIS

$video = new SDL::Video ( -name => pr0n.mpg );

SDL::Video adds support for MPEG video to your SDL Perl application. Videos are objects bound to surfaces, whose playback is controled through the objects interface.

METHODS

SDL::Video::error() returns any error messages associated with playback
SDL::Video::audio(bool) enables or disables audio playback, (on by default)
SDL::Video::video(bool) enables or disable video playback, (on by default)
SDL::Video::loop(bool) enables or disable playback looping (off by default)
SDL::Video::volume(int) set the volume as per the mixer volume
SDL::Video:display(surface) binds the clip to a display surface
SDL::Video::scale([x,y]|[surface]|int) scales the clip by either x,y factors, scales to the image dimensions, or a single scalar.
SDL::Video::play() plays the video clip, call SDL::Video::display() before playing
SDL::Video::pause() pauses video playback
SDL::Video::stop() stops video playback
SDL::Video::rewind() resets the clip to the beginning
SDL::Video::seek(offset) seeks to a particular byte offset
SDL::Video::skip(time) skips to a particular time
SDL::Video::region(rect) takes a SDL::Rect and defines the display area
SDL::Video::frame(int) renders a specific frame to the screen
SDL::Video::info() returns a new SDL::MPEG object reflecting the current status
SDL::Video::status() returns either SMPEG_PLAYING or SMPEG_STOPPED or SMPEG_ERROR

<<less
Download (0.76MB)
Added: 2006-07-21 License: Perl Artistic License Price:
1201 downloads
Secleted [ 0 ] software to compare
  • Page: 1 of 5
  • 1
  • 2
  • 3
  • 4
  • 5