Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

h265bitstream support #21

Open
leslie-wang opened this issue Apr 21, 2017 · 6 comments
Open

h265bitstream support #21

leslie-wang opened this issue Apr 21, 2017 · 6 comments

Comments

@leslie-wang
Copy link
Contributor

:-) this is a good job. hope it can support h.265 too.

@aizvorski
Copy link
Owner

aizvorski commented May 26, 2017

@leslie-wang How much code would be shared between the two? I'm not familiar enough with the H.265 spec to tell. It may be a whole new library :) although of course a lot of the structure/style can be copied over.

@leslie-wang
Copy link
Contributor Author

yes, I like your perl script a lot. The whole structure is extremely useful, and should be common for all codecs, such as 264, 265, VC9, coming AC1. :-). I think it is better to share the same structure, and different codecs just have different .in file. Even further, ideally, :-), each codec probably just provide syntax syntax tabular form, and one script can auto-generate all codes as you have done.

@leslie-wang
Copy link
Contributor Author

@aizvorski Apples starts to support HEVC in IOS from this year WWDC. It is time to work on this feature now. I'll do some work, and send a pull review

@paulboschert
Copy link

@leslie-wang I just started to do some research on this, may I work with you?

@leslie-wang
Copy link
Contributor Author

@paulboschert Welcome collaboration definitely. Are you familiar with CABAC, which probably need most help there? :-)

@leslie-wang
Copy link
Contributor Author

@aizvorski I have committed HEVC support in this repo https://github.com/leslie-wang/hevcbitstream. I realized most syntax (even some const variable, such as slice_type) has been changed. so it is a little bit difficult to merge into existing h264bitstream project. I'm wondering if we need a new repo to combine this 2 and also leave extensibility for future video codec. What do you think?

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

3 participants