Hi,
On Thu, Oct 31, 2024 at 9:50 AM Aditya Dandavate <adityadandavat...@gmail.com> wrote: > > ffmpeg -i distorted.mp4 -i original.mp4 -filter_complex libvmaf -f null - > > This command doesn't ouput any .xml file. Yes, if you wish to generate an xml file, following the official ffmpeg documentation: https://ffmpeg.org//ffmpeg-filters.html#libvmaf-1 I was able to generate an 'output.xml' file in my current working directory with the example used in the docs: ffmpeg -i distorted.mpg -i reference.mpg -lavfi libvmaf=log_path=output.xml -f null - Best, Kieran O'Leary National Library of Ireland _______________________________________________ ffmpeg-user mailing list ffmpeg-user@ffmpeg.org https://ffmpeg.org/mailman/listinfo/ffmpeg-user To unsubscribe, visit link above, or email ffmpeg-user-requ...@ffmpeg.org with subject "unsubscribe".