Ravin.Wang

Results 21 comments of Ravin.Wang

Thanks, after checking the code, these command can be supported, but there are some bugs in MacOS, and in Windows/Linux, there also exists a issue, I will fix them together...

> DumpTS test.mp4 --showinfo --removebox='udta' > show same info like DumpTS test.mp4 --showinfo and mesage > Failed to open the file: /path/test.mp4~5041293523865039971 {errno: 2}. This issue is already fixed, too.

Many thanks. Fixed it in the latest commit.

can you upload test.mp4 and test1.mp4? I have tried the file [t.mp4](https://1drv.ms/v/s!Aq-QIjb-e4UrgYsNoGwUHwSR8Xi4WQ) in my side, it seems to work well.

Thanks for your materials, it is fixed, please check the latest commit.

H.264 SPS/PPS is added at the beginning?

Ok, thanks. can you upload the dumped .h264 stream with other software? I will do binary comparing, and something should be found.

I think vue need this feature, otherwise modern browser will report tons of warnings, now edge/chrome need set the passive to true or false explictly in the addEventListener for some...

> @wangf1978 short term solution, you could add a ref and use vueuse's [useEventListener(divRef, 'touchstart', eventCallback, { passive: true })](https://vueuse.org/core/useEventListener/) > > But I am unsure if that solution would...