-
Notifications
You must be signed in to change notification settings - Fork 11
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
incorrect video seek for certain m2ts #19
Comments
… found This should help AkarinVS/L-SMASH-Works#19. Signed-off-by: akarin <i@akarin.info>
… found This should help AkarinVS/L-SMASH-Works#19. Signed-off-by: akarin <i@akarin.info>
Not yet fixed. again, current lsmas vA.3h release and ffms2 both failed to correctly decode this frame (when randomly accessed). Frame 2148 (IDR) and 2149 (I) are both I frames with 2149 labeled with recovery point SEI as a valid random access point (with Even though one can argue that this input might be an incorrectly encoded file, this issue is serious enough that we have no choice but to somehow build a workaround. |
… found & slice is IDR This should finally fix AkarinVS/L-SMASH-Works#19. Signed-off-by: akarin <i@akarin.info>
… found & slice is IDR This should finally fix AkarinVS/L-SMASH-Works#19. Signed-off-by: akarin <i@akarin.info>
… found This should help AkarinVS/L-SMASH-Works#19. Signed-off-by: akarin <i@akarin.info>
… found & slice is IDR This should finally fix AkarinVS/L-SMASH-Works#19. Signed-off-by: akarin <i@akarin.info>
… found This should help AkarinVS/L-SMASH-Works#19. Signed-off-by: akarin <i@akarin.info>
… found & slice is IDR This should finally fix AkarinVS/L-SMASH-Works#19. Signed-off-by: akarin <i@akarin.info>
sample:
KIXA90240/BDMV/STREAM/00000.m2ts
(md5sum a508b825171a843a15dcb5a7c882f6ef)There are more cases, mostly in older BDs.
lsmas consistently fails to decode frame 351 (P frame) and more....
However, it can decode that frame correctly after remuxing the m2ts as mkv.
(ffms2 also exhibits similar problems with the m2ts file.)
Note: this is a severe issue for affected video files because not only does it affect random seeking, it might also affect vspipe-based encoding (as VS R54 can't guarantee strict sequential frame accesses under all circumstances.)
The text was updated successfully, but these errors were encountered: