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

ffpeg x264 multi-core doesn't work use doubango #538

Open
GoogleCodeExporter opened this issue Jul 10, 2015 · 1 comment
Open

ffpeg x264 multi-core doesn't work use doubango #538

GoogleCodeExporter opened this issue Jul 10, 2015 · 1 comment

Comments

@GoogleCodeExporter
Copy link

a) Before posting your issue you MUST answer to the questions otherwise it
will be rejected (invalid status) by us
b) Please check the issue tacker to avoid duplication
c) Please provide network capture (wireshark) or Android log (DDMS output)
if you want quick response

What steps will reproduce the problem?
1.I recompile the x264 use more cpu follow this:
https://groups.google.com/forum/#!topic/android-ndk/_OHzzpyw29U
for android use corss-compile. After tested ./x264 on my android device,it 
works well (multicore works), the encode fps can get to 50, while use only one 
core,the fps is only about 25 ;
2.But when I replace libx264.lib in thirdparties/android/armv7-a/libx264.a with 
the one I compiled, I find there isn't any help except the 4 core(my android 
phone has 4 cores)are all in use, the video encode time 
(tinyDAV/src/codes/tdav_codec_h264.c ,function tdav_codec_h264_encode) 
avcodec_encode_video used isn't reduce any.That is to say the multi-core isn't 
work with doubango?
3.So anyone can help me, why multicore didn't work with doubango?

What is the expected output? What do you see instead?


What version of the product are you using? On what operating system?


Please provide any additional information below.


Original issue reported on code.google.com by [email protected] on 23 Oct 2014 at 1:13

@GoogleCodeExporter
Copy link
Author

Need I recompile ffmpeg?

Original comment by [email protected] on 23 Oct 2014 at 1:16

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

1 participant