python

Adding CEA Captions To MP4 Stream.

Create an srt file 1 00:00:00,000 --> 00:00:10,000 Random sentence 1 2 00:00:10,000 --> 00:00:20,000 Random sentence 2 3 00:00:20,000 --> 00:00:30,000 Random sentence 3 ... 54 00:08:50,000 --> 00:09:00,000 Random sentence 54 Convert the .srt file to .scc pip install pycaption Write a simple python script to make the...