Opened 13 years ago
Closed 13 years ago
#1933 closed defect (invalid)
Seeking breaks ASS/SSA support
Reported by: | Owned by: | ||
---|---|---|---|
Priority: | normal | Component: | libass |
Version: | HEAD | Severity: | normal |
Keywords: | Cc: | compn, subjunk@… | |
Blocked By: | Blocking: | ||
Reproduced by developer: | no | Analyzed by developer: | no |
Description
ASS/SSA subtitles work like this:
mencoder inputfile.mkv -o vid.mpeg -nosound -ovc lavc -vf fixpts=fps=60000/1001,ass,fixpts -ass
But as soon as you try to seek to any position, they don't work:
mencoder -ss 1.0 inputfile.mkv -o vid.mpeg -nosound -ovc lavc -vf fixpts=fps=60000/1001,ass,fixpts -ass
ASS/SSA subtitles used to work just by using -ass (without the fixpts stuff) but that was broken over a year ago.
The last version I have seen that had working ASS/SSA support was r30369.
In that version, the following works perfectly:
mencoder -ss 1.0 inputfile.mkv -o vid.mpeg -nosound -ovc lavc -ass
P.S. There was a new version of libass released in May that maybe you missed because it was inactive for a long time: https://code.google.com/p/libass/downloads/list
Change History (4)
comment:1 by , 13 years ago
Cc: | added |
---|
comment:2 by , 13 years ago
Cc: | added |
---|
comment:3 by , 13 years ago
Hi compn, are you suggesting that adding -demuxer mkv would fix the bug? I tried it and it didn't work, using the following:
mencoder -ss 1.0 inputfile.mkv -o vid.mpeg -nosound -demuxer mkv -ovc lavc -vf
fixpts=fps=60000/1001,ass,fixpts -ass
comment:4 by , 13 years ago
Resolution: | → invalid |
---|---|
Status: | new → closed |
Outdated, replaced with #1960
do -demuxer mkv then
thats pretty much the only change i can think of that broke anything
would be making -demuxer lavf default for mkv...