Brief overview of the x264 library

661 Views Asked by At

Im to migrate the x264 library into actionscript. And analyzing it is not trivial at all. How does x264 work exactly? Ive assumed it uses multi threads in encoding, is it possible for it to be single threaded? How feasible it is to be migrated in an actionscript 3.0 web project?

1

There are 1 best solutions below

3
JabbyPanda On

You'd better encode your video on Server by using some command line utility like Flash Media Encoder or FFmpeg.

It is not feasible in a short term perspective to write your own x264 encoder in ActionScript based around ByteArray class.