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

[issue] Unknown/unsupported CodecID (when exporting into FFV1) #49

Closed rgm89git closed 3 months ago

rgm89git commented 4 months ago

Some players (like MPV) doesn't identify FFV1 exports from ntsc-rs, since probably it's using an CodecID not supported by these players.

Example from MPV: [mkv] Unknown/unsupported CodecID (V_FFV1) or missing/bad CodecPrivate data (track 1).

valadaptive commented 4 months ago

Is this a problem with ntsc-rs or something inherent to FFV1?

rgm89git commented 4 months ago

I only have seen this problem with ntsc-rs.

rgm89git commented 4 months ago

So, @valadaptive , there's a way to get the log, so i can show more details?

Degamisu commented 3 months ago

Hello. Use ffmpeg to fix it. The CodecPrivate is only one place to store the configuration data; there is also the option to store it "in-band", with the actual packets that make up the video track.

You can get some advice from here. Not an NTSC-rs issue.

valadaptive commented 3 months ago

This is an issue with mpv. I've created a PR over there which should fix this. I'll keep this issue open until it's merged.

valadaptive commented 3 months ago

The PR in mpv has been merged. It may take some time for it to ride the trains to different distros' package managers.