FFmpegfs Fuse Multi Media Filesystem 2.19
Loading...
Searching...
No Matches
Classes | Public Attributes | List of all members
FFmpeg_Transcoder::PRORES_BITRATE Struct Reference

Predicted bitrates for Apple Prores, see https://www.apple.com/final-cut-pro/docs/Apple_ProRes_White_Paper.pdf. More...

#include <ffmpeg_transcoder.h>

Collaboration diagram for FFmpeg_Transcoder::PRORES_BITRATE:
Collaboration graph
[legend]

Classes

struct  PRORES_FRAMERATE
 List of ProRes frame rates. More...
 

Public Attributes

int m_width
 Resolution: width.
 
int m_height
 Resolution: height.
 
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.
 

Detailed Description

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 95 of file ffmpeg_transcoder.h.

Member Data Documentation

◆ m_bitrate

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 113 of file ffmpeg_transcoder.h.

◆ m_height

int FFmpeg_Transcoder::PRORES_BITRATE::m_height

Resolution: height.

Definition at line 98 of file ffmpeg_transcoder.h.

◆ m_width

int FFmpeg_Transcoder::PRORES_BITRATE::m_width

Resolution: width.

Definition at line 97 of file ffmpeg_transcoder.h.


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