neoyxm

Results 18 comments of neoyxm

@ycherniavskyi I think this is the same issue as : https://github.com/flutter-webrtc/flutter-webrtc/issues/500 https://github.com/flutter-webrtc/flutter-webrtc/issues/499 They all printed the following error: `java.lang.RuntimeException: Failed to create EGL context: 0x3003` We encountered this crash in...

> 目前想实现一个大数据量的提取,因此对速度要求还是比较高的。请问一下 用帧号(frame_no)映射的方法计算时间戳(eg. frame_no * frame_rate) 这样可行么 。不太理解这里为什么有这么多的分支逻辑,希望能帮忙解答一下。 有些视频的frame_rate是动态的,不是一个固定值, 不能用frame_no * frame_rate来简单计算。 我认为,你可以先用mediainfo这样的工具检查视频是否是CONSTANT帧率, 如果是用简单计算方法, 不是的话用复杂实现。 这样假如说固定和非固定的视频占比是55开, 那这个函数上至少可以提升50%的效率.

> > > 目前想实现一个大数据量的提取,因此对速度要求还是比较高的。请问一下 用帧号(frame_no)映射的方法计算时间戳(eg. frame_no * frame_rate) 这样可行么 。不太理解这里为什么有这么多的分支逻辑,希望能帮忙解答一下。 > > > > > > 有些视频的frame_rate是动态的,不是一个固定值, 不能用frame_no * frame_rate来简单计算。 > > 我认为,你可以先用mediainfo这样的工具检查视频是否是CONSTANT帧率, 如果是用简单计算方法, 不是的话用复杂实现。 这样假如说固定和非固定的视频占比是55开, 那这个函数上至少可以提升50%的效率. > > 复杂实现怎么实现?...

> _frame_to_timecode > > > > > 目前想实现一个大数据量的提取,因此对速度要求还是比较高的。请问一下 用帧号(frame_no)映射的方法计算时间戳(eg. frame_no * frame_rate) 这样可行么 。不太理解这里为什么有这么多的分支逻辑,希望能帮忙解答一下。 > > > > > > > > > > > > 有些视频的frame_rate是动态的,不是一个固定值, 不能用frame_no * frame_rate来简单计算。...

> Bacause most of our dev devices are M1 Mac now, whose speed is fast. I can build this project on M1 mac just without asm supporting. And you need...

> Try: U-S paused shipment of bombs to Israel Yeah, it supposes to work by adding "-" between U and S. But it can't fix the problem if the input...

It works on bangumi links. thanks. you-get "https://www.bilibili.com/bangumi/play/ss27795?from_spmid=666.25.series.0"

I met the same problem. The root cause is there is already an existing package path named: **example.web** in python/pip/conda env on one of my linux server (other servers has...

> I already mentioned the fix in my post itself. > […](#) > On Fri, Aug 23, 2024, 1:20 PM Neo Yang ***@***.***> wrote: I met the same problem. The...

Hi @maheshmnj Thanks for verifying my issue. After testing more android devices, I guess this issue effects Android 8 and above. I have two devices running Android 6.0/7.0, and this...