Ravin.Wang
Ravin.Wang
Hi, thanks for your contribution, it is ok for me, please go ahead.
Your codebase seems not to be a fork of the original source depot, I merged your changes manually, and I found some typos, and I changed it, the main change...
Sorry for long time not to notice this project, can you give more explanation? Or do you have the detailed stream file to do so? If yes, I would have...
I will have a look later, thanks for reporting this issue.
You can use the command line: ``` dumpts sample.mmts --showinfo ``` to show the layout of mmts, and you can see packet_id 0xa001 may lies at 2 CID(1 and 2)....
Thanks, can you push your changes? I didn't test these case in my previous implementation, in current code, I found it already supported "CID"
grylem, Thanks for your attention and comments, I am very glad this project is noticed by somebody, sweet! I am not familiar with macOS development environment, but I am familiar...
Now it can be compiled successfully under linux, please see the details in the README.md
Fix it, please see the details in README.md It works well under macOS Mojave although there are still some warnings to be fixed clang --version Apple LLVM version 10.0.0 (clang-1000.11.45.2)...
Sorry for unfriendly usage, at present it does NOT support in-place removebox. You can use the below command: ``` DumpTS test.mp4 --showinfo DumpTS test.mp4 --removebox='udta' --output=test_new.mp4 --verbose=1 DumpTS test_new.mp4 --showinfo...