I've created a copy of the youtube-shorts folder and customized it. Everything is working great. The npm run render produces the right video with the correct images, audio, captions, etc.
However, when I view the video in the editor, the images are not shown. The captions and audio work as expected in the editor. I can confirm that the files are being fetched (by looking at the network traffic). They just aren't displayed in the editor.
Any pointers on how I can go about debugging why the images are not shown in the editor?
I've created a copy of the youtube-shorts folder and customized it. Everything is working great. The
npm run renderproduces the right video with the correct images, audio, captions, etc.However, when I view the video in the editor, the images are not shown. The captions and audio work as expected in the editor. I can confirm that the files are being fetched (by looking at the network traffic). They just aren't displayed in the editor.
Any pointers on how I can go about debugging why the images are not shown in the editor?