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
That code produces a result but it is wrong. The resulting outputByteArray should have a length of approximately 223000, but a length of 148 is provided instead. However, if I use the original method, everything is fine:
Hi everyone!
I am trying to extract audio from video using pipes unsuccessfully. Here is the code:
That code produces a result but it is wrong. The resulting
outputByteArray
should have a length of approximately 223000, but a length of 148 is provided instead. However, if I use the original method, everything is fine:FFMpeg version used: 2022-10-24-git-d79c240196-full_build-www.gyan.dev.
Processing video and audio in memory is a requirement so, I cannot use file system. Has anyone had to deal with this before?
Any help is really appreciated. Thanks in advance.
The text was updated successfully, but these errors were encountered: