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

The Render and Preview are buggy now #32

Closed Legozilla closed 5 months ago

Legozilla commented 5 months ago

https://github.com/valadaptive/ntsc-rs/assets/157541946/602a3829-e0d4-4acf-bc8c-957992febb62

I have evidence of The Render and Preview being buggy in the current version.

Degamisu commented 5 months ago

what was the bug? Was it that Internal Data Stream error? if so, what is the filetype of the video/picture you are using?

Legozilla commented 5 months ago

I was using a Mov

Degamisu commented 5 months ago

I was using a Mov

Then it might be the format itself. That, or it is some sort of image. mov is a Video format. The UI shows that it is just a single image (no scrubbing tab)

What is the duration of the video?

valadaptive commented 5 months ago

Looks like it's a variable-framerate video which is being falsely detected as a still image. I don't know of a good way to tell them apart in GStreamer. I should probably ask.

I'm going to close this as a duplicate of https://github.com/valadaptive/ntsc-rs/issues/8.