added comment about limitations

This commit is contained in:
davotoula
2026-03-17 19:53:57 +01:00
parent e7d11fdc84
commit d87bf37138
@@ -149,6 +149,9 @@ class MetadataStripper {
if (extractor.trackCount == 0) return uri
// Note: MediaMuxer may still write a creation timestamp and encoder info into
// the new container. This is not controllable via the Android API and is a
// known residual privacy limitation of the remux approach.
muxer = MediaMuxer(tempOutputFile.absolutePath, MediaMuxer.OutputFormat.MUXER_OUTPUT_MPEG_4)
val trackIndexMap = mutableMapOf<Int, Int>()