Ticket #2387 (new enhancement)
RFE: Support creating of VobSub idx/sub subtitles
| Reported by: | someuser | Owned by: | |
|---|---|---|---|
| Priority: | wish | Component: | undetermined |
| Version: | git-master | Keywords: | |
| Cc: | Blocked By: | ||
| Blocking: | Reproduced by developer: | no | |
| Analyzed by developer: | no |
Description
Summary of the bug:
It would be great if FFmpeg could create VobSub? idx/sub subtitles to be used with avi files as it would allow FFmpeg to be used to add subtitles to avi files without reencoding. Devices like PS3 are able play such files.
Usage would be something like (perhaps with -f vobsub):
% ffmpeg -i test-en.srt test-en.idx
Ticket #2385 is somewhat related.
Change History
comment:1 in reply to: ↑ description Changed 2 months ago by someuser
Note: See
TracTickets for help on using
tickets.



Replying to someuser:
Well, after thinking about this few minutes more, the usage can't of course be this simple since some sort of size/coordinate information for the bitmaps would be required.
Ticker #2385 also contains an example .idx file which might give ideas what information would be needed for generating proper .idx/.sub files for an AVI.