remotion
remotion copied to clipboard
Ability to render interlaced video
Is there a way in Remotion to generate video with frame display in a interlaced format (like 50i)? It's for TV broadcasting where 50i is widely used. I've tried this Config.Output.overrideFfmpegCommand(({ args }) => { return [...args, '-vf', 'tinterlace=interleave_top'] }) but it doesn't work as it should. Maybe some setting in remotion override this... I'm not a ffmpeg specialist, I'll search a bit more tomorrow and let you know if I find something.
What is the current status on this issue? Have you found anything from your search? @JonnyBurger