45 const std::string &chapter_json_path,
const std::string &output_path,
46 bool fast_start =
true);
50 const std::vector<ChapterTextSample> &text_chapters,
51 const std::vector<ChapterImageSample> &image_chapters,
52 const MetadataSet &metadata,
const std::string &output_path,
53 bool fast_start =
true);
57 const std::vector<ChapterTextSample> &text_chapters,
58 const MetadataSet &metadata,
const std::string &output_path,
59 bool fast_start =
true);
63 const std::vector<ChapterTextSample> &text_chapters,
64 const std::vector<ChapterImageSample> &image_chapters,
65 const std::string &output_path,
66 bool fast_start =
true);
80 const std::vector<ChapterTextSample> &text_chapters,
81 const std::vector<ChapterTextSample> &url_chapters,
82 const std::vector<ChapterImageSample> &image_chapters,
83 const std::string &output_path,
84 bool fast_start =
true);
98 const std::vector<ChapterTextSample> &text_chapters,
99 const std::vector<ChapterTextSample> &url_chapters,
100 const std::vector<ChapterImageSample> &image_chapters,
101 const MetadataSet &metadata,
const std::string &output_path,
102 bool fast_start =
true);
116 std::vector<ChapterTextSample>
urls;
Status mux_file_to_m4a(const std::string &input_audio_path, const std::string &chapter_json_path, const std::string &output_path, bool fast_start=true)
Mux AAC input + chapter/text/image metadata into an M4A file (JSON driven).