Ardour
9.0-pre0-822-g12e3bc5c20
|
dialog box and controller for video-file export More...
#include <export_video_dialog.h>
Public Member Functions | |
ExportVideoDialog () | |
~ExportVideoDialog () | |
std::string | get_exported_filename () |
void | apply_state (TimeSelection &tme, bool range) |
XMLNode & | get_state () const |
void | set_state (const XMLNode &) |
Public Member Functions inherited from ArdourDialog | |
ArdourDialog (const std::string &title, bool modal=false, bool use_separator=false) | |
ArdourDialog (Gtk::Window &parent, const std::string &title, bool modal=false, bool use_separator=false) | |
~ArdourDialog () | |
bool | on_focus_in_event (GdkEventFocus *) |
bool | on_focus_out_event (GdkEventFocus *) |
bool | on_delete_event (GdkEventAny *) |
void | on_unmap () |
void | on_show () |
virtual void | on_response (int) |
void | set_ui_sensitive (bool) |
void | disallow_idle () |
Public Member Functions inherited from ARDOUR::SessionHandlePtr | |
SessionHandlePtr (ARDOUR::Session *s) | |
SessionHandlePtr () | |
virtual | ~SessionHandlePtr () |
virtual void | set_session (ARDOUR::Session *) |
virtual ARDOUR::Session * | session () const |
Public Member Functions inherited from PBD::ScopedConnectionList | |
ScopedConnectionList () | |
ScopedConnectionList (const ScopedConnectionList &)=delete | |
ScopedConnectionList & | operator= (const ScopedConnectionList &)=delete |
virtual | ~ScopedConnectionList () |
void | add_connection (const UnscopedConnection &c) |
void | drop_connections () |
Private Member Functions | |
void | abort_clicked () |
void | launch_export () |
void | encode_video () |
void | finished (int) |
void | set_original_file_information () |
void | update_progress (ARDOUR::samplecnt_t, ARDOUR::samplecnt_t) |
gint | audio_progress_display () |
void | open_outfn_dialog () |
void | open_invid_dialog () |
Private Attributes | |
bool | _aborted |
bool | _normalize |
std::shared_ptr< ARDOUR::ExportStatus > | status |
TimeSelection | _export_range |
sigc::connection | _audio_progress_connection |
float | _previous_progress |
TranscodeFfmpeg * | _transcoder |
std::string | _insnd |
Gtk::Label | outfn_path_label |
Gtk::Entry | outfn_path_entry |
Gtk::Button | outfn_browse_button |
Gtk::Label | invid_path_label |
Gtk::Entry | invid_path_entry |
Gtk::Button | invid_browse_button |
Gtk::ComboBoxText | insnd_combo |
Gtk::Button | transcode_button |
Gtk::VBox * | vbox |
Gtk::Button * | cancel_button |
Gtk::Button | abort_button |
Gtk::VBox * | progress_box |
Gtk::ProgressBar | pbar |
Gtk::ComboBoxText | audio_bitrate_combo |
Gtk::ComboBoxText | audio_sample_rate_combo |
Gtk::CheckButton | normalize_checkbox |
Gtk::CheckButton | copy_video_codec_checkbox |
Gtk::CheckButton | meta_checkbox |
Gtk::CheckButton | debug_checkbox |
Additional Inherited Members | |
Protected Member Functions inherited from ArdourDialog | |
void | pop_splash () |
void | close_self () |
Protected Member Functions inherited from ARDOUR::SessionHandlePtr | |
virtual void | session_going_away () |
Protected Attributes inherited from ArdourDialog | |
bool | _sensitive |
Protected Attributes inherited from ARDOUR::SessionHandlePtr | |
ARDOUR::Session * | _session |
PBD::ScopedConnectionList | _session_connections |
dialog box and controller for video-file export
The ExportVideoDialog includes audio export functions, video-encoder presets, progress dialogs and uses TranscodeFfmpeg to communicate with ffmpeg.
Definition at line 44 of file export_video_dialog.h.
ExportVideoDialog::ExportVideoDialog | ( | ) |
ExportVideoDialog::~ExportVideoDialog | ( | ) |
|
private |
void ExportVideoDialog::apply_state | ( | TimeSelection & | tme, |
bool | range | ||
) |
|
private |
|
private |
|
private |
|
inline |
Definition at line 50 of file export_video_dialog.h.
XMLNode& ExportVideoDialog::get_state | ( | ) | const |
|
private |
|
private |
|
private |
|
private |
void ExportVideoDialog::set_state | ( | const XMLNode & | ) |
|
private |
|
private |
Definition at line 74 of file export_video_dialog.h.
|
private |
Definition at line 80 of file export_video_dialog.h.
|
private |
Definition at line 79 of file export_video_dialog.h.
|
private |
Definition at line 83 of file export_video_dialog.h.
|
private |
Definition at line 75 of file export_video_dialog.h.
|
private |
Definition at line 81 of file export_video_dialog.h.
|
private |
Definition at line 82 of file export_video_dialog.h.
|
private |
Definition at line 96 of file export_video_dialog.h.
|
private |
Definition at line 101 of file export_video_dialog.h.
|
private |
Definition at line 102 of file export_video_dialog.h.
|
private |
Definition at line 95 of file export_video_dialog.h.
|
private |
Definition at line 105 of file export_video_dialog.h.
|
private |
Definition at line 107 of file export_video_dialog.h.
|
private |
Definition at line 91 of file export_video_dialog.h.
|
private |
Definition at line 90 of file export_video_dialog.h.
|
private |
Definition at line 89 of file export_video_dialog.h.
|
private |
Definition at line 88 of file export_video_dialog.h.
|
private |
Definition at line 106 of file export_video_dialog.h.
|
private |
Definition at line 104 of file export_video_dialog.h.
|
private |
Definition at line 87 of file export_video_dialog.h.
|
private |
Definition at line 86 of file export_video_dialog.h.
|
private |
Definition at line 85 of file export_video_dialog.h.
|
private |
Definition at line 99 of file export_video_dialog.h.
|
private |
Definition at line 98 of file export_video_dialog.h.
|
private |
Definition at line 77 of file export_video_dialog.h.
|
private |
Definition at line 92 of file export_video_dialog.h.
|
private |
Definition at line 94 of file export_video_dialog.h.