Brian

Results 17 comments of Brian

@mnogue @mathwhiz1212 Might be a little late, but check out github.com/jscodec/jsvpx

Are you talking about encoding them? Or scaling at runtime? This is only the decoder, so the frames should be same resolution as they were encoded, and you would scale...

The decoder does keep the state. You can only seek to a keyframe, but this is how all decoders work.

Yes, this is the case with VP8, you have to seek to the nearest keyframe.

When you multiplex it, it should put timestamps on each frame. I don't think a solid fps will work perfectly. Do you have audio too?

I'm not an expert on A/V sync but perhaps @brion knows

Are you doing this at a low enough level that you are getting the raw frame data?

Is this video and audio, or just video? Could you show me an example with Broadway? Also when you say stream vp8, are you sending the raw frames, or are...

Yes, originally started with a makefile, but then started using npm scripts cause easier. But now if the scripts start getting longer, it might make more sense to just use...

Actually it does make more sense to use makefile. Going move the build scripts to there. Just added a new one to build the ogv example