Add basic quality option for x264 export.
[dcpomatic.git] / src / wx / export_dialog.h
index c2498d6a149498ded640a002ad633125d52e34e1..c6ccc875ed38346eb858ebaf4ed74b67708de8e1 100644 (file)
@@ -33,6 +33,7 @@ public:
        boost::filesystem::path path () const;
        FFmpegEncoder::Format format () const;
        bool mixdown_to_stereo () const;
+       int x264_crf () const;
 
 private:
        void format_changed ();
@@ -40,5 +41,7 @@ private:
 
        wxChoice* _format;
        wxCheckBox* _mixdown;
+       wxSlider* _x264_crf;
+       wxStaticText* _x264_crf_label[2];
        FilePickerCtrl* _file;
 };