mirror of
https://github.com/Ardour/ardour.git
synced 2025-12-15 19:16:40 +01:00
Merge branch 'master' into windows
This commit is contained in:
commit
650964f320
41 changed files with 1121 additions and 799 deletions
|
|
@ -586,7 +586,7 @@ ExportVideoDialog::encode_pass (int pass)
|
|||
}
|
||||
|
||||
std::string preset = preset_combo.get_active_text();
|
||||
FFSettings ffs ; /* = transcoder->default_encoder_settings(); */
|
||||
TranscodeFfmpeg::FFSettings ffs ; /* = transcoder->default_encoder_settings(); */
|
||||
ffs.clear();
|
||||
|
||||
if (fps_checkbox.get_active()) {
|
||||
|
|
@ -742,7 +742,7 @@ ExportVideoDialog::encode_pass (int pass)
|
|||
transcoder->set_avoffset(av_offset / (double)_session->nominal_frame_rate());
|
||||
}
|
||||
|
||||
FFSettings meta = transcoder->default_meta_data();
|
||||
TranscodeFfmpeg::FFSettings meta = transcoder->default_meta_data();
|
||||
if (meta_checkbox.get_active()) {
|
||||
ARDOUR::SessionMetadata * session_data = ARDOUR::SessionMetadata::Metadata();
|
||||
if (session_data->year() > 0 ) {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue