Download Shareware and Freeware Software for Windows, Linux, Macintosh, PDA

line Home  |  About Us  |  Link To Us  |  FAQ  |  Contact

Serving Software Downloads in 956 Categories, Downloaded 50.275.684 Times

FFmpeg::Stream 6036

  Date Added: March 27, 2010  |  Visits: 1.426

FFmpeg::Stream

Report Broken Link
Printer Friendly Version


Product Homepage
Download (126 downloads)



FFmpeg::Stream is an audio or video stream from a (multi)media file. SYNOPSIS $ff = FFmpeg->new(); #see FFmpeg #... $sg = $ff->create_streamgroup(); #see FFmpeg $st = ($sg->streams())[0]; #this is a FFmpeg::Stream FFmpeg::Stream objects are not instantiated. Rather, objects are instantiated from FFmpeg::Streams subclasses FFmpeg::Stream::Video for video streams, FFmpeg::Stream::Audio for audio streams, and FFmpeg::Stream::Data for streams containing neither audio nor video data. Streams identified in the file whose content type cannot be determined are represented by FFmpeg::Stream::Unknown objects. Access FFmpeg::Stream objects using methods in FFmpeg::StreamGroup. See FFmpeg::StreamGroup for more information. This class has attributes applicable to any stream type in a multimedia stream, or stream group. FFmpeg-Perl represents multimedia stream group information in a FFmpeg::StreamGroup object, which is a composite of FFmpeg::Stream objects. FFmpeg::Stream objects dont do much. They just keep track of the media streams ID within the multimedia stream group, and hold an instance to a FFmpeg::Codec object if the codec of the stream was deducible. See FFmpeg::Codec for more information about how codecs are represented..

Requirements: No special requirements
Platforms: Linux
Keyword: Audio Ffmpeg Ffmpegstream Libraries Media Objects Programming Stream Streamgroup Streams Video Video Stream
Users rating: 0/10

License: Freeware Size: 921.6 KB
USER REVIEWS
More Reviews or Write Review


FFMPEG::STREAM RELATED
Sound Card Tools  -  Free Audio Recorder Deluxe 4.5.1
Free Audio Recorder Deluxe is a simple, yet robust sound recorder for Windows PC. With the free recorder, you can record what you hear from microphone, internet streaming audio, music played by media player software like Winamp, Windows Media...
7.62 MB  
Modules  -  Mediafield Display 5.x- 1.0
When enabled, this module enables display alternatives for audio fields provided by Media Field, and external link fields pointing to audio files. These options are available in CCK field display administration and also in Views field...
 
Modules  -  Mediafield Display 5.x- 1.0
When enabled, this module enables display alternatives for audio fields provided by Media Field, and external link fields pointing to audio files. These options are available in CCK field display administration and also in Views field...
 
MP3 Players  -  MediaProSoft Free Video Audio Suite 3.4.3
MediaProSoft Free Video Audio Suite is a multifunctional toolbox focused on dealing with video, audio, image, CD/DVD disc, ISO,PDF conversion & creation, Scanning, image OCR and many more. You don't have to surf around the internet to find what...
31.02 MB  
Audio Tools  -  LightMan Player 1.3.0
LightMan Player is a potent little program that allows you to store and enjoy the easiest way possible all your digital media files in your collections: music, video, images, recorded TV etc. Playing, viewing, and organizing your media files...
3.11 MB  
MP3 Tools  -  Portable AVStoDVD 2. 4. 2002
AVStoDVD is a flexible tool to convert various media formats to DVD compliant streams and burn them into a highly compatible multiple tracks DVD. Portable AVStoDVD is the portable version of AVStoDVD to be able to run from a USB flash drive or...
17.8 MB  
Modules  -  Custom Thumbnails 1.0.1
An image can be used as a thumbnail for PDF, video, audio or any other media file.InstallationUnpack and upload it to the /wp-content/plugins/ directory.Activate the plugin through the 'Plugins' menu in WordPress. Requirements: - WordPress 2.5 or...
 
Multimedia & Graphics  -  WMA Codecs 9.0
WMA Codecs 9.0 is an excellent coleection of codecs needed to play all types of audio files on WIndows Media Audio 9.0
4 KB  
Audio Tools  -  MAD 0.15.1b
MAD is a high-quality MPEG audio decoder. It currently supports MPEG-1 and the MPEG-2 extension to lower sampling frequencies, as well as the de facto MPEG 2.5 format. All three audio layers — Layer I, Layer II, and Layer III (i.e. MP3)...
337.92 KB  
Libraries  -  SDL 1.2.11
Simple DirectMedia Layer is a cross-platform multimedia library designed to provide low level access to audio, keyboard, mouse, joystick, 3D hardware via OpenGL, and 2D video framebuffer. SDL is used by MPEG playback software, emulators, and many...
215.04 KB  
NEW DOWNLOADS IN PROGRAMMING, LIBRARIES
Programming  -  Cedalion for Linux 0.2.6
Cedalion is a programming language that allows its users to add new abstractions and define (and use) internal DSLs. Its innovation is in the fact that it uses projectional editing to allow the new abstractions to have no syntactic limitations.
471.04 KB  
Programming  -  Math::GMPf 0.29
Math::GMPf - perl interface to the GMP library's floating point (mpf) functions.
30.72 KB  
Programming  -  Net::Wire10 1.08
Net::Wire10 is a Pure Perl connector that talks to Sphinx, MySQL and Drizzle servers. Net::Wire10 implements the low-level network protocol, alias the MySQL wire protocol version 10, necessary for talking to one of the aforementioned...
30.72 KB  
Programming  -  logilab-common 0.56.2
a bunch of modules providing low level functionnalities shared among some python projects devel Please note that some of the modules have some extra dependencies. For instance, logilab.common.db will require a db-api 2.0 compliant...
174.08 KB  
Programming  -  OpenSSL for linux 1.0.0a
The OpenSSL Project is a collaborative effort to develop a robust, commercial-grade, full-featured, and Open Source toolkit implementing the Secure Sockets Layer (SSL v2/v3) and Transport Layer Security (TLS v1) protocols as well as a...
3.83 MB  
Libraries  -  wolfSSL 4.0.0
The wolfSSL embedded SSL/TLS library is a lightweight SSL library written in ANSI standard C and targeted for embedded and RTOS environments - primarily because of its small size, speed, and feature set. It is commonly used in standard operating...
3.88 MB  
Libraries  -  EuGTK 4.8.9
Makes it easy to develop good- looking, fast, cross-platform programs that run on Linux, OS X, and Windows. Euphoria is a very fast interpreted/compiled language with straight-forward syntax. EuGTK allows programming in a clean, object-oriented...
10.68 MB  
Libraries  -  Linux User Group Library Manager 1.0
The LUG Library Manager is a project to help Linux User Groups start their own library. A LUG library is helpful to the community at large because it increases access to information, and gives everyone the opportunity to become more knowledgeable.
5.35 KB  
Libraries  -  Module::MakefilePL::Parse 0.12
Module::MakefilePL::Parse is a Perl module to parse required modules from Makefile.PL. SYNOPSIS use Module::MakefilePL::Parse; open $fh, Makefile.PL; $parser = Module::MakefilePL::Parse->new( join("", ) ); $info = $parser->required;...
8.19 KB  
Libraries  -  sqlpp 0.06
sqlpp Perl package is a SQL preprocessor. sqlpp is a conventional cpp-alike preprocessor taught to understand SQL ( PgSQL, in particular) syntax specificities. In addition to the standard #define/#ifdef/#else/#endif cohort, provides also...
10.24 KB