FFmpegfs Fuse Multi Media Filesystem 2.16
|
#include <ffmpeg_utils.h>
Public Attributes | |
CODEC_VECT | m_video_codec |
AVCodec used for video encoding. More... | |
CODEC_VECT | m_audio_codec |
AVCodec used for audio encoding. More... | |
CODEC_VECT | m_subtitle_codec |
AVCodec used for subtitle encoding. More... | |
AVSampleFormat | m_sample_format |
AVSampleFormat for audio encoding, may be AV_SAMPLE_FMT_NONE for "don't care". More... | |
Format options: Audio/video codecs and sample format
Definition at line 271 of file ffmpeg_utils.h.
CODEC_VECT Format_Options::_tagFORMAT::m_audio_codec |
AVCodec used for audio encoding.
Definition at line 274 of file ffmpeg_utils.h.
AVSampleFormat Format_Options::_tagFORMAT::m_sample_format |
AVSampleFormat for audio encoding, may be AV_SAMPLE_FMT_NONE for "don't care".
Definition at line 276 of file ffmpeg_utils.h.
CODEC_VECT Format_Options::_tagFORMAT::m_subtitle_codec |
AVCodec used for subtitle encoding.
Definition at line 275 of file ffmpeg_utils.h.
CODEC_VECT Format_Options::_tagFORMAT::m_video_codec |
AVCodec used for video encoding.
Definition at line 273 of file ffmpeg_utils.h.