
matched as output url.Īpplying option v (set logging level) with argument debug.Īpplying option nostdin (enable or disable interaction on standard input) with argument 0.Īpplying option progress (write program-readable progress information) with argument C:/Users/Megaport/AppData/Local/Temp/KritaFFmpegProgress.IeMpTG. Reading option 'C:/Users/Megaport/Videos/turn around/mihca/Face/Rough/turn around face - rough.mp4'. matched as option 'y' (overwrite output files) with argument '1'. matched as option 'pix_fmt' (set pixel format) with argument 'yuv420p'. matched as option 'profile' (set profile) with argument 'main'. matched as AVOption 'preset' with argument 'medium'. matched as AVOption 'crf' with argument '23'. matched as input url with argument 'C:/Users/Megaport/Videos/turn around/mihca/Face/Rough/frame%04d.png'. matched as AVOption 'start_number' with argument '0'. matched as option 'r' (set frame rate (Hz value, fraction or abbreviation)) with argument '8'. matched as option 'progress' (write program-readable progress information) with argument 'C:/Users/Megaport/AppData/Local/Temp/KritaFFmpegProgress.IeMpTG'. matched as option 'stdin' (enable or disable interaction on standard input) with argument 0.

matched as option 'v' (set logging level) with argument 'debug'. Thank you very much for your prompt reply, I encountered a similar problem to this friend tingfengl, that is, when I wanted to calculate the vmaf of two video files in h264 format, the following error occurred:ĭ:\ffmpeg\ffmpeg\bin>ffmpeg -i testdianbo1.h264 -i testdianbo2.h264 -lavfi libvmaf="model_path='D:\ffmpeg\ffmpeg\bin\vmaf_v0.6.1.json'" -f null -įfmpeg version 5.0-essentials_build-Copyright (c) 2000-2022 the FFmpeg developersīuilt with gcc 11.2.Ffmpeg version git-62d92a8 Copyright (c) 2000-2020 the FFmpeg developersĬonfiguration: -enable-gpl -enable-version3 -enable-sdl2 -enable-fontconfig -enable-gnutls -enable-iconv -enable-libass -enable-libdav1d -enable-libbluray -enable-libfreetype -enable-libmp3lame -enable-libopencore-amrnb -enable-libopencore-amrwb -enable-libopenjpeg -enable-libopus -enable-libshine -enable-libsnappy -enable-libsoxr -enable-libtheora -enable-libtwolame -enable-libvpx -enable-libwavpack -enable-libwebp -enable-libx264 -enable-libx265 -enable-libxml2 -enable-libzimg -enable-lzma -enable-zlib -enable-gmp -enable-libvidstab -enable-libvorbis -enable-libvo-amrwbenc -enable-libmysofa -enable-libspeex -enable-libxvid -enable-libaom -enable-libmfx -enable-ffnvcodec -enable-cuvid -enable-d3d11va -enable-nvenc -enable-nvdec -enable-dxva2 -enable-avisynth -enable-libopenmpt -enable-amf Which issue? do you have the exact error line? libvmaf encountered an error, check log for detailsįailed to inject frame into filter network: Invalid argument

Libvmaf ERROR problem loading model file: vmaf_v0.6.0.pkl Libvmaf WARNING pkl model files have been deprecated, use json Libvmaf WARNING could not read model from path: "vmaf_v0.6.0.pkl" Libvmaf INFO compute_vmaf() is deprecated and will be removed in a future libvmaf version Stream #1:0 (rawvideo) -> libvmaf:reference Estimating duration from bitrate, this may be inaccurate How I can fix this issue ?įfmpeg command.

When I run ffmpeg command for get VMAF, but there is occur libvmaf ERROR problem loading model file: vmaf_v0.6.0.pkl.
