FFmpegfs Fuse Multi Media Filesystem 2.16
|
Predicted bitrates for Apple Prores, see https://www.apple.com/final-cut-pro/docs/Apple_ProRes_White_Paper.pdf. More...
#include <ffmpeg_transcoder.h>
Classes | |
struct | PRORES_FRAMERATE |
List of ProRes frame rates. More... | |
Public Attributes | |
int | m_width |
Resolution: width. More... | |
int | m_height |
Resolution: height. More... | |
struct FFmpeg_Transcoder::PRORES_BITRATE::PRORES_FRAMERATE | m_framerate [MAX_PRORES_FRAMERATE] |
Array of frame rates. | |
std::array< int, 6 > | m_bitrate |
Bitrates for this format. More... | |
Predicted bitrates for Apple Prores, see https://www.apple.com/final-cut-pro/docs/Apple_ProRes_White_Paper.pdf.
< List of ProRes bit rates
Definition at line 92 of file ffmpeg_transcoder.h.
std::array<int, 6> FFmpeg_Transcoder::PRORES_BITRATE::m_bitrate |
Bitrates for this format.
Bitrates in MB/s 0: ProRes 422 Proxy 1: ProRes 422 LT 2: ProRes 422 standard 3: ProRes 422 HQ 4: ProRes 4444 (no alpha) 5: ProRes 4444 XQ (no alpha)
Definition at line 110 of file ffmpeg_transcoder.h.
int FFmpeg_Transcoder::PRORES_BITRATE::m_height |
Resolution: height.
Definition at line 95 of file ffmpeg_transcoder.h.
int FFmpeg_Transcoder::PRORES_BITRATE::m_width |
Resolution: width.
Definition at line 94 of file ffmpeg_transcoder.h.