Why minterpolate operation is very slow on my ffmpeg?
I tried to use minterpolate='mi_mode=mci:mc_mode=aobmc:vsbmc=1:fps=60, but have a very slow encoding speed=, 0.0xxx If I tried to use mi_mode=blend it will be more faster, but I don't like this method, because it isn't liek to me.. What problem with aobmc mode, and how I can to encrease processing operation speed? Thanks dd.
To start off, could you copy and paste the command line output and also the command that you used? It helps a lot at the most basic level.
ffmpeg -y -hide_banner -hwaccel cuvid -c:v h264_cuvid -surfaces 8 -i "%_filepath%" -framerate ntsc -r 30 -vsync 2 -filter:v "minterpolate='mi_mode=blend:fps=120'" -c:v h264_nvenc -preset:v llhq -profile:v high -b:v 68M -bufsize 2M -map_metadata -1 -acodec copy -f mp4 "E:\Encoded-AS-%_filename%.mp4"
ffmpeg -y -hide_banner -hwaccel cuvid -c:v h264_cuvid -surfaces 8 -i "%_filepath%" -framerate ntsc -r 30 -vsync 2 -filter:v "minterpolate='mi_mode=blend:fps=120'" -c:v h264_nvenc -preset:v llhq -profile:v high -b:v 68M -bufsize 2M -map_metadata -1 -acodec copy -f mp4 "E:\Encoded-AS-%_filename%.mp4"
Okay that’s the command you used, but the output is missing. Without the -hide_banner option please.
ffmpeg version 4.1 Copyright (c) 2000-2018 the FFmpeg developers built with Microsoft (R) C/C++ версии 19.16.27027.1 for x64 configuration: --enable-gpl --enable-libx264 --enable-cuda --enable-cuvid --enable-nvenc --enable-nonfree --enable-libnpp --prefix=/c/ffmpeg --extra-cflags=-I/usr/local/include --extra-ldflags='-LIBPATH:/usr/local/lib64' --toolchain=msvc libavutil 56. 22.100 / 56. 22.100 libavcodec 58. 35.100 / 58. 35.100 libavformat 58. 20.100 / 58. 20.100 libavdevice 58. 5.100 / 58. 5.100 libavfilter 7. 40.101 / 7. 40.101 libswscale 5. 3.100 / 5. 3.100 libswresample 3. 3.100 / 3. 3.100 libpostproc 55. 3.100 / 55. 3.100
You entered
ffmpeg -y -hwaccel cuvid -c:v h264_cuvid -surfaces 8 -i "%_filepath%" -framerate ntsc -r 30 -vsync 2 -filter:v "minterpolate='mi_mode=blend:fps=120'" -c:v h264_nvenc -preset:v llhq -profile:v high -b:v 68M -bufsize 2M -map_metadata -1 -acodec copy -f mp4 "E:\Encoded-AS-%_filename%.mp4"
and surely got more output than this below the banner?
ffmpeg version 4.1 Copyright (c) 2000-2018 the FFmpeg developers built with Microsoft (R) C/C++ версии 19.16.27027.1 for x64 configuration: --enable-gpl --enable-libx264 --enable-cuda --enable-cuvid --enable-nvenc --enable-nonfree --enable-libnpp --prefix=/c/ffmpeg --extra-cflags=-I/usr/local/include --extra-ldflags='-LIBPATH:/usr/local/lib64' --toolchain=msvc libavutil 56. 22.100 / 56. 22.100 libavcodec 58. 35.100 / 58. 35.100 libavformat 58. 20.100 / 58. 20.100 libavdevice 58. 5.100 / 58. 5.100 libavfilter 7. 40.101 / 7. 40.101 libswscale 5. 3.100 / 5. 3.100 libswresample 3. 3.100 / 3. 3.100 libpostproc 55. 3.100 / 55. 3.100
participants (2)
-
Ted Park -
Алексей