43 Spliter(
const std::string& input_file,
const std::string& output_file,
44 const std::vector<std::string>& white_channels,
45 const std::vector<std::string>& black_channels,
46 uint64_t begin_time = 0,
47 uint64_t end_time = std::numeric_limits<uint64_t>::max());
54 std::string input_file_;
55 std::string output_file_;
56 std::vector<std::string> white_channels_;
57 std::vector<std::string> black_channels_;