x264-rs icon indicating copy to clipboard operation
x264-rs copied to clipboard

Consider adopting the `x264` crate.

Open quadrupleslap opened this issue 7 years ago • 6 comments
trafficstars

I'm not very familiar with x264, but I needed it for a project I was working on, so I made a high-level wrapper of it over here (docs). If you think the crate is a decent enough safe abstraction, would you mind adopting it? Thanks for considering it!

quadrupleslap avatar Jan 08 '18 07:01 quadrupleslap

Bump? It now works without libstd, and supports UYVY/YUYV too!

quadrupleslap avatar Apr 06 '18 09:04 quadrupleslap

Since this repo existed before your hand-made version, why you didn't contribute to it instead?

lu-zero avatar Apr 07 '18 07:04 lu-zero

It wasn't on crates.io, so I didn't know it existed! :P

quadrupleslap avatar Apr 07 '18 11:04 quadrupleslap

I need some time to read all your work, I'm quite sure we could try to deduplicate at least some of the effort, I would keep the sys crate since the automated bindings would help who would like to build different abstractions.

lu-zero avatar Apr 09 '18 00:04 lu-zero

Yeah, no problem, I'm using the x264-sys crate, too - if the build script misled you, that's just for detecting UYVY support, it doesn't do any linking or bindings generation.

quadrupleslap avatar Apr 09 '18 00:04 quadrupleslap

Oh wow, I got really sidetracked, I'm going to publish a new version of the -sys crate soon :)

lu-zero avatar Sep 17 '19 12:09 lu-zero