Add Prores 4444 support (#2263).
[dcpomatic.git] / src / lib / ffmpeg_file_encoder.h
index fc2b5c654217f8b9963bae8d2b6d7695da29c198..5bf501370ab6d9ad917b6808a0ffc1041b176378 100644 (file)
@@ -24,6 +24,7 @@
 
 
 #include "audio_mapping.h"
+#include "dcpomatic_time.h"
 #include "encoder.h"
 #include "event_history.h"
 #include "log.h"
@@ -40,6 +41,15 @@ LIBDCP_ENABLE_WARNINGS
 class ExportAudioStream;
 
 
+enum class ExportFormat
+{
+       PRORES_4444,
+       PRORES_HQ,
+       H264_AAC,
+       SUBTITLES_DCP
+};
+
+
 class FFmpegFileEncoder
 {
 public: