Jianfeng Zhang

Results 24 comments of Jianfeng Zhang

Vote for this enhancement.

@cnbeining Avconv has almost the same params with ffmpeg. Just use it like ffmpeg. @m13253 Libav is not abandoned. Latest update is on Dec 2, 2014.

Well, I haven't tried -f concat even with ffmpeg. You can refer to the Libav documentation here: http://libav.org/avconv.html See the concat section (18.1). (Similar names? Sounds interesting. How does it...

I have built it on Windows successfully in the past, so I assume this is related to the update of node.js or python. I'll check the build later, but could...

I'm afraid that I hadn't updated npm before so it remains the linux-only binding.gyp... I just updated it, so please try again. Well, and you must add python 3.5+ directory...

I think it's may be more better if it becomes a seqpacket (sequened packets) protocol. Then the data remains in packets and can be used as stream.

CF is treating `this` in top-level lambda as underinitialized, which is not always true and there is currently no way to specify if it's underinitialized or initialized. In addition, it's...

@smillst This code is same as your first example (NPE) but passes check: ```java public class LambdaInit { String f1; class InnerClass { @Override public String toString() { f1.toString(); return...