valadaptive / ntsc-rs

Free, open-source analog TV + VHS effect. Standalone application + plugin (After Effects, Premiere, and OpenFX).
Other
241 stars 4 forks source link

How i can do an interlaced video? #3

Closed rgm89git closed 6 months ago

rgm89git commented 6 months ago

Good filter, but...

How i can do an interlaced video, out of it? There are Alternating, Upper, Lower and Both field modes.

valadaptive commented 6 months ago

It's not designed for interlaced output yet. I can try to wrangle GStreamer into doing so.

rgm89git commented 6 months ago

Well, ok. But there's a problem:

I've tried using Both field mode, to use all rows. The preview is ok, but when i exported, it shows an vertically blurred image, like Alternating, Upper and Lower modes (which only shows one even/odd field).

rgm89git commented 6 months ago

This is a example on preview: image

And this is the export result: image

valadaptive commented 6 months ago

I accidentally hardcoded the renderer filter to always use the upper field. Once v0.2.1 finishes building, try it out; it should fix this bug.

rgm89git commented 6 months ago

You forgot the release check.

valadaptive commented 6 months ago

It should be working now

rgm89git commented 6 months ago

Ok, let's try.

rgm89git commented 6 months ago

It worked, thanks a lot. You are so cool.