Hagen Brooks

Results 95 comments of Hagen Brooks

This is an old question, but hopefully it helps someone. You can read/write metadata like this: for(int i=0; i

Can you please confirm that the latest commit fixed this issue? - https://github.com/sannies/mp4parser/pull/288

@liungkejin Thank you, so far I have not gotten any `OutOfMemory` exceptions in crashlytics. Please let me know when you have tested.

@liungkejin did you ever resolve this issue? I still getting outofmemory crashes.

@liungkejin Did you compile MP4v2 or is there a library I don't know of?

@ChadCSong can you please confirm that reverting back to 1.1.7 resolved this issue?

This is not a issue regarding the library. Look at the ffmpeg documentation - https://ffmpeg.org/ffmpeg.html

Besides this fix, for this library to work when targeting Q, we need an option to pass a `FileDescriptor` instead of having to pass the file path. For example, instead...

@alexcohn The owner of FFmpegMediaMetadataRetriever did something similar, have a look here: https://github.com/wseemann/FFmpegMediaMetadataRetriever/blob/b42986fb4044c54131379407598d8ac0ff1a3326/gradle/fmmr-library/library/src/main/jni/metadata/ffmpeg_mediametadataretriever.c#L304 You can also have a look at my post on the mobile-ffmpeg library which is related to...