-
Notifications
You must be signed in to change notification settings - Fork 35
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
Audio recording? #4
Comments
It would be interesting but currently I have not plans to implement audio recording. In order to add this to plugin 2 things should be accomplished: grab audio data from UE4 and encode it to file. Encoding takes place in VideoRecorder library, it uses FFmpeg. FFmpeg has facilities for audio too and it handles it in similar manner as it does it for video. So the following steps required: add audio stream to media file, initialize encoder, send audio frames to encoder and write encoded packets to file. As for capturing audio data from UE4 I have not found robust solution yet. It is possible to get data from |
Thank you for explanation this thing! |
WIP by @MykonCodes. |
Does audio recording is add to this great work? @ash3D |
Do you planning add audio recording?
Can you give some advise how implement this feature to your plugin?
Thank you
The text was updated successfully, but these errors were encountered: