you-apps / RecordYou

Privacy focused recorder app built with MD3
https://you-apps.net
GNU General Public License v3.0
662 stars 31 forks source link

Enhance trim support to handle other output formats besides MP4 #262

Closed pvagner closed 4 months ago

pvagner commented 4 months ago

Describe your suggested feature

When trimming the output file is always muxed into MP4 container as the MP4 format is currently hardcoded. Would it be possible to use the format most suitable for the codec? Having opus audio data in an MP4 container sounds somewhat strange to me. https://developer.android.com/reference/android/media/MediaMuxer.OutputFormat

Other details

No response

Acknowledgements