I’m on UE5.0, trying to render my sequence and export that in video format (I’m trying MP4).
I followed all the steps recommended in tutorials out there.
-
added all plugins:
-
Installed ffmpeg, extracted it and placed it in my C: folder
-
Pasted the folder path (C:\Program Files\ffmpeg-6.1.1-full_build\bin\ffmpeg.exe) in my project settings. These are the configs I’m using:
-
And these are the configs I’m using for my movie render queue:
After it renders I get 3 types of errors:
MoviePipelinePIEExecutor: Warning: Shot/Camera “shot0002_01(2)” starts on a sub-frame. Rendered range has been rounded to the previous frame to match Sequencer.
MoviePipelinePIEExecutor: Warning: Frame number identifier not found. Files may be overwritten.
Does anyone has any idea why this is not working and what I have to do to fix it?
thanks!