Skip to content

Commit

Permalink
chore: another transcribe example
Browse files Browse the repository at this point in the history
  • Loading branch information
birme committed Jun 12, 2024
1 parent 8481b2d commit b45617d
Showing 1 changed file with 19 additions and 1 deletion.
20 changes: 19 additions & 1 deletion docs/cli/transcribe.md
Original file line number Diff line number Diff line change
Expand Up @@ -40,4 +40,22 @@ Great streaming tech talks curated from all over the world.
00:00:13.700 --> 00:00:18.280
They said they would prefer blur if I was going like this.
...
```
```
And in this example we output to format SRT
```bash
% osc transcribe -f srt https://testcontent.eyevinn.technology/mp4/stswe-tvplus-promo.mp4
1
00:00:00,000 --> 00:00:04,480
probably the most interesting challenge of the 21st century.
2
00:00:04,480 --> 00:00:10,100
StreamingTech TV Plus Money, money, money, money, money.
3
00:00:10,100 --> 00:00:13,460
Great streaming tech talks curated from all over the world.
...
```

0 comments on commit b45617d

Please sign in to comment.