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.471.447 Times

Streamgroup freeware
 

Streamgroup

Added: June 01, 2010 | Visits: 892

FFmpeg::StreamGroup FFmpeg::StreamGroup is a group of related media streams, typically encapsulated in a single file. SYNOPSIS $ff = FFmpeg->new() #see FFmpeg; #... $sg = $ff->build_streamgroup(); Objects of this class are not intended to be instantiated directly by the end user. Access FFmpeg::StreamGroup...


Platforms: *nix

License: Freeware Size: 1.8 MB Download (91): FFmpeg::StreamGroup Download

Added: March 27, 2010 | Visits: 1.430

FFmpeg::Stream 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...


Platforms: *nix

License: Freeware Size: 921.6 KB Download (126): FFmpeg::Stream Download

Added: March 14, 2010 | Visits: 1.540

FFmpeg::Stream::Audio FFmpeg::Stream::Audio is an audio 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...


Platforms: *nix

License: Freeware Size: 1.8 MB Download (171): FFmpeg::Stream::Audio Download

Added: January 07, 2010 | Visits: 1.635

FFmpeg::Stream::Video 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...


Platforms: *nix

License: Freeware Size: 962.56 KB Download (199): FFmpeg::Stream::Video Download