Skip to content
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 0 additions & 4 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,15 +1,12 @@
# Movie-Script

Movies come with subtitles. `srt` is one of the famous subtitle formats. They have a time stamp and the phrase for each dialog in the movie.

## Task

Choose any movie you like and find the subtitle file. Write a script using any language of your preference to extract the wording and generate a file containing the dialogs in human readable format without timestamps and encodings that are not words.

Open a new issue for every movie script entry you make and send a PR fixing that issue.

### Example

`Input`
> 01:12:15:120 Hello, this is one line in dialog

Expand All @@ -19,7 +16,6 @@ Open a new issue for every movie script entry you make and send a PR fixing that
> Hello, this is one line in dialog. This is the second line in dialog.

### Deliverables

We require the following deliverables in a folder named after the movie you chose.

1. Subtitle file
Expand Down