Hi Wang, thank you for your comments!
> 1) Instead of 00:00:00.000 --> 00:00:02.440
>srt files usually use comma:
>00:00:00,000 --> 00:00:02,440
Ok, I will post a fix for that.
> 2) There usually is a leading empty line at the beginning, i.e.,
>
>$ cat output.srt #should be
>
>1
PR #20368 opened by Vittorio Palmisano (vpalmisano)
URL: https://code.ffmpeg.org/FFmpeg/FFmpeg/pulls/20368
Patch URL: https://code.ffmpeg.org/FFmpeg/FFmpeg/pulls/20368.patch
SRT file format requires a comma in the time string.
>From 103c02ef96f360b862a0477a794d54af22baa41f Mon Sep 17 00:00:00 20
PR #20566 opened by Vittorio Palmisano (vpalmisano)
URL: https://code.ffmpeg.org/FFmpeg/FFmpeg/pulls/20566
Patch URL: https://code.ffmpeg.org/FFmpeg/FFmpeg/pulls/20566.patch
avfilter/af_whisper: fix srt index and int64 printf format
- Use PRId64 for printing int64_t values in the SRT output.
- In
PR #20567 opened by Vittorio Palmisano (vpalmisano)
URL: https://code.ffmpeg.org/FFmpeg/FFmpeg/pulls/20567
Patch URL: https://code.ffmpeg.org/FFmpeg/FFmpeg/pulls/20567.patch
avfilter/af_whisper: fix srt index
The srt index should be incremented for each segment.
>From 8af6c4f3d10ec026724469c1c5