obs-amf icon indicating copy to clipboard operation
obs-amf copied to clipboard

HEVC produces VPS and SPS error

Open amikumanto opened this issue 2 years ago • 1 comments

When using ffmpeg to reencode this plugin's HEVC output, it produces the following errors:

[hevc @ 0000021bb36100c0] VPS 0 does not exist
[hevc @ 0000021bb36100c0] SPS 0 does not exist.

I found this issue from another project which seems to suggest the error is caused by certain elements not being encoded in the correct order. I noticed this previously but did not report it since it doesn't seem to cause any issues with playback or encoding/decoding, but I'm now wondering if it could be related to #24 ?

amikumanto avatar Apr 10 '22 05:04 amikumanto

Thanks for the report. I have little expertise on these kind of codec internals so it is unlikely I can fix this on my own.

e00E avatar Apr 10 '22 10:04 e00E