python (65.2k questions)
javascript (44.3k questions)
reactjs (22.7k questions)
java (20.8k questions)
c# (17.4k questions)
html (16.3k questions)
r (13.7k questions)
android (13k questions)
Saving some (not all) decoded H.264 video stream frames with original quality and not screen resolution
I have an H.264 video stream coming form server to Android device. I want user to be able to get single frames of this stream with original quality and not with screen resolution, and simultaneously b...

Ali Has
Votes: 0
Answers: 0
Transcoding video 1080p to 720p while preserving aspect ratio with padding on Android
I need to transcode a video file on Android from an arbitrary aspect ratio, such as 1920x1080 to 720p, while preserving the original aspect ratio, adding padding, if necessary.
I am using this CTS fil...
user2551017
Votes: 0
Answers: 1
Android - Camera2 createCaptureSession with multiple sizes surfaces
How can I use Camera2 and get 2 types of output surfaces at the same time? one of 720X1280 and the other of 1920x1080? I saw I can use the createCaptureSession but I did not find any example. Thanks!

Uriel Frankel
Votes: 0
Answers: 1
I have already encoded byte arrays & i want to create mp4 video. is MediaMuxer is helpful?. can i use MediaMuxer without Mediacodec?
I have live encoded byte stream from which i just need to create .mp4 file. how can I do that?.
I found people are using MediaMuxer API along with MediaCodec but I do
not need to use MediaCodec as I a...
Madhukar
Votes: 0
Answers: 0