Closed. This question does not meet Stack Overflow guidelines. It is not currently accepting answers.
This question does not appear to be about a specific programming problem, a software algorithm, or software tools primarily used by programmers. If you believe the question would be on-topic on another Stack Exchange site, you can leave a comment to explain where the question may be able to be answered.
Closed 9 years ago.
Improve this question
I have recorded a mp4 file by my android application. Unfortunately,I want to cut it from 720*480 to 480*480, and delete the others. but I have no idea about it.
Could you help me?
You can decode it. Then crop the YUV frame to 480*480. Then encode again. But note that different phones have different encoders and decoders. And the YUV color formats can be different.
Related
Closed. This question is not about programming or software development. It is not currently accepting answers.
This question does not appear to be about a specific programming problem, a software algorithm, or software tools primarily used by programmers. If you believe the question would be on-topic on another Stack Exchange site, you can leave a comment to explain where the question may be able to be answered.
Closed yesterday.
Improve this question
I'd like to go live on youtube from android, but audio only and and instead of video feed, I want to display a thumbnail, an image preferably with an audio visualizer (audio bars that increases/decreases with audio frequency). How can I do this?
Closed. This question does not meet Stack Overflow guidelines. It is not currently accepting answers.
This question does not appear to be about a specific programming problem, a software algorithm, or software tools primarily used by programmers. If you believe the question would be on-topic on another Stack Exchange site, you can leave a comment to explain where the question may be able to be answered.
Closed 5 years ago.
Improve this question
Is it possible to get a screenshot of an activity containing a texture view showing camera preview and an image over the texture view?
Creating bitmaps resulted in blacked out background screens and could not find any solution for such a case in the previously asked questions.
Or any in built support for getting screenshots of my application activity?
As SurfaceView uses OpenGL thread for drawing and draws directly to a hardware buffer. You have to use glReadPixels.
you can refer this thread :
Android OpenGL Screenshot
i hope this will work for you
Closed. This question does not meet Stack Overflow guidelines. It is not currently accepting answers.
This question does not appear to be about a specific programming problem, a software algorithm, or software tools primarily used by programmers. If you believe the question would be on-topic on another Stack Exchange site, you can leave a comment to explain where the question may be able to be answered.
Closed 7 years ago.
Improve this question
I am new to git hub and i was wondering how I could download the whole project. HERE is the page github.com/playgameservices/android-basic-samples/tree/master/BasicSamples
Im new to all of this so any help is aprecciated and thanks so much.
You can download the project as a zip file from here
There is button for it:
Closed. This question does not meet Stack Overflow guidelines. It is not currently accepting answers.
This question does not appear to be about a specific programming problem, a software algorithm, or software tools primarily used by programmers. If you believe the question would be on-topic on another Stack Exchange site, you can leave a comment to explain where the question may be able to be answered.
Closed 8 years ago.
Improve this question
I would like to display my Android device's screen on my mac for a presentation. I don't care if I have to use a USB cable or wifi. What is the best way to do this?
Droid#Screen might work for you. I've never used it on a Mac but it's just a jar so it should work.
Closed. This question does not meet Stack Overflow guidelines. It is not currently accepting answers.
This question does not appear to be about a specific programming problem, a software algorithm, or software tools primarily used by programmers. If you believe the question would be on-topic on another Stack Exchange site, you can leave a comment to explain where the question may be able to be answered.
Closed 8 years ago.
Improve this question
Can anyone tell me , how exactly android assets are stored into device's storage after the instalation process ?
They appear to be left in the APK and accessed directly from there. That is, unless you copy them somewhere.