ffvvc / FFmpeg

VVC Decoder for ffmpeg
Other
48 stars 12 forks source link

Support SEI - Mainly for Film Grain and Field Frame #257

Open QSXW opened 3 months ago

QSXW commented 3 months ago

use -vf tinterlace filter to generate the same yuv as VTM passed files: FIELD_A_Panasonic_4.bit FIELD_B_Panasonic_2.bit

VVCSoftware_VTM image

FFmpeg image

QSXW commented 2 months ago

Should we also move to verify picture hash to ff_h274_verify_decoded_picture_hash like ff_h274_apply_film_grain?

nuomi2021 commented 2 months ago

Should we also move to verify picture hash to ff_h274_verify_decoded_picture_hash like ff_h274_apply_film_grain?

Yes, if a function is needed by all H.274 users, we should move it to h274.c