You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I am currently using it to extract the audio from ~1000 MP4 files. However, I suspect there may be some sort of memory-leak in av_audio_convert. With each subsequent video converted, the memory usage in my R session continues to climb until machine resources are maxed out.
Thanks for this great package.
I am currently using it to extract the audio from ~1000
MP4
files. However, I suspect there may be some sort of memory-leak inav_audio_convert
. With each subsequent video converted, the memory usage in my R session continues to climb until machine resources are maxed out.Note: I attempted this using windows 10, and via linux (in a docker container). Both ran out of memory.
The text was updated successfully, but these errors were encountered: