FFmpegfs Fuse Multi Media Filesystem 2.16
Classes | Macros
ffmpeg_profiles.h File Reference

FFmpeg encoder profiles. More...

#include "ffmpeg_utils.h"
Include dependency graph for ffmpeg_profiles.h:
This graph shows which files directly or indirectly include this file:

Go to the source code of this file.

Classes

class  FFmpeg_Profiles
 The FFmpeg_Profiles class. More...
 
struct  FFmpeg_Profiles::PROFILE_OPTION
 Profiles options. More...
 
struct  FFmpeg_Profiles::PROFILE_LIST
 List of profiles. More...
 

Macros

#define OPT_ALL   0x00000000
 All files. More...
 
#define OPT_AUDIO   0x00000001
 For audio only files. More...
 
#define OPT_VIDEO   0x00000002
 For videos (not audio only) More...
 
#define OPT_SW_ONLY   0x00000004
 Use this option for software encoding only. More...
 
#define OPT_HW_ONLY   0x00000008
 Use this option for hardware encoding only. More...
 

Detailed Description

FFmpeg encoder profiles.

Author
Norbert Schlia (nschl.nosp@m.ia@o.nosp@m.blivi.nosp@m.on-s.nosp@m.oftwa.nosp@m.re.d.nosp@m.e)

Definition in file ffmpeg_profiles.h.

Macro Definition Documentation

◆ OPT_ALL

#define OPT_ALL   0x00000000

All files.

Definition at line 45 of file ffmpeg_profiles.h.

◆ OPT_AUDIO

#define OPT_AUDIO   0x00000001

For audio only files.

Definition at line 46 of file ffmpeg_profiles.h.

◆ OPT_HW_ONLY

#define OPT_HW_ONLY   0x00000008

Use this option for hardware encoding only.

Definition at line 49 of file ffmpeg_profiles.h.

◆ OPT_SW_ONLY

#define OPT_SW_ONLY   0x00000004

Use this option for software encoding only.

Definition at line 48 of file ffmpeg_profiles.h.

◆ OPT_VIDEO

#define OPT_VIDEO   0x00000002

For videos (not audio only)

Definition at line 47 of file ffmpeg_profiles.h.