The configuration yaml for Wan 2.2 T2V specifies FPS value of 16 here: https://github.com/mlcommons/inference/blob/9b77f35de981d56dec0f30dc2678d25183c8a2eb/text_to_video/wan2.2-t2v-14b/inference_config.yaml#L7 However, in the reference inference script, a hardcoded value of `fps=25` is used when exporting the video: https://github.com/mlcommons/inference/blob/9b77f35de981d56dec0f30dc2678d25183c8a2eb/text_to_video/wan2.2-t2v-14b/run_inference.py#L189