@@ -48,8 +48,14 @@ quality to make it happen quickly than wait a while to get it perfect
4848The steps you should take:
4949
50501. Decide the total amount of time you will spend. Probably no more
51- than 2hr per half-day of teaching.
52- 2. Open the .srt file. (it's a text file, but using a subtitle editor
51+ than 2hr per half-day of teaching, and even 1hr or 30 min is enough.
52+ 2. Acquire the raw video files. These aren't usually made public,
53+ even though there's not supposed to be anything private in it. The
54+ brodcaster will tell you how to access it. You can put the raw
55+ video file next to the .srt file to play the video along with the
56+ captions.
57+
58+ 3. Open the .srt file. (it's a text file, but using a subtitle editor
5359 is probably worth it)
5460
5561 - It is usually in the `video-processing repository
@@ -66,10 +72,14 @@ The steps you should take:
6672 you can check.
6773 - Push it to git.
6874
69- 3 . Create the editlist in the .yaml file.
75+ 4 . Create the editlist in the .yaml file.
7076
7177 - The .yaml file should be pre-created and is usually in the course
7278 website repository or video-processing repository.
79+ - If it's not pre-created, see
80+ [ffmpeg-editlist](https://github.com/coderefinery/ffmpeg-editlist/)
81+ and [this example editlist.yaml
82+ file](https://github.com/coderefinery/video-processing/blob/master/python-for-scicomp-2024/python-for-scicomp-2024.yaml).
7383 - Make sure the session is there and has proper descriptions
7484 - Set the overall cut points for each session, break, and exercise
7585 (these are relatively easy to find)
@@ -78,7 +88,7 @@ The steps you should take:
7888 quickly find (important configuration, introducing exercises,
7989 etc.)
8090
81- 4 . If you want, you can try generating the final videos yourself. But
91+ 5 . If you want, you can try generating the final videos yourself. But
8292 the video uploader is likely to do this themselves anyway. Some
8393 commands below:
8494
0 commit comments