FFmpeg::Stream::Audio 0.03 review
DownloadFFmpeg::Stream::Audio is an audio stream from a (multi)media stream group. SYNOPSIS $ff = FFmpeg->new(); #see FFm
|
|
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 by the end user. Access FFmpeg::Stream::Audio objects using methods in FFmpeg::StreamGroup. See FFmpeg::StreamGroup for more information.
This class represents an audio stream in a multimedia stream group, and has audio-specific attributes. General stream attributes can be found in the FFmpeg::Stream class.
Requirements:
Perl
FFmpeg::Stream::Audio 0.03 search tags