[FFmpeg-user] Can't generate an .xml file

Kieran O Leary kieran.o.leary at gmail.com
Thu Oct 31 18:22:18 EET 2024


Hi,



On Thu, Oct 31, 2024 at 9:50 AM Aditya Dandavate
<adityadandavate04 at 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


More information about the ffmpeg-user mailing list