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
Hi, I noticed that the memory is not freed after the conversion process. I took a screenshot from the diagnostic tool. There seems to be no problems with the download. The garbage collector provides a clean horizontal line in the diagram. However, from the breakpoint at MediaConcatenator.Build (46) the memory curve goes up and stays up even though the garbage collector is called.
I put the brackets in all the Using calls, which didn't improve the situation^^'. Is there maybe a ffmpeg...._free_context call missing somewhere in one of the Dispose methods? This code with ffmpeg is really too complicated for me, I can't fix it without help. :)
The text was updated successfully, but these errors were encountered:
Hi, I noticed that the memory is not freed after the conversion process. I took a screenshot from the diagnostic tool. There seems to be no problems with the download. The garbage collector provides a clean horizontal line in the diagram. However, from the breakpoint at MediaConcatenator.Build (46) the memory curve goes up and stays up even though the garbage collector is called.
I put the brackets in all the Using calls, which didn't improve the situation^^'. Is there maybe a ffmpeg...._free_context call missing somewhere in one of the Dispose methods? This code with ffmpeg is really too complicated for me, I can't fix it without help. :)
The text was updated successfully, but these errors were encountered: