gen2brain/x264-go

If I imitate NewBuffer and implement an io.Writer by myself, will it be possible to provide h264 bare streams?

nnnpa31 opened this issue · 1 comments

Thank you for writing this wrapper, I would like to ask the question as the title.
Also, does it help to reduce the latency if I call enc.Flush() once after encoding each frame?

Not sure how that is going to help you, did you check the code? Anyway, these are bindings for x264, use the underlying x264c package where you can do what is possible with x264 API. Sorry, this is for issues, I don't have time for questions, for Flush, test and see if it helps.