Add subtitle analysis so that the outline of all subtitles
authorCarl Hetherington <cth@carlh.net>
Wed, 22 Apr 2020 22:11:38 +0000 (00:11 +0200)
committerCarl Hetherington <cth@carlh.net>
Thu, 23 Apr 2020 22:46:31 +0000 (00:46 +0200)
commitcef7a679a59044a5c807768042deecfd56ec6fc2
treeb0e020a2a70db228df0e96fd85b63a84d7d69b64
parent87d5a977da0696fbe73b96b2679b7cbb471e7255
Add subtitle analysis so that the outline of all subtitles
in a piece of content can be overlaid onto the preview (#1233).
14 files changed:
src/lib/analyse_subtitles_job.cc [new file with mode: 0644]
src/lib/analyse_subtitles_job.h [new file with mode: 0644]
src/lib/film.cc
src/lib/film.h
src/lib/job_manager.cc
src/lib/job_manager.h
src/lib/subtitle_analysis.cc [new file with mode: 0644]
src/lib/subtitle_analysis.h [new file with mode: 0644]
src/lib/wscript
src/wx/film_viewer.cc
src/wx/film_viewer.h
src/wx/simple_video_view.cc
src/wx/text_panel.cc
src/wx/text_panel.h