Opened 6 years ago
Last modified 6 years ago
#7292 new enhancement
Implement Feature: Stretch Subtitles Timing by Factor
Reported by: | Matt McManis | Owned by: | |
---|---|---|---|
Priority: | wish | Component: | avfilter |
Version: | git-master | Keywords: | sub |
Cc: | Blocked By: | ||
Blocking: | Reproduced by developer: | no | |
Analyzed by developer: | no |
Description
I'm looking to have a feature added, Stretch Subtitles by a factor [0.5, 100.0] range, like how atempo
or rubberband
works.
https://ffmpeg.org/ffmpeg-filters.html#atempo
https://ffmpeg.org/ffmpeg-filters.html#toc-rubberband
Example: Something like -substretch 3.0
(speed up 300%), -substretch 0.5
(slow down 50%).
Or as a filter -vf "subtitles=stretch=3.0"
.
The program MKVToolNix is able to do this under the "Timestamps and default duration" section.
This would be different that itsoffset
, which does not stretch, but shifts.
Change History (1)
comment:1 by , 6 years ago
Component: | ffmpeg → avfilter |
---|---|
Keywords: | sub added; subtitle subtitles stretch timing time removed |
Version: | unspecified → git-master |
Note:
See TracTickets
for help on using tickets.