Hello,
I would like to use ffmpeg plugin to render mpeg movies directly from Movie render Quee.
All works fine , i set path of ffmpeg.exe in project settings.
What i want is , i want to put ffmpeg folder inside project directory and set executable path with relative path rather then absolute path.
As you can see in attached image , currently path is C:/Program Files/ffmpeg/bin/ffmpeg.exe
i want something likethis
{GameDirectory}/ffmpeg/bin/ffmpeg.exe
When new artist join the project , i dont need them to install ffmpeg and use it directly from the game project directory.
Hope its clear.
Thanks.