dzikmikrofala
dzikmikrofala
CC#
Created by dzikmikrofala on 12/16/2023 in #help
✅ User input issue
So the program compiles successfully, but after I drop the file, it shows its location in quotes, for example: "C:\Users...". When I press enter, it shows that no file was dropped. Any ideas on how to fix it? Line 11
4 replies
CC#
Created by dzikmikrofala on 12/14/2023 in #help
Does anyone know how to fix the last part of this code?
while (true) { var frame = videoReader.ReadVideoFrame(); if (frame == null) break; for (int i = 0; i < interpolationFactor; i++) videoWriter.WriteVideoFrame(frame); frame.Dispose(); } there are 2 errors in video.Reader.ReadVideoFrame(); and videoWriter.WriteVideoFrame(frame); Does anyone know how to fix it?
5 replies