-
Notifications
You must be signed in to change notification settings - Fork 96
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
h264 encoding demo #4
Comments
Use other demo. https://github.com/patrickhwood/h264encoder |
Thank you very much! On Fri, 24 Jan 2014 19:00:44 +0100, mittorn [email protected]
|
Dear developers, Thank you very much! |
On 03/22/2014 04:42 PM, c1111f1 wrote:
Did you follow the howto? http://linux-sunxi.org/Cedrus
|
Thank you for you so fast reply! |
Yes. I used "root" to run that app and it worked. But I still has some problems about color space. I used YUV420 "foreman.yuv" sequence to test the app and used VLC to check the output file. I fount the color was not right but the Y image was OK now. I need to consider the RAW file format. Thank you again. |
Is there a working h264 encoding demo?
enc_dec_demo does not seem to compile. It uses older include files (e.g. #include "encoder_type.h") existing in earlier versions of the "old" directory (I think its renamed to type.h)
There is a demo in old directory called "EncoderDemo" which comiles but seems to have issues with the current kernel/board configurations? My debug output gets flooded with disp pixel sequence and or scaler issues. The Display does not show any valid picture/video.
I use an a13-olinuxino board for testing.
Thank you,
Andreas
The text was updated successfully, but these errors were encountered: