FFmpegfs Fuse Multi Media Filesystem 2.16
|
FFmpeg encoder profiles. More...
#include "ffmpeg_utils.h"
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... | |
FFmpeg encoder profiles.
Definition in file ffmpeg_profiles.h.
#define OPT_ALL 0x00000000 |
All files.
Definition at line 45 of file ffmpeg_profiles.h.
#define OPT_AUDIO 0x00000001 |
For audio only files.
Definition at line 46 of file ffmpeg_profiles.h.
#define OPT_HW_ONLY 0x00000008 |
Use this option for hardware encoding only.
Definition at line 49 of file ffmpeg_profiles.h.
#define OPT_SW_ONLY 0x00000004 |
Use this option for software encoding only.
Definition at line 48 of file ffmpeg_profiles.h.
#define OPT_VIDEO 0x00000002 |
For videos (not audio only)
Definition at line 47 of file ffmpeg_profiles.h.