[FFmpeg-devel] Re: [PATCH] libavfilter: Whisper audio filter

2025-08-29 Thread Vittorio Palmisano via ffmpeg-devel
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

[FFmpeg-devel] [PATCH] avfilter/af_whisper: fix srt file format (PR #20368)

2025-08-29 Thread Vittorio Palmisano via ffmpeg-devel
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

[FFmpeg-devel] [PATCH] avfilter/af_whisper: fix srt index and int64 printf format (PR #20566)

2025-09-21 Thread Vittorio Palmisano via ffmpeg-devel
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

[FFmpeg-devel] [PATCH] avfilter/af_whisper: fix srt index (PR #20567)

2025-09-21 Thread Vittorio Palmisano via ffmpeg-devel
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