Advertisement
Guest User

Untitled

a guest
Jan 30th, 2018
147
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
Bash 2.71 KB | None | 0 0
  1. $ ffmpeg -probesize 100000000 -i /s/Temp/Testencodes/KOC_TaiChiHero/KOC_TaiChiHero_Feature_hd23p_02Mbps_x264.264 -probesize 100000000 -i /s/Temp/Testencodes/KOC_TaiChiHero/KOC_TaiChiHero_Feature_hd23p_30Mbps_x264.264 -lavfi 'libvmaf=model_path=model/nflxall_vmafv4.pkl:pool=harmonic' -f null -
  2. ffmpeg version N-89933-g782e066e3e Copyright (c) 2000-2018 the FFmpeg developers
  3.   built with gcc 7.3.0 (Rev1, Built by MSYS2 project)
  4.   configuration:  --disable-network --disable-libbluray --disable-ffplay --disable-ffprobe --disable-doc --disable-htmlpages --disable-txtpages --disable-podpages --disable-manpages --disable-dxva2 --enable-gpl --enable-version
  5. 3 --enable-nonfree --enable-cuda --enable-cuvid --enable-nvenc --enable-iconv --enable-libmp3lame --enable-libx264 --enable-libx265 --enable-libtesseract --enable-fontconfig --enable-openssl --enable-libass --enable-libopenjpeg
  6.  --enable-librubberband --enable-opencl --enable-opengl --enable-libvmaf --extra-cflags=-fopenmp --extra-libs=-lgomp --enable-libfdk-aac --disable-w32threads --disable-debug
  7.   libavutil      56.  7.100 / 56.  7.100
  8.   libavcodec     58.  9.100 / 58.  9.100
  9.   libavformat    58.  7.100 / 58.  7.100
  10.   libavdevice    58.  0.101 / 58.  0.101
  11.   libavfilter     7. 11.101 /  7. 11.101
  12.   libswscale      5.  0.101 /  5.  0.101
  13.   libswresample   3.  0.101 /  3.  0.101
  14.   libpostproc    55.  0.100 / 55.  0.100
  15. Input #0, h264, from 'S:/Temp/Testencodes/KOC_TaiChiHero/KOC_TaiChiHero_Feature_hd23p_02Mbps_x264.264':
  16.   Duration: N/A, bitrate: N/A
  17.     Stream #0:0: Video: h264 (High), yuv420p(progressive), 1920x1080 [SAR 1:1 DAR 16:9], 23.98 fps, 23.98 tbr, 1200k tbn, 47.95 tbc
  18. Input #1, h264, from 'S:/Temp/Testencodes/KOC_TaiChiHero/KOC_TaiChiHero_Feature_hd23p_30Mbps_x264.264':
  19.   Duration: N/A, bitrate: N/A
  20.     Stream #1:0: Video: h264 (High), yuv420p(progressive), 1920x1080 [SAR 1:1 DAR 16:9], 23.98 fps, 23.98 tbr, 1200k tbn, 47.95 tbc
  21. Stream mapping:
  22.   Stream #0:0 (h264) -> libvmaf:main
  23.   Stream #1:0 (h264) -> libvmaf:reference
  24.   libvmaf -> Stream #0:0 (wrapped_avframe)
  25. Press [q] to stop, [?] for help
  26. Start calculating VMAF score...
  27. COutput #0, null, to 'pipe:':au
  28. g  Metadata:
  29. h    encoder         : tLavf58.7.100
  30. l    Stream #0:o0g: Video: wrapped_avframe, yuv420p, 1920x1080 [SAR 1:1 DAR 16:9], q=2-31, 200 kb/isc, _23.98 fps,e r23.98 tbn,r o23.98 tbrc: (default)
  31. U    Metadata:
  32. n      encoder         : kLavc58.9.100 wrapped_avframen
  33. own type: in routine:copy constructor
  34. [Parsed_libvmaf_0 @ 00000000028635c0] libvmaf encountered an error, check log for details
  35. Error while filtering: Invalid argument
  36. Failed to inject frame into filter network: Invalid argument
  37. Error while processing the decoded data for stream #1:0
  38. Conversion failed!
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement