From daec8e44d52116d8841cf08954b930142c8dc495 Mon Sep 17 00:00:00 2001 From: Robin Gareus Date: Fri, 29 Mar 2013 12:20:09 +0100 Subject: vtl: rework import workflow - do not allow to simply copy the video file - decision to transcode or just reference is made in "transcode dialog" not during file-selection. Only there the actual codec is known and can be judged to be suitable for direct reference - simplify "transcode dialog" - no more buttons for specific actions, drop-down select actions. - increase minimum bitrate for imported file to 500kbit/s --- gtk2_ardour/add_video_dialog.h | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) (limited to 'gtk2_ardour/add_video_dialog.h') diff --git a/gtk2_ardour/add_video_dialog.h b/gtk2_ardour/add_video_dialog.h index 12409895ee..7d8bdbc1ff 100644 --- a/gtk2_ardour/add_video_dialog.h +++ b/gtk2_ardour/add_video_dialog.h @@ -33,8 +33,7 @@ enum VtlImportOption { VTL_IMPORT_NONE = 0, - VTL_IMPORT_COPY = 1, - VTL_IMPORT_TRANSCODE = 2, + VTL_IMPORT_TRANSCODE = 1, }; class AddVideoDialog : public ArdourDialog @@ -74,7 +73,6 @@ class AddVideoDialog : public ArdourDialog Gtk::CheckButton xjadeo_checkbox; Gtk::CheckButton set_session_fps_checkbox; - Gtk::ComboBoxText import_combo; Gtk::Notebook notebook; Gtk::Button *ok_button; -- cgit v1.2.3