Saving the audio recording is easy, but what about video? #61
Answered
by
Charles92011
Charles92011
asked this question in
Q&A
-
In the audio sink I simply write the audio data out to a binary file and I can post process it to just any format with ffmpeg. |
Beta Was this translation helpful? Give feedback.
Answered by
Charles92011
Jun 3, 2022
Replies: 2 comments
-
|
Beta Was this translation helpful? Give feedback.
0 replies
-
I found examples of android applications that write the video to a file, but none of them demonstrated the formatting of the output buffer, so I just experimented until I was able to figure it out.
|
Beta Was this translation helpful? Give feedback.
0 replies
Answer selected by
Charles92011
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
I found examples of android applications that write the video to a file, but none of them demonstrated the formatting of the output buffer, so I just experimented until I was able to figure it out.