youtube flv to avi suite pro
Sponsored Links
Sponsored Links
youtube flv to avi suite pro
No.
Title
Category
Price
License
Expand All
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.
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.
Yet Another MetaData Injector (yamdi) is a metadata injector for FLV files. It adds the onMetaData event to your FLV files. yamdi should run under *BSD and Linux (tested with FreeBSD, MacOSX and Ubuntu) and is published under the BSD license.
Why?
For a current project I have to add metadata to quite large FLV files (over 1GB). The other known free tools (flvmdi and flvtool2) are not suitable for that job because they read the whole file into memory. Because Im not very familiar with ruby (in order to modify flvtool2) and flvmdi is not open source I took the FLV specs and implemented a metadata injector in C. yamdi uses less memory and is faster.
Yet Another MetaData Injector for FLV injects the following metadata into your FLV files:
· creator
· metadatacreator
· hasKeyframes
· hasVideo
· hasAudio
· hasMetaData
· canSeekToEnd
· duration
· datasize
· videosize
· videocodecid
· audiosize
· audiocodecid
· audiosamplerate
· audiosamplesize
· stereo
· filesize
· lasttimestamp
· lastkeyframetimestamp
· lastkeyframelocation
· keyframes (filepositions, times)
· width
· height
· framerate
· videodatarate
· audiodatarate
Installation:
Download the source code and extract it with tar:
tar xzf yamdi-1.0.tar.gz
Change into the yamdi directory and compile the source code with:
cd yamdi-1.0
gcc yamdi.c -o yamdi -O2 -Wall
yamdi accepts four paramters:
-i The source FLV file.
-o The resulting FLV file with the metatags. If the output file is - the FLV file will be written to stdout.
-c A string that will be written into the creator tag. This parameter is optional
-h Displays a description of the available parameters
Examples:
yamdi -i sample.flv -o sample_with_metadata.flv
yamdi -i sample.flv -o - > sample_with_metadata.flv
yamdi -i sample.flv -o sample_with_metadata.flv -c "John Doe"
Whats New in This Release:
· [Fix] Width and height calculation of ScreenVideo stream was wrong
· [Add] onLastSecond event with option -l
Why?
For a current project I have to add metadata to quite large FLV files (over 1GB). The other known free tools (flvmdi and flvtool2) are not suitable for that job because they read the whole file into memory. Because Im not very familiar with ruby (in order to modify flvtool2) and flvmdi is not open source I took the FLV specs and implemented a metadata injector in C. yamdi uses less memory and is faster.
Yet Another MetaData Injector for FLV injects the following metadata into your FLV files:
· creator
· metadatacreator
· hasKeyframes
· hasVideo
· hasAudio
· hasMetaData
· canSeekToEnd
· duration
· datasize
· videosize
· videocodecid
· audiosize
· audiocodecid
· audiosamplerate
· audiosamplesize
· stereo
· filesize
· lasttimestamp
· lastkeyframetimestamp
· lastkeyframelocation
· keyframes (filepositions, times)
· width
· height
· framerate
· videodatarate
· audiodatarate
Installation:
Download the source code and extract it with tar:
tar xzf yamdi-1.0.tar.gz
Change into the yamdi directory and compile the source code with:
cd yamdi-1.0
gcc yamdi.c -o yamdi -O2 -Wall
yamdi accepts four paramters:
-i The source FLV file.
-o The resulting FLV file with the metatags. If the output file is - the FLV file will be written to stdout.
-c A string that will be written into the creator tag. This parameter is optional
-h Displays a description of the available parameters
Examples:
yamdi -i sample.flv -o sample_with_metadata.flv
yamdi -i sample.flv -o - > sample_with_metadata.flv
yamdi -i sample.flv -o sample_with_metadata.flv -c "John Doe"
Whats New in This Release:
· [Fix] Width and height calculation of ScreenVideo stream was wrong
· [Add] onLastSecond event with option -l
WebService::YouTube is a Perl interfece to YouTube.
SYNOPSIS
use WebService::YouTube;
my $youtube = WebService::YouTube->new( { dev_id => YOUR_DEV_ID } );
# Get videos via REST API
my @videos = $youtube->videos->list_featured;
# Get videos via RSS Feed
my @videos = $youtube->feeds->recently_added;
SYNOPSIS
use WebService::YouTube;
my $youtube = WebService::YouTube->new( { dev_id => YOUR_DEV_ID } );
# Get videos via REST API
my @videos = $youtube->videos->list_featured;
# Get videos via RSS Feed
my @videos = $youtube->feeds->recently_added;
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.
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.
jpg2pdf PRO is the PRO version of jpg2pdf. jpg2pdf PRO offers you all the features of jpg2pdf 2.x plus these important features: convert every single jpeg to a single pdf (with -album to create a unique PDF) jpg2pdf PRO can automatic detect is the jpeg image is rgb or gray or cmyk and create the correct pdf. jpg2pdf PRO can automatic check if the jpeg image is rgb or gray or cmyk and create the correct pdf or pdf album.
NOTE: jpg2pdf PRO tries to detect if the cmyk image is made by Adobe Photoshop and will use inverted colours to create the pdf (it appears that Adobe Photoshop writes inverted data in CMYK JPEG files: 0 represents 100% ink coverage, rather than 0% ink as youd expect)
Here are some key features of "Jpg2pdfPRO":
· convert every single jpeg to a single pdf, to put every jpeg in a pdf album, like normal jpg2pdf, you can use the option -album
· jpg2pdf PRO can automatic detect is the jpeg image is rgb or gray or cmyk and create the correct pdf. Note: jpg2pdf PRO tries to detect if the cmyk image is made by Adobe Photoshop and will use inverted colours to create the pdf (it appears that Adobe Photoshop writes inverted data in CMYK JPEG files: 0 represents 100% ink coverage, rather than 0% ink as youd expect)
· center parameter will center evary jpeg image in the final pdf page
· Using image parameter (to set the paper format of the pdf page equal to the image) is possible to use border parameter to set a border around the image
· Its possible to set a directory where to put the pdfs (pdfdir) and the jpegs (jpgdir)
· Its possible to re-run infinitely jpg2pdf setting the wait seconds
NOTE: jpg2pdf PRO tries to detect if the cmyk image is made by Adobe Photoshop and will use inverted colours to create the pdf (it appears that Adobe Photoshop writes inverted data in CMYK JPEG files: 0 represents 100% ink coverage, rather than 0% ink as youd expect)
Here are some key features of "Jpg2pdfPRO":
· convert every single jpeg to a single pdf, to put every jpeg in a pdf album, like normal jpg2pdf, you can use the option -album
· jpg2pdf PRO can automatic detect is the jpeg image is rgb or gray or cmyk and create the correct pdf. Note: jpg2pdf PRO tries to detect if the cmyk image is made by Adobe Photoshop and will use inverted colours to create the pdf (it appears that Adobe Photoshop writes inverted data in CMYK JPEG files: 0 represents 100% ink coverage, rather than 0% ink as youd expect)
· center parameter will center evary jpeg image in the final pdf page
· Using image parameter (to set the paper format of the pdf page equal to the image) is possible to use border parameter to set a border around the image
· Its possible to set a directory where to put the pdfs (pdfdir) and the jpegs (jpgdir)
· Its possible to re-run infinitely jpg2pdf setting the wait seconds
Regress Pro is scientific/industrial software that can be used to study experimental data coming from spectroscopic ellipsometers or reflectometers.
Regress Pro has been developed mainly for the application of thin film measurement in the semiconductor industry.
The software is suitable both to determine the thickness of the layers and to determine the optical properties of dielectric materials.
Regress Pro has been developed mainly for the application of thin film measurement in the semiconductor industry.
The software is suitable both to determine the thickness of the layers and to determine the optical properties of dielectric materials.
Web Business Pro is a Web application designed for everyday business activities. The project includes support for customer lists, inventory, receipt printing, and accounting. Fully featured search functions and filters make it easy to find what you need quickly.
Datastream Pro is a database browser and SQL client for JDBC databases.
It is intuitive and easy to use.
Datastream Pro is avaliable on both Linux and Windows
Here are some key features of "Datastream Pro":
· Browse and edit the data in your database.
· Run and edit SQL scripts in a user friendly environment.
· Use the query editor to edit your SQL queries.
· Simultaneously connect to multiple databases
· Supports almost any JDBC compliant database (tested on Oracle, MySQL, postgreSQL and HSQLDb)
· Easy to use connection wizard.
· Secure, personalised settings for connections and preferences
· Built in text editor
· Reliable and stable
It is intuitive and easy to use.
Datastream Pro is avaliable on both Linux and Windows
Here are some key features of "Datastream Pro":
· Browse and edit the data in your database.
· Run and edit SQL scripts in a user friendly environment.
· Use the query editor to edit your SQL queries.
· Simultaneously connect to multiple databases
· Supports almost any JDBC compliant database (tested on Oracle, MySQL, postgreSQL and HSQLDb)
· Easy to use connection wizard.
· Secure, personalised settings for connections and preferences
· Built in text editor
· Reliable and stable
Avi 2 iPOD (mp4) project can batch or single convert your .Avi files to .mp4 so you can watch them on your video iPOD.
The video codec is xvid and audio is aac.
Options:
Audio bitrate
Video bitrate
Aspect ratio
Resolution (640x368 for TV output)
The video codec is xvid and audio is aac.
Options:
Audio bitrate
Video bitrate
Aspect ratio
Resolution (640x368 for TV output)
ET Pro is a mod specifically targeted at competition play, with features specifically designed for administration of competition servers.
ET Pro has been chosen as the official tournament mod for STA, TWL, CAL, Clanbase, and ESL.
The official IRC channel for ET Pro is #etpro on irc.freenode.net
The ET Pro development team would like to extend thanks to the following who contributed significantly to the development of 2.0.0, without their help ET Pro would not be where it is today!
Whats New in This Release:
Bug/Exploit Fixes
· Ammopacks/medpacks no longer "bounce off" players if you are too close
· Mounted tank browning/mg42 no longer fires low
· K43/Garand unlimited grenade ammo exploit fixed
· Spectating/demoplayback/multiview mg42/mortar viewpoints are much more accurate now
· Battery mapscript - autospawn now works for west bunker captures
· Compass now clips map icons correctly
· Server no longer drops clients who havent loaded completely on map_restart
· Prone hitboxes fixed
· Mine flags no longer block other mines from being spotted
Optimizations
· Corpses and items no longer eat bandwidth when disappearing
· Unused code removed. server takes 1.3m less memory and less cpu
Gameplay
· Multiview from OSP
· Wounded players now take 113 damage (6 shots) instead of 75 to force into limbo
· Refs who have logged in via password may pass or cancel votes by voting yes or no on a vote.
ET Pro has been chosen as the official tournament mod for STA, TWL, CAL, Clanbase, and ESL.
The official IRC channel for ET Pro is #etpro on irc.freenode.net
The ET Pro development team would like to extend thanks to the following who contributed significantly to the development of 2.0.0, without their help ET Pro would not be where it is today!
Whats New in This Release:
Bug/Exploit Fixes
· Ammopacks/medpacks no longer "bounce off" players if you are too close
· Mounted tank browning/mg42 no longer fires low
· K43/Garand unlimited grenade ammo exploit fixed
· Spectating/demoplayback/multiview mg42/mortar viewpoints are much more accurate now
· Battery mapscript - autospawn now works for west bunker captures
· Compass now clips map icons correctly
· Server no longer drops clients who havent loaded completely on map_restart
· Prone hitboxes fixed
· Mine flags no longer block other mines from being spotted
Optimizations
· Corpses and items no longer eat bandwidth when disappearing
· Unused code removed. server takes 1.3m less memory and less cpu
Gameplay
· Multiview from OSP
· Wounded players now take 113 damage (6 shots) instead of 75 to force into limbo
· Refs who have logged in via password may pass or cancel votes by voting yes or no on a vote.
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.
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.
The AVI player is a plug-in for XMMS, giving it the ability to play Windows AVI (including DivX ;-)) and ASF files on your Linux or FreeBSD box.
You can simply add movies to your playlist and the plug-in will call aviplay to play the movie files. Many aviplay options are supported, such as fullscreen playback and true hardware acceleration on XFree86 4.x.x.
Whats New in This Release:
· Included a stripped version of avifile 0.53.5 that compiles staticly into the plugin. This will make avi-xmms work no matter what avifile version you have installed on the system.
· Added wma and wmv support.
You can simply add movies to your playlist and the plug-in will call aviplay to play the movie files. Many aviplay options are supported, such as fullscreen playback and true hardware acceleration on XFree86 4.x.x.
Whats New in This Release:
· Included a stripped version of avifile 0.53.5 that compiles staticly into the plugin. This will make avi-xmms work no matter what avifile version you have installed on the system.
· Added wma and wmv support.
The Coldtags suite is a collection of custom JSP tags that provides 90+ custom JSP tags for common programming tasks faced by JSP developers.
Coldtags suite also includes custom tags similar to the Web controls in the .NET framework.
Whats New in This Release:
· New components were added, so the total amount is over 305 now.
· Features were updated for the existing taglibs, docs, and examples.
· Enhancements were made for many controls.
Coldtags suite also includes custom tags similar to the Web controls in the .NET framework.
Whats New in This Release:
· New components were added, so the total amount is over 305 now.
· Features were updated for the existing taglibs, docs, and examples.
· Enhancements were made for many controls.
FunkyMD Suite aims to provide Linux users with tools to title minidiscs using a portable Sony minidisc recorder and a self-made interface for the parallel port.
The project is currently run by Thomas Perl and was inspired by the great MDCOM interface (see links below for more information).
The project is currently run by Thomas Perl and was inspired by the great MDCOM interface (see links below for more information).
15
Desktop-Environment -> Tools
$19
OtherProprietary License with Free Trial
Hide show
Rainlendar project is a customizable desktop calendar.
Rainlendar is a feature rich calendar application that is easy to use and doesnt take much space on your desktop. The application is platform independent so you can run it both on Windows and on Linux. The appearance can be customized with skins and you can even mix different skins together.
It is possible to use Rainlendar with other calendar applications too. Rainlendar uses the standard iCalendar format to store its events and tasks so you can easily transfer them between applications. You can also subscribe to online calendars and see your Outlook appointments directly in Rainlendar*.
Rainlendar is an unicode application and support localization so you can use it on your own language.
All the coming events are shown in a separate list where you can see the weeks events at one glance. You can decide how many days in advance you want to see in the list. Different events can have a different appearance in the list so you can easily spot the important events from the others. The icons in the calendar are also available in the event list and other windows to make it easier to separate the events.
You can also have a separate list for your long term tasks. The task list can be arranged several ways so that you can keep it better organized. You can also set a due date for the tasks to make sure youll remember to do them on time.
Youll also get an alarm when an event or task is due so that you dont miss it. The alarm can be defined to be set off any duration before the actual event so you have time to prepare for it.
And thats not all. Check the list of features for better overview of all the things Rainlendar can do. If you find it useful go to the download page and get yourself a copy.
*Network shared calendars and Outlook support are available only in the Pro version
Here are some key features of "Rainlendar Lite":
· Small and lightweight
· Different type events can have different appearence
· Supports Windows transparency
· Synchronizes events between several clients
· Localized for multiple languages
· Shows an alarm when an event is due
· Shows Outlooks appointments
· Includes a todo-list
· Works also as Litestep plugin
· Displays the current date in tray icon
· Can stick to the desktop (i.e. doesnt hide with Show Desktop)
· Hotkeys for quick access
· Easy skinning with an UI
· Can be controlled from 3rd party applications with !bangs
Rainlendar is a feature rich calendar application that is easy to use and doesnt take much space on your desktop. The application is platform independent so you can run it both on Windows and on Linux. The appearance can be customized with skins and you can even mix different skins together.
It is possible to use Rainlendar with other calendar applications too. Rainlendar uses the standard iCalendar format to store its events and tasks so you can easily transfer them between applications. You can also subscribe to online calendars and see your Outlook appointments directly in Rainlendar*.
Rainlendar is an unicode application and support localization so you can use it on your own language.
All the coming events are shown in a separate list where you can see the weeks events at one glance. You can decide how many days in advance you want to see in the list. Different events can have a different appearance in the list so you can easily spot the important events from the others. The icons in the calendar are also available in the event list and other windows to make it easier to separate the events.
You can also have a separate list for your long term tasks. The task list can be arranged several ways so that you can keep it better organized. You can also set a due date for the tasks to make sure youll remember to do them on time.
Youll also get an alarm when an event or task is due so that you dont miss it. The alarm can be defined to be set off any duration before the actual event so you have time to prepare for it.
And thats not all. Check the list of features for better overview of all the things Rainlendar can do. If you find it useful go to the download page and get yourself a copy.
*Network shared calendars and Outlook support are available only in the Pro version
Here are some key features of "Rainlendar Lite":
· Small and lightweight
· Different type events can have different appearence
· Supports Windows transparency
· Synchronizes events between several clients
· Localized for multiple languages
· Shows an alarm when an event is due
· Shows Outlooks appointments
· Includes a todo-list
· Works also as Litestep plugin
· Displays the current date in tray icon
· Can stick to the desktop (i.e. doesnt hide with Show Desktop)
· Hotkeys for quick access
· Easy skinning with an UI
· Can be controlled from 3rd party applications with !bangs
Copyright Notice:
Software piracy is theft, Using crack, password, serial numbers, registration codes, key generators is illegal and prevent future software development. The above youtube flv to avi suite pro search only lists software in full, demo and trial versions for free download. Download links are directly from our mirror sites or publisher sites, torrent files or links from rapidshare.com, yousendit.com or megaupload.com are not allowed
Featured Software
Want to place your software product here?
Please contact us for consideration.
Contact WareSeeker.com
Sponsored Links
Related Information
Top Popular Software
Editor's Picks Software