embedded video
Sponsored Links
Sponsored Links
Secleted [ 0 ] software to compare
Results 1 - 15 of about 1602
Java Embedded Python 2.2
Java Embedded Python embeds CPython in Java. more>>
Java Embedded Python embeds CPython in Java. It is safe to use in a heavily threaded environment, it is quite fast and its stability is a main feature and goal.
Main features:
- Using the native Python interpreter may mean a massive speed improvement over Java-based languages.
- Python is mature so authors neednt fear the interpreter will suddenly change widely-used features.
- Access to the high quality Python modules, both native and Python-based.
- Compilers and assorted Python tools are as mature as the language.
- Python is an ideal language for your business logic. It is easy to learn, eminently readable and generally immune to programming gotchas.
Patches, comments and other help is greatly appreciated. If you need help, post to the SourceForge mailing list or forums. Please include code snippets for the most accurate response.
<<lessMain features:
- Using the native Python interpreter may mean a massive speed improvement over Java-based languages.
- Python is mature so authors neednt fear the interpreter will suddenly change widely-used features.
- Access to the high quality Python modules, both native and Python-based.
- Compilers and assorted Python tools are as mature as the language.
- Python is an ideal language for your business logic. It is easy to learn, eminently readable and generally immune to programming gotchas.
Patches, comments and other help is greatly appreciated. If you need help, post to the SourceForge mailing list or forums. Please include code snippets for the most accurate response.
Download (0.60MB)
Added: 2007-03-17 License: GPL (GNU General Public License) Price:
956 downloads
Download Embedded 0.5
Download Embedded extension downloads all or selected embedded objects on a webpage. more>>
Download Embedded extension downloads all or selected embedded objects on a webpage. Can be used for downloading movies, mp3s, flash, quicktime, or other embedded files.
When the Download Embedded plugin detects an embedded object, a small red arrow will appear on the status bar at the bottom of your firefox window. Just click that and either download them all or pick which ones you want to download. Enjoy!
If you were using the old download embedded (0.1), -=please=- remove it before installing this one.
<<lessWhen the Download Embedded plugin detects an embedded object, a small red arrow will appear on the status bar at the bottom of your firefox window. Just click that and either download them all or pick which ones you want to download. Enjoy!
If you were using the old download embedded (0.1), -=please=- remove it before installing this one.
Download (0.037MB)
Added: 2007-04-08 License: GPL (GNU General Public License) Price:
7240 downloads
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
<<lessUsage:
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
Download (0.003MB)
Added: 2007-03-05 License: GPL (GNU General Public License) Price:
3227 downloads
Embedded Slackware 1.3.5-5
Embedded Slackware is a software development kit for the automated creation of bootable embedded systems based on Slackware. more>>
Embedded Slackware is a software development kit for the automated creation of bootable embedded systems based on Slackware and Busybox. The focus is on i486 and ARM systems that use compact flash devices (handhelds and PC104 type boards). The distribution consists of a primary archive with tools, scripts, and documentation, and additional archives for the i486 and PXA250 binary components.
Enhancements:
- This update includes 2.4.34 and 2.6.20 embedded kernels.
- 44 easy-to-use burn scripts and runtime configurations are available.
- The distribution archive is an i486 working subset of the full distribution.
- The complete SDK consists of 5 base archives each for i486, uclibc_i486, pxa255, and uclibc_pxa255 architectures.
- Additional archives are also available for gcc, Wine, and Opie/Pixil LCD desktops.
<<lessEnhancements:
- This update includes 2.4.34 and 2.6.20 embedded kernels.
- 44 easy-to-use burn scripts and runtime configurations are available.
- The distribution archive is an i486 working subset of the full distribution.
- The complete SDK consists of 5 base archives each for i486, uclibc_i486, pxa255, and uclibc_pxa255 architectures.
- Additional archives are also available for gcc, Wine, and Opie/Pixil LCD desktops.
Download (11.3MB)
Added: 2007-04-01 License: Free for non-commercial use Price:
940 downloads
Alpine Embedded Linux 1.1.3
Alpine is a modular embedded linux distribution for use in small appliances such as routers, VPN gateways, and more. more>>
Alpine is a modular embedded linux distribution for use in small appliances such as VPN gateways, routers, and more.
The name "Alpine" stands for A Linux Powered Integrated Network Engine.
Alpine can boot from floppy/usb/cf/cd/whatever, packages are pulled into RAM, and everything runs from RAM, just like the distros found in LEAF.
This makes for very fast application load times, and provides added security if the boot media is write-protected or removed.
Design Philosophy & Goals
Security comes very high. Everything is compiled with stack smashing protection. It costs approximately 3-5% in speed and size, but we believe its worth it. We also strive to make package configurations secure by default.
Size is also very important. Its why Alpine is an embedded distribution and not a general purpose one. We use uClibc and BusyBox as our main library and shell components. We are however willing to sacrifice some size for speedier development (see below). A typical installation medium would be a small compact flash card, not a floppy.
Innovate, dont Recreate. Our goal is to to keep Alpine as easy to maintain as possible. This means we try to use the work of others as much as possible (obviously only if its open source). By doing this we free up our development time to implement new features and improve the overall product. For example, weve written stripped down shell libraries and re-use the stock Gentoo init.d scripts.
Automation is key. We try to provide automated processes (using scripts) for everything in the build process. Alpine is an extension of the Gentoo build framework. We use scripts that simply convert the Gentoo binary packages. Many things there are similar to Gentoo.
User Friendly. Our goal is to make installation and use of Alpine extremely user friendly without compromising with security. Eventually wed like all packages to be configurable via a sophisticated web interface (webconfs). This is not yet implemented. Wed also like to implement the ability to upgrade packages while maintaining a workable configuration all with minimal impact to the service being upgraded.
Scalable. It should be possible to install Alpine in 3, 300, or 3,000 locations with a similar amount of effort. We plan to write an automated installer, centralized repository manager, centralized configuration manager, and monitoring tools.
<<lessThe name "Alpine" stands for A Linux Powered Integrated Network Engine.
Alpine can boot from floppy/usb/cf/cd/whatever, packages are pulled into RAM, and everything runs from RAM, just like the distros found in LEAF.
This makes for very fast application load times, and provides added security if the boot media is write-protected or removed.
Design Philosophy & Goals
Security comes very high. Everything is compiled with stack smashing protection. It costs approximately 3-5% in speed and size, but we believe its worth it. We also strive to make package configurations secure by default.
Size is also very important. Its why Alpine is an embedded distribution and not a general purpose one. We use uClibc and BusyBox as our main library and shell components. We are however willing to sacrifice some size for speedier development (see below). A typical installation medium would be a small compact flash card, not a floppy.
Innovate, dont Recreate. Our goal is to to keep Alpine as easy to maintain as possible. This means we try to use the work of others as much as possible (obviously only if its open source). By doing this we free up our development time to implement new features and improve the overall product. For example, weve written stripped down shell libraries and re-use the stock Gentoo init.d scripts.
Automation is key. We try to provide automated processes (using scripts) for everything in the build process. Alpine is an extension of the Gentoo build framework. We use scripts that simply convert the Gentoo binary packages. Many things there are similar to Gentoo.
User Friendly. Our goal is to make installation and use of Alpine extremely user friendly without compromising with security. Eventually wed like all packages to be configurable via a sophisticated web interface (webconfs). This is not yet implemented. Wed also like to implement the ability to upgrade packages while maintaining a workable configuration all with minimal impact to the service being upgraded.
Scalable. It should be possible to install Alpine in 3, 300, or 3,000 locations with a similar amount of effort. We plan to write an automated installer, centralized repository manager, centralized configuration manager, and monitoring tools.
Download (125MB)
Added: 2006-08-19 License: GPL (GNU General Public License) Price:
1164 downloads
Java embedded SQL(unix) 1.08
Subset of SQL for specifying non-procedural queries for Java objects more>> Subset of SQL for specifying non-procedural queries for Java objects, index access based on T-Tree, parallel excecution of requests
JSQL is subset of SQL languages, which can be used to select objects instances according to selection condition. JSQL can be used for implementing personal minidatabase, as tool for dynamic compilation and execution of user requests. JSQL uses notation more popular for object-oriented programming then for relational database. Table rows are considered as object instances and the table - as class of these objects. Unlike SQL, JSQL is oriented on work with objects instead of SQL tuples. So the result of each query execution is a set of objects of one class. The main differences of JSQL from standard SQL are:
There are no joins of several tables and nested subqueries. Query always returns set of objects from one table.
Standard C types are used for atomic table columns.
There are no NULL values, except null references. I am completely agree with C.J. Date critics of three-value logic and his proposal to use default values instead.
Arrays can be used as record components. Special exists quantor is provided for locating element in arrays.
User methods can be defined for table records (objects) as well as for record components.
References between objects are supported including automatic support of inverse references.
As far as query language is deeply integrated with Java language, case sensitive mode is used for language identifiers as well as for keywords.
No implicit conversion of integer and floating types is done to string representation. If such conversion is need, it should be done explicitly.<<less
Download (166KB)
Added: 2009-04-02 License: Freeware Price: Free
204 downloads
X-Bone 1.0 (Embedded)
X-Bone dynamically deploys and manages Internet overlays. more>>
X-Bone dynamically deploys and manages Internet overlays to reduce their configuration effort and increase network component sharing.
X-Bone discovers, configures, and monitors network resources to create overlays over existing IP networks.
It uses two-layer IP-in-IP tunneled overlays and supports existing applications and unmodified routing, multicast, and DNS services in unmodified operating systems. X-Bone also support IPsec within overlays.
Enhancements:
- This is an integrated distribution of FreeBSD 4.9 with X-Bone 3.2, including utilities and dependencies installed and preconfigured.
<<lessX-Bone discovers, configures, and monitors network resources to create overlays over existing IP networks.
It uses two-layer IP-in-IP tunneled overlays and supports existing applications and unmodified routing, multicast, and DNS services in unmodified operating systems. X-Bone also support IPsec within overlays.
Enhancements:
- This is an integrated distribution of FreeBSD 4.9 with X-Bone 3.2, including utilities and dependencies installed and preconfigured.
Download (3.7MB)
Added: 2006-05-25 License: GPL (GNU General Public License) Price:
1247 downloads
Kvm (Kde Video Menu) 0.2.1
Kvm is a Konqueror service menu which allows to manage your videos without to use a graphical application. more>>
Kvm is a Konqueror service menu which allows to manage your videos without to use a graphical application.
Kvm (Kde Video Menu) service menu can be considered as a frontend of ffmpeg.
Enhancements:
- fix some bugs!
<<lessKvm (Kde Video Menu) service menu can be considered as a frontend of ffmpeg.
Enhancements:
- fix some bugs!
Download (0.012MB)
Added: 2007-05-25 License: GPL (GNU General Public License) Price:
1196 downloads
File::Headerinfo::Video 0.03
File::Headerinfo::Video is an extractor of useful information from video files. more>>
File::Headerinfo::Video is an extractor of useful information from video files.
File::Headerinfo::Video uses Video::Info to read the headers of video clips (of various kinds) and a few audio files, and extract from them the useful information we crave.
File::Headerinfo::Video can handle all the types that Video::Info can handle, including quicktime files, mpegs, DivX, AVI and ASF files.
<<lessFile::Headerinfo::Video uses Video::Info to read the headers of video clips (of various kinds) and a few audio files, and extract from them the useful information we crave.
File::Headerinfo::Video can handle all the types that Video::Info can handle, including quicktime files, mpegs, DivX, AVI and ASF files.
Download (0.047MB)
Added: 2006-07-20 License: Perl Artistic License Price:
1196 downloads
VEE, Vim Editor Embedded 3.2 beta
VEE, Vim Embedded Editor is the sum of VIM and X-Terminal and is written by python language. more>>
VEE, Vim Embedded Editor is the sum of VIM and X-Terminal and is written by python language, pygtk binding, vte python modules and is tightly integrated with GNOME environment.
VEE was started to make a text editor, which was based on the VIM, but now VEE has the (G)VIM and also a X terminal. VEE has a special feature to open VIM, X terminal as a new TAB in notebook.
VEE is tightly integrated with GNOME, so without under GNOME environment VEE will not be correctly worked.
Main features:
- support (G)VIM and X terminal
- open the (G)VIM and X terminal as a new TAB in notebook.
- simultaneously increase or decrease the size of font.
- DND(Drag & Drop).
- You can drop down the file to VEE in GNOME desktop
- external terminal can be executed in VEE as a new tab.
- open file outside VEE, with veet.
- can be stored the tab state in bookmark
<<lessVEE was started to make a text editor, which was based on the VIM, but now VEE has the (G)VIM and also a X terminal. VEE has a special feature to open VIM, X terminal as a new TAB in notebook.
VEE is tightly integrated with GNOME, so without under GNOME environment VEE will not be correctly worked.
Main features:
- support (G)VIM and X terminal
- open the (G)VIM and X terminal as a new TAB in notebook.
- simultaneously increase or decrease the size of font.
- DND(Drag & Drop).
- You can drop down the file to VEE in GNOME desktop
- external terminal can be executed in VEE as a new tab.
- open file outside VEE, with veet.
- can be stored the tab state in bookmark
Download (2.8MB)
Added: 2005-08-12 License: GPL (GNU General Public License) Price:
1534 downloads
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.
<<lessJust 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.
Download (0.33MB)
Added: 2007-08-05 License: GPL (GNU General Public License) Price:
815 downloads
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
DVD Home Video Project 0.4.0.1
DVD Home Video Project is a tool that provides a simple, quick way to transform video on a DV camcorder into a DVD. more>>
DVD Home Video Project is a tool that provides a simple, quick way to transform video on a DV camcorder into a fully functional DVD, including a menu with optional background images and music.
<<less Download (0.18MB)
Added: 2007-01-14 License: GPL (GNU General Public License) Price:
1017 downloads
2-Disk X window embedded Linux 2.0.0
2-Disk X window embedded Linux is a very efficient Linux/xwindows distribution. more>>
2-Disk X window embedded Linux is a very efficient Linux/xwindows distribution, implementing a net centric operating environment and user friendly GUI
The distribution is intended to be a demonstration of Mungkie assiciates embedded appliance development environment, showing the sort of environment that can be created for small appliance GUI systems using less than 4Mb flash and 4Mb RAM.
The embedded development environment is based around a standard source tree containing all the required utilities for a standard POSIX unix implementation with a number of XML based GUI configuration and compilation tools. Simple GUI utilities are used to configure required components and set compilation options.
The distribution is targeted as a base for:
corporate users to reduce IT costs by deploying X terminals on old or low cost hardware
Or:
embedded OS for handhelds, settop boxes, or communications devices, with full support for bluetooth, wifi, internet, and MMS protocols
Or:
Hobbyist or small companies to develop specialist applications for cheap commodity hardware
Main features:
- kernel 2.0.x/2.2.x/2.4.x
- libc-2.1/libc5/uclibc,
- tcp/ip network support. full protocol stack for wifi, mms
- busybox 0.62,
- tinylogin 1.0,
- ppp, chat, some daemons, inetd, crond. dhcp client and server. iptables
- e3 editor,
- X window system 4.1 vesa
- VNC client
- merlin character recognition
- rdesktop remote windows client
- ssh
- Mungwm : a window manager
- Mungbrowse : a web browser
- Mungterm : a terminal program
- Mungames : a collection of 12 games
- Mungedit : a text editor
- Mungfile : embedded file manager
- NEW Evil bastard operator tools
- NEW Cheese dynamics context apropriation modeling
- NEW Mini Mung beans (beans of mung for all your network environment)
Enhancements:
- Script cleanups were done to the build system.
- Bugs were fixed concerning HTTPS access with the Mweb browser.
<<lessThe distribution is intended to be a demonstration of Mungkie assiciates embedded appliance development environment, showing the sort of environment that can be created for small appliance GUI systems using less than 4Mb flash and 4Mb RAM.
The embedded development environment is based around a standard source tree containing all the required utilities for a standard POSIX unix implementation with a number of XML based GUI configuration and compilation tools. Simple GUI utilities are used to configure required components and set compilation options.
The distribution is targeted as a base for:
corporate users to reduce IT costs by deploying X terminals on old or low cost hardware
Or:
embedded OS for handhelds, settop boxes, or communications devices, with full support for bluetooth, wifi, internet, and MMS protocols
Or:
Hobbyist or small companies to develop specialist applications for cheap commodity hardware
Main features:
- kernel 2.0.x/2.2.x/2.4.x
- libc-2.1/libc5/uclibc,
- tcp/ip network support. full protocol stack for wifi, mms
- busybox 0.62,
- tinylogin 1.0,
- ppp, chat, some daemons, inetd, crond. dhcp client and server. iptables
- e3 editor,
- X window system 4.1 vesa
- VNC client
- merlin character recognition
- rdesktop remote windows client
- ssh
- Mungwm : a window manager
- Mungbrowse : a web browser
- Mungterm : a terminal program
- Mungames : a collection of 12 games
- Mungedit : a text editor
- Mungfile : embedded file manager
- NEW Evil bastard operator tools
- NEW Cheese dynamics context apropriation modeling
- NEW Mini Mung beans (beans of mung for all your network environment)
Enhancements:
- Script cleanups were done to the build system.
- Bugs were fixed concerning HTTPS access with the Mweb browser.
Download (7.2MB)
Added: 2006-05-06 License: Free To Use But Restricted Price:
1266 downloads
FFmpeg::Stream::Video 5704
FFmpeg::Stream::Video is a video stream from a (multi)media stream group. more>>
FFmpeg::Stream::Video is a video stream from a (multi)media stream group.
SYNOPSIS
$ff = FFmpeg->new(); #see FFmpeg
#...
$sg = $ff->create_streamgroup(); #see FFmpeg
$st = ($sg->streams())[0]; #this is a FFmpeg::Stream
Objects of this class are not intended to be instantiated directly by the end user. Access FFmpeg::Stream::Video objects using methods in FFmpeg::StreamGroup. See FFmpeg::StreamGroup for more information.
This class represents a video stream in a multimedia stream group. General stream attributes can be found in the FFmpeg::Stream class.
<<lessSYNOPSIS
$ff = FFmpeg->new(); #see FFmpeg
#...
$sg = $ff->create_streamgroup(); #see FFmpeg
$st = ($sg->streams())[0]; #this is a FFmpeg::Stream
Objects of this class are not intended to be instantiated directly by the end user. Access FFmpeg::Stream::Video objects using methods in FFmpeg::StreamGroup. See FFmpeg::StreamGroup for more information.
This class represents a video stream in a multimedia stream group. General stream attributes can be found in the FFmpeg::Stream class.
Download (0.94MB)
Added: 2006-07-20 License: GPL (GNU General Public License) Price:
690 downloads
Secleted [ 0 ] software to compare
Copyright Notice:
Software piracy is theft, Using crack, password, serial numbers, registration codes, key generators is illegal and prevent future software development. The above embedded video 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