YARP
Yet Another Robot Platform

ffmpeg_writer: Uses ffmpeg to write images/sounds to movie files (AVI, MOV, ...). More...

#include <ffmpeg/FfmpegWriter.h>

+ Inheritance diagram for FfmpegWriter:

Public Member Functions

 FfmpegWriter ()
 
bool open (yarp::os::Searchable &config) override
 Open the DeviceDriver. More...
 
bool close () override
 Close the DeviceDriver. More...
 
bool putImage (yarp::sig::ImageOf< yarp::sig::PixelRgb > &image) override
 Write an image to the device. More...
 
virtual bool putAudioVisual (yarp::sig::ImageOf< yarp::sig::PixelRgb > &image, yarp::sig::Sound &sound) override
 Write an image and sound. More...
 
bool hasAudio () override
 
bool hasVideo () override
 
- Public Member Functions inherited from yarp::dev::IFrameWriterImage
virtual ~IFrameWriterImage ()
 Destructor. More...
 
- Public Member Functions inherited from yarp::dev::IFrameWriterAudioVisual
virtual ~IFrameWriterAudioVisual ()
 Destructor. More...
 
- Public Member Functions inherited from yarp::dev::DeviceDriver
 ~DeviceDriver () override=default
 Destructor. More...
 
template<class T >
bool view (T *&x)
 Get an interface to the device driver. More...
 
virtual DeviceDrivergetImplementation ()
 Some drivers are bureaucrats, pointing at others. More...
 
- Public Member Functions inherited from yarp::os::IConfig
virtual ~IConfig ()
 Destructor. More...
 
virtual bool configure (Searchable &config)
 Change online parameters. More...
 
- Public Member Functions inherited from yarp::dev::IAudioVisualStream
virtual ~IAudioVisualStream ()
 Destructor. More...
 
virtual bool hasRawVideo ()
 

Detailed Description

ffmpeg_writer: Uses ffmpeg to write images/sounds to movie files (AVI, MOV, ...).

Definition at line 33 of file FfmpegWriter.h.

Constructor & Destructor Documentation

◆ FfmpegWriter()

FfmpegWriter::FfmpegWriter ( )
inline

Definition at line 41 of file FfmpegWriter.h.

Member Function Documentation

◆ close()

bool FfmpegWriter::close ( )
overridevirtual

Close the DeviceDriver.

Returns
true/false on success/failure.

Reimplemented from yarp::dev::DeviceDriver.

Definition at line 671 of file FfmpegWriter.cpp.

◆ hasAudio()

bool FfmpegWriter::hasAudio ( )
inlineoverridevirtual

Implements yarp::dev::IAudioVisualStream.

Definition at line 69 of file FfmpegWriter.h.

◆ hasVideo()

bool FfmpegWriter::hasVideo ( )
inlineoverridevirtual

Implements yarp::dev::IAudioVisualStream.

Definition at line 71 of file FfmpegWriter.h.

◆ open()

bool FfmpegWriter::open ( yarp::os::Searchable config)
overridevirtual

Open the DeviceDriver.

Parameters
configis a list of parameters for the device. Which parameters are effective for your device can vary. See device invocation examples. If there is no example for your device, you can run the "yarpdev" program with the verbose flag set to probe what parameters the device is checking. If that fails too, you'll need to read the source code (please nag one of the yarp developers to add documentation for your device).
Returns
true/false upon success/failure

Reimplemented from yarp::dev::DeviceDriver.

Definition at line 554 of file FfmpegWriter.cpp.

◆ putAudioVisual()

bool FfmpegWriter::putAudioVisual ( yarp::sig::ImageOf< yarp::sig::PixelRgb > &  image,
yarp::sig::Sound sound 
)
overridevirtual

Write an image and sound.

Parameters
imagethe image to be written
soundthe sound to be written
Returns
true/false upon success/failure

Implements yarp::dev::IFrameWriterAudioVisual.

Definition at line 735 of file FfmpegWriter.cpp.

◆ putImage()

bool FfmpegWriter::putImage ( yarp::sig::ImageOf< yarp::sig::PixelRgb > &  image)
overridevirtual

Write an image to the device.

Parameters
imagethe image to write
Returns
true/false upon success/failure

Implements yarp::dev::IFrameWriterImage.

Definition at line 702 of file FfmpegWriter.cpp.


The documentation for this class was generated from the following files: