You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I use FFmpeg filter libvmaf like:
ffmpeg -i 1.mp4 -i 2.mp4 -lavfi "libvmaf" -f null -
I noticed that the memory FFmpeg used is almost 2x of YUV.
While run_vmaf and ffmpeg2vmaf no such issue.
I use FFmpeg filter libvmaf like:
ffmpeg -i 1.mp4 -i 2.mp4 -lavfi "libvmaf" -f null -
I noticed that the memory FFmpeg used is almost 2x of YUV.
While run_vmaf and ffmpeg2vmaf no such issue.