Hi,


On Thu, Oct 31, 2024 at 9:50 AM Aditya Dandavate
<[email protected]> 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
[email protected]
https://ffmpeg.org/mailman/listinfo/ffmpeg-user

To unsubscribe, visit link above, or email
[email protected] with subject "unsubscribe".

Reply via email to