It sounds like the issue might be with the MJPEG conversion. Try using FFmpeg for reliable results: ffmpeg -i input.mp4 -vcodec mjpeg -q:v 2 -an output.aviMake sure the video matches TouchGFX requirements (resolution, frame rate, and container format...