views:

136

answers:

1

Hello All,

I'm wondering if someone can help me with references or code snippet of H.264 files splitting.

A: 

It is not possible to split an h.264 file directly in AS3.

With out more information it is difficult to suggestion anything. But I'll try. What you can do is, somehow, communicate to an external process to split the file for you. E.g.: Java, C#, Python, something running outside of the browser (or Adobe AIR.)

Splitting an h.264 video is non-trivial. More than likely you will need to use third party software. Two suggestions jump to mind:

Again, this is non-trivial and there are more than one approaches to the problem. Without more details, we cannot help.

Stu Thompson