c #

  1. Kreew

    Capturing ffmpeg output into C# script

    hi, sorry in advance if this is the wrong section. I'm trying to capture the output of an ffmpeg type recording via a C# script. The packets are sent via udp protocol and received correctly, the problem lies in the decoding of the image which occurs incorrectly. Multiple images are printed at...
Top