------------------ * Clamp subtitles to maximum duration (default 10);
0.2.4
------------------ * Add six to requirements.txt; * Set default encoding to utf8 to ensure non ascii filenames handled properly;
0.2.3
------------------ * Minor change to subtitle speech extraction;
0.2.2
------------------ * Allow reading input srt from stdin; * Allow specifying encodings for reference, input, and output srt; * Use the same encoding for both input srt and output srt by default; * Developer note: using sklearn-style data pipelines now;