FFmpegfs Fuse Multi Media Filesystem 2.16
Public Attributes | List of all members
Format_Options::_tagFORMAT Struct Reference

#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...
 

Detailed Description

Format options: Audio/video codecs and sample format

Definition at line 271 of file ffmpeg_utils.h.

Member Data Documentation

◆ m_audio_codec

CODEC_VECT Format_Options::_tagFORMAT::m_audio_codec

AVCodec used for audio encoding.

Definition at line 274 of file ffmpeg_utils.h.

◆ m_sample_format

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.

◆ m_subtitle_codec

CODEC_VECT Format_Options::_tagFORMAT::m_subtitle_codec

AVCodec used for subtitle encoding.

Definition at line 275 of file ffmpeg_utils.h.

◆ m_video_codec

CODEC_VECT Format_Options::_tagFORMAT::m_video_codec

AVCodec used for video encoding.

Definition at line 273 of file ffmpeg_utils.h.


The documentation for this struct was generated from the following file: