41 void ParseCSV(
const std::string &csv, std::vector<std::vector<std::string> > &lines);
42 std::string
video_map_path (std::string server_docroot, std::string filepath);
48 std::string video_server_url,
50 double &video_file_fps,
51 long long int &video_duration,
52 double &video_start_offset,
53 double &video_aspect_ratio
std::string video_get_server_url(ARDOUR::RCConfiguration *config)
std::string get_file_extension(const std::string infile)
std::string video_get_docroot(ARDOUR::RCConfiguration *config)
std::string video_map_path(std::string server_docroot, std::string filepath)
std::string strip_file_extension(const std::string infile)
bool video_query_info(std::string video_server_url, std::string filepath, double &video_file_fps, long long int &video_duration, double &video_start_offset, double &video_aspect_ratio)
std::string video_dest_file(const std::string, const std::string)
void ParseCSV(const std::string &csv, std::vector< std::vector< std::string > > &lines)
bool confirm_video_outfn(Gtk::Window &parent, std::string, std::string docroot="")
unsigned int harvid_version
void video_draw_cross(Glib::RefPtr< Gdk::Pixbuf > img)
std::string video_dest_dir(const std::string, const std::string)