Main > Free Download Search >

Free flv avi software for linux

flv avi

Sponsored Links
Sponsored Links
Secleted [ 0 ] software to compare
Results 1 - 15 of about 169
QFlv2Avi 0.4

QFlv2Avi 0.4


QFlv2Avi project is a program to convert flv files (youtube for exemple) in avi files. more>>
QFlv2Avi project is a program to convert flv files (youtube for exemple) in avi files.

<<less
Download (0.004MB)
Added: 2007-07-28 License: GPL (GNU General Public License) Price:
853 downloads
FLVGET 1.3

FLVGET 1.3


FLVGET is a fixed and improved version of Google and YouTube Video to AVI script. more>>
FLVGET is a fixed and improved version of Google and YouTube Video to AVI script.
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 AVI format (MPEG4 for video and MP3, MP2 if MP3 isnt available, for audio) 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:
- Dailymotion
- Google Video
- Grinvi.com
- iFilm
- Metacafe
- YouTube
- YourFileHost
New plugins can be easily added just placing it into the plugins directory.
<<less
Download (0.016MB)
Added: 2006-08-21 License: GPL (GNU General Public License) Price:
697 downloads
xlv 0.8

xlv 0.8


XLV is intended to be the middle-ware implementation of multimedia streams for Linux. more>>
XLV is intended to be the middle-ware implementation of multimedia streams for Linux. It is extensively based on plugins and dynamic-linking. For the moment, XLV is in active development and contains many features:


an OS independent core, completely multi-threaded to share the complexity of streams into multiple processes
an audio-video highly synchronised core
a full bunch of plugins including:
o an SDL video output driver supporting YUV overlay, resize and fullscreen
o an ESD/OSS audio output driver
o PCM automatic filter (PCM to PCM)
o MPEG Layer 1,2,3 audio decoder (based on MPG123)
o Win32 video codec import (Win32 audio codec import in progress)
o RIFF abstract decoders
o AVI system decoders
o WAVE system decoders
a GTK player for XLV with seek abili

<<less
Download (0.46MB)
Added: 2006-07-14 License: GPL (GNU General Public License) Price:
1202 downloads
FLV::Tag 0.03

FLV::Tag 0.03


FLV::Tag is a flash video file data structure. more>>
FLV::Tag is a flash video file data structure.

This is a subclass of FLV::Base.

$self->parse($fileinst)

Takes a FLV::File instance and extracts an FLV tag from the file stream. This method then multiplexes that tag into one of the subtypes: video, audio or meta. This method throws exceptions if the stream is not a valid FLV v1.0 or v1.1 file.

At the end, this method stores the subtag instance, which can be retrieved with get_payload().

There is no return value.

$self->get_payload()

Returns the subtag instance found by parse(). This will be instance of FLV::VideoTag, FLV::AudioTag or FLV::MetaTag.

$pkg->serialize($tag, $filehandle)
$self->serialize($tag, $filehandle)

Serializes the specified video, audio or meta tag. If that representation is not complete, this throws an exception via croak(). Returns a boolean indicating whether writing to the file handle was successful.

<<less
Download (0.72MB)
Added: 2006-07-21 License: Perl Artistic License Price:
1196 downloads
FLV::VideoTag 0.11

FLV::VideoTag 0.11


FLV::VideoTag is a flash video file data structure Perl module. more>>
FLV::VideoTag is a flash video file data structure Perl module.

METHODS

This is a subclass of FLV::Base.

$self->parse($fileinst)

Takes a FLV::File instance and extracts an FLV video tag from the file stream. This method throws exceptions if the stream is not a valid FLV v1.0 or v1.1 file.

There is no return value.

Note: this method needs more work to extract the codec specific data.

$self->serialize()

Returns a byte string representation of the tag data. Throws an exception via croak() on error.

$self->get_info()

Returns a hash of FLV metadata. See File::Info for more details.

<<less
Download (MB)
Added: 2006-07-27 License: Perl Artistic License Price:
1193 downloads
dvd2avi 0.7-9

dvd2avi 0.7-9


dvd2avi is a simple graphical tool to help you backup your DVDs under Linux. more>>
dvd2avi is a simple graphical tool to help you backup your DVDs under Linux. After a long period of coding and testing, I finally succeeded to issue well usable and handy version of dvd2avi which I hope will help you.

dvd2avi is meant to help you put together a comandline for conversion from DVD title to AVI divx file. dvd2avi uses mencoder for its fast and reliable job, and lsdvd for getting the information about the source DVD.

<<less
Download (0.027MB)
Added: 2006-07-18 License: GPL (GNU General Public License) Price:
1199 downloads
FLV::Info 0.03

FLV::Info 0.03


FLV::Info is an extract metadata from Flash Video files. more>>
FLV::Info is an extract metadata from Flash Video files.

SYNOPSIS

use FLV::Info;
my $reader = FLV::Info->new();
$reader->parse(video.flv);
my %info = $reader->get_info();
print "$info{video_count} video framesn";
print $reader->report();

This module reads Macromedia FLV files and reports metadata about those files.

<<less
Download (0.72MB)
Added: 2006-07-21 License: Perl Artistic License Price:
1208 downloads
FLV::Body 0.03

FLV::Body 0.03


FLV::Body is a flash video file data structure. more>>
FLV::Body is a flash video file data structure.

METHODS

This is a subclass of FLV::Base.

$self->parse($fileinst)

Takes a FLV::File instance and extracts the FLV body from the file stream. This method throws exceptions if the stream is not a valid FLV v1.0 or v1.1 file.

There is no return value.

$self->serialize($filehandle)

Serializes the in-memory FLV body. If that representation is not complete, this throws an exception via croak(). Returns a boolean indicating whether writing to the file handle was successful.

$self->get_info()

Returns a hash of FLV metadata. See File::Info for more details.

$self->get_tags()

Returns an array of tag instances.

$self->count_video_frames()

Returns the number of video tags in the FLV stream.

$self->count_audio_packets()

Returns the number of audio tags in the FLV stream.

$self->count_meta_tags()

Returns the number of meta tags in the FLV stream.

$self->last_start_time()

Returns the start timestamp of the last tag, in milliseconds.

$self->get_meta($key);
$self->set_meta($key, $value);

These are convenience functions for interacting with an onMetadata tag at time 0, which is a common convention in FLV files. If the 0th tag is not an FLV::MetaTag instance, one is created and prepended to the tag list.

See also get_value and set_value in FLV::MetaTag.

<<less
Download (0.72MB)
Added: 2006-07-21 License: Perl Artistic License Price:
1196 downloads
FLV::ToMP3 0.17

FLV::ToMP3 0.17


FLV::ToMP3 can convert audio from a FLV file into an MP3 file. more>>
FLV::ToMP3 can convert audio from a FLV file into an MP3 file.

SYNOPSIS

use FLV::ToMP3;
my $converter = FLV::ToMP3->new();
$converter->parse_flv($flv_filename);
$converter->save($mp3_filename);

See also flv2mp3.

Extracts audio data from an FLV file and constructs an MP3 file. See the flv2mp3 command-line program for a nice interface and a detailed list of caveats and limitations.

<<less
Download (1.2MB)
Added: 2006-11-08 License: Perl Artistic License Price:
1156 downloads
FLV::ToSWF 0.12

FLV::ToSWF 0.12


FLV::ToSWF is a Perl module to convert an FLV file into a SWF file. more>>
FLV::ToSWF is a Perl module to convert an FLV file into a SWF file.

SYNOPSIS

use FLV::ToSwf;
my $converter = FLV::ToSWF->new();
$converter->parse_flv($flv_filename);
$converter->save($swf_filename);
See also flv2swf.

Transcodes FLV files into SWF files. See the flv2swf command-line program for a nice interface and a detailed list of caveats and limitations.

<<less
Download (1.2MB)
Added: 2006-08-24 License: Perl Artistic License Price:
686 downloads
playvideo 0.0.2

playvideo 0.0.2


playvideo is a video player for svgalib that supports AVI, Quicktime, MPEG-1, and MPEG-2 formats. more>>
playvideo is a video player for svgalib that supports AVI, Quicktime (though not all codecs are supported), MPEG-1, and MPEG-2 formats. Most of the codecs are ported from xanim (or are xanim binary codecs). The parts from xanim are to be found mainly in the vidplay.c file. This makes this program subject to the xanim copyright (see README.xanim).

You can use the program for non-commercial purpose, but you need a License from Mark Podlipec for commercial use. Modified versions have included Marks copyright.
<<less
Download (0.033MB)
Added: 2006-07-19 License: GPL (GNU General Public License) Price:
1210 downloads
FLV::Header 0.03

FLV::Header 0.03


FLV::Header is a flash video file data structure. more>>
FLV::Header is a flash video file data structure.

METHODS

This is a subclass of FLV::Base.

$self->parse($fileinst)

Takes a FLV::File instance and extracts the FLV header from the file stream. This method throws exceptions if the stream is not a valid FLV v1.0 or v1.1 file. The interpretation is a bit stricter than other FLV parsers (for example FLVTool2).

There is no return value.

$self->serialize($filehandle)

Serializes the in-memory FLV header. If that representation is not complete, this throws an exception via croak(). Returns a boolean indicating whether writing to the file handle was successful.

$self->has_video()

Returns a boolean indicating if the FLV header predicts that video data is enclosed in the stream.

This value is not consulted internally.

$self->has_audio()

Returns a boolean indicating if the FLV header predicts that audio data is enclosed in the stream.

This value is not consulted internally.

<<less
Download (0.72MB)
Added: 2006-07-21 License: GPL (GNU General Public License) Price:
1212 downloads
The uc-avi plug-in

The uc-avi plug-in


The uc-avi plug-in is a Gimp plug-in that loads/saves uncompressed AVI files. more>>
The uc-avi plug-in is a Gimp plug-in that loads/saves uncompressed AVI files.

The plug-in loads common uncompressed AVI files into multilayer images. It saves multilayer images to uncompressed AVI. Audio is discarded, only one video stream is supported.

Compressed AVIs may be loaded using mencoder to import.

<<less
Download (0.066MB)
Added: 2006-09-15 License: GPL (GNU General Public License) Price:
668 downloads
AviUtils 2.0

AviUtils 2.0


AviUtils is a little tool for lazy peoples, to visually work with avi files. more>>
AviUtils is a little tool for lazy peoples, to visually work with avi files. It can change fourcc and can accept a command line argument: filepath of the avi.

Designed for seamless migration from win apps Gspot and Fourcc changer .

Aviutils2 is better graphics single tab version, but is experimental because of the string functions. Tested working only in Gentoo/ KDE3.5.0 .

Instructions: Choose your version (AviUtils or AviUtils2) and put the content of the choosed folder into ~/.kde/share/apps/konqueror/servicemenus to have it as service-menu for avi files.

<<less
Download (0.020MB)
Added: 2006-02-05 License: GPL (GNU General Public License) Price:
1375 downloads
kavi2dvd 0.1

kavi2dvd 0.1


kavi2dvd is a Kommander script takes an AVI file, converts it to mpeg2 with ac3 audio. more>>
kavi2dvd is a Kommander script takes an AVI file, converts it to mpeg2 with ac3 audio and generates an .iso image ready for burning as its ouput.

Although there are plenty of scripts out there for conversion of video and authoring, this one is designed to require as little user input as possible. Choose an input .avi, select the destination folder, give the project a name and choose NTSC or PAL.

It then automates the full process of creating a dvd-video compatible image for playback on a stand-alone dvd player.

<<less
Download (0.005MB)
Added: 2006-03-13 License: GPL (GNU General Public License) Price:
1323 downloads
Secleted [ 0 ] software to compare
  • Page: 1 of 5
  • 1
  • 2
  • 3
  • 4
  • 5