I try to export an High Quality video but Movie Render Queue only can generate images, how can i generate a video ?
Hi,
Yes you can, you have to use FFMPEG to do that:
1 Like
Thank you so much !
well it’s very convoluted, you can prefer to just type in cmd
ffmpeg -i inputpath/filesequence%04d.png -c:v prores_ks -profile:v 4444xq outputpath/mymovie.mov
This topic was automatically closed 30 days after the last reply. New replies are no longer allowed.