Hi @erik @jakaskerl,
I am trying this example: https://docs.luxonis.com/projects/api/en/latest/samples/VideoEncoder/rgb_encoding/#rgb-encoding and after executing this: ffmpeg -framerate 30 -i video.h265 -c copy video.mp4,
speed is around 2x~3x, could you please tell me how to make it normal play speed?
I have tried framerate 15, 60, 120, no change
fps set in the code is 60
please suggest a solution. thank you