pixop / video-compare

Split screen video comparison tool using FFmpeg and SDL2
GNU General Public License v2.0
885 stars 41 forks source link

doesnt work with vvc #69

Closed 54x1 closed 1 month ago

54x1 commented 1 month ago

./video-compare --left-decoder :strict=-2,trust_dec_pts=1 --right-decoder :strict=-2,trust_dec_pts=1 videoA.mp4 videoB.mp4 doesn't work

D:\video-compare-20240429-win10-x86_64> ./video-compare --left-decoder :strict=-2,trust_dec_pts=1 --right-decoder :strict=-2,trust_dec_pts=1 .\og-1080-28.mp4 .\og-1080-28.mkv [mov,mp4,m4a,3gp,3g2,mj2 @ 000002036bb89980] Referenced QT chapter track not found [vvc @ 000002036bb9f980] The decoder 'vvc' is experimental but experimental codecs are not enabled, add '-strict -2' if you want to use it. [mov,mp4,m4a,3gp,3g2,mj2 @ 000002036bb89980] Failed to open codec in avformat_find_stream_info [vvc @ 000002036bb9f980] The decoder 'vvc' is experimental but experimental codecs are not enabled, add '-strict -2' if you want to use it. [vvc @ 000002036bbe2100] The decoder 'vvc' is experimental but experimental codecs are not enabled, add '-strict -2' if you want to use it. [matroska,webm @ 000002036d6e2000] Failed to open codec in avformat_find_stream_info Invalid value at vps_layer_id[i]: bitstream ended. Failed to read unit 0 (type 14). [NULL @ 000002036bbe2100] Failed to parse extradata. [vvc @ 000002036bbe2100] The decoder 'vvc' is experimental but experimental codecs are not enabled, add '-strict -2' if you want to use it. Error: FFmpeg: Unsupported video codec

54x1 commented 1 month ago

might relate to https://github.com/pixop/video-compare/issues/67

jonfryd commented 1 month ago

@54x1: You need to compile the software from source on Windows to get the changes required to decode VVC. I haven't released them yet. However, I'm planning to release a new version this weekend, so stay tuned for that.

Closing this.

jonfryd commented 1 month ago

@54x1: The new release is now available.