Opened 3 months ago
Last modified 3 months ago
#11253 new defect
Generate .lrc from .sbv or .srt have end time error on some lines
Reported by: | gusong | Owned by: | |
---|---|---|---|
Priority: | normal | Component: | avformat |
Version: | git-master | Keywords: | lrc |
Cc: | Blocked By: | ||
Blocking: | Reproduced by developer: | no | |
Analyzed by developer: | no |
Description
Summary of the bug:
FFmpeg generate .lrc file will show line time too long than defined.
How to reproduce:
input.sbv ==FILE BEGIN== 0:00:00.000,0:00:03.000 Title 0:00:10.000,0:00:15.000 Line 1 ==FILE END== % ffmpeg -i input.sbv output.lrc % cat output.lrc [re:Lavf61.7.100] [ve:61.7.100] [00:00.00]Title [00:10.00]Line 1 'Title' should show only 3 seconds, not 10 seconds, Expected output.lrc: ==FILE BEGIN== [re:Lavf61.9.100] [ve:61.9.100] [00:00.00]Title [00:03.00] [00:10.00]Line 1 ==FILE END== ffmpeg version 7.1 built on x86_64 MSYS2
Note:
See TracTickets
for help on using tickets.
Sorry I still not find the way email patch, this is a small one.