A. Abbas
A. Abbas
Hello, Has this issue been resolved by anyone ? There doesn't seem to be any problem with running the code on mpeg4 video files. After trsting the code on a...
Many thanks - Sent an email containing all the details. Please let me know if you'd like me to run any tests on my machine or send extra info etc...
The following is the back trace log: > #0 0x00007ffff6e02cc9 in __GI_raise (sig=sig@entry=0x6) at ../nptl/sysdeps/unix/sysv/linux/raise.c:56 > #1 0x00007ffff6e060d8 in __GI_abort () at abort.c:89 > #2 0x00007ffff74f76b5 in __gnu_cxx::__verbose_terminate_handler() () from...
Hello @vadimkantorov, > Basically in that piece of code I'm adding dummy frames for non-existent PTS. There could be a problem if timestamps in the video frames differ by gigantic...
@vadimkantorov Thanks, I tested it on 100 .mp4 contained videos pulled from different sources and all seems to be working well. Cheers --
@ichraf Yes just removing line 310 to 323 solves the issue.