Can't see my video clips when I package UE5 project

Hi.
I am packaging an UE5 project which containt several video clips.
In editor everything works fine.
The clips are in “content\video” project folder.
I know I have to copy those video clips in a “content\video” folder in the packaged files tree.
I tried “.\content\video” and “.\engine\content\video” but when I launch the application it can’t find the clips.
In older 4.27 projects I managed to package the clips with no problems, but now it seems I’m missing something, can anyone help?
Thank you.

rename video folder to Movies

Hi. I was skeptical but tried all the same, but this in fact didn’t work.
I managed to make it work only by opening the clips as files, and using an absolute path (GetProjectContentDirectory node + file name)