How could I generate .srt files only? #1298
Answered
by
ryanheise
otakutyrant
asked this question in
Q&A
-
I do not want those vtt, txt, json, and so on. |
Beta Was this translation helpful? Give feedback.
Answered by
ryanheise
Apr 29, 2023
Replies: 1 comment
-
Using the
So you can generate |
Beta Was this translation helpful? Give feedback.
0 replies
Answer selected by
otakutyrant
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Using the
-h
option shows the help screen, and reveals this helpful part:So you can generate
.srt
files only by using the option--output_format srt
.