This forum uses cookies
This forum makes use of cookies to store your login information if you are registered, and your last visit if you are not. Cookies are small text documents stored on your computer; the cookies set by this forum can only be used on this website and pose no security risk. Cookies on this forum also track the specific topics you have read and when you last read them. Please confirm whether you accept or reject these cookies being set.

A cookie will be stored in your browser regardless of choice to prevent you being asked this question again. You will be able to change your cookie settings at any time using the link in the footer.

hi - encoding really slow
#21
Looking at the debug output:
"C:\PROGRA~1\Hybrid\64bit\ffmpeg.exe" -y -loglevel fatal -hwaccel dxva2 -threads 1 -r 24000/1001 -analyzeduration 200M -probesize 200M -i "E:\movies\The-LEGO-Ninjago-Movie HD.7.1.Atmos\BDMV\STREAM\00002.m2ts" -map 0:0 -an -sn  -vsync 0 -strict -1 -pix_fmt yuv420p10le  -f yuv4mpegpipe - | "C:\PROGRA~1\Hybrid\64bit\NVEncC.exe" --y4m -i - --fps 23.976 --codec h265 --profile main10 --level 5.1 --sar 1:1 --lookahead 32 --output-depth 10 --vbr 6000 --max-bitrate 40000 --aq --gop-len 0 --bframes 0 --ref 3 --mv-precision Q-pel --cu-max 32 --cu-min 8 --output "C:\Users\densma\AppData\Local\Temp\lego movie_19_48_40_7110_04.265"
My guess is that the decoding might slow things down.

When calling:
"C:\PROGRA~1\Hybrid\64bit\ffmpeg.exe" -y -hwaccel dxva2 -threads 1 -r 24000/1001 -analyzeduration 200M -probesize 200M -i "E:\movies\The-LEGO-Ninjago-Movie HD.7.1.Atmos\BDMV\STREAM\00002.m2ts" -map 0:0 -an -sn  -vsync 0 -strict -1 -pix_fmt yuv420p10le  -f yuv4mpegpipe NUL
How many fps do you get?
I get slow speeds since the hardware acceleration doesn't work on my system:
[hevc @ 00000237ac810500] Failed setup for format dxva2_vld: hwaccel initialisation returned error.
which isn't a surprise since my VPU doesn't support 4k HEVC decoding. (+ Hybrid is limiting the decoding threads to 1 due to transport stream input)

In case the hardware acceleration on your system also fails, try whether using any of these:
using cuda:
"C:\PROGRA~1\Hybrid\64bit\ffmpeg.exe" -y -hwaccel cuda -threads 1 -r 24000/1001 -analyzeduration 200M -probesize 200M -i "E:\movies\The-LEGO-Ninjago-Movie HD.7.1.Atmos\BDMV\STREAM\00002.m2ts" -map 0:0 -an -sn  -vsync 0 -strict -1 -pix_fmt yuv420p10le  -f yuv4mpegpipe NUL
using qsv:
"C:\PROGRA~1\Hybrid\64bit\ffmpeg.exe" -y -hwaccel qsv -threads 1 -r 24000/1001 -analyzeduration 200M -probesize 200M -i "E:\movies\The-LEGO-Ninjago-Movie HD.7.1.Atmos\BDMV\STREAM\00002.m2ts" -map 0:0 -an -sn  -vsync 0 -strict -1 -pix_fmt yuv420p10le  -f yuv4mpegpipe NUL
using d3d11va:
"C:\PROGRA~1\Hybrid\64bit\ffmpeg.exe" -y -hwaccel d3d11va -threads 1 -r 24000/1001 -analyzeduration 200M -probesize 200M -i "E:\movies\The-LEGO-Ninjago-Movie HD.7.1.Atmos\BDMV\STREAM\00002.m2ts" -map 0:0 -an -sn  -vsync 0 -strict -1 -pix_fmt yuv420p10le  -f yuv4mpegpipe NUL
using cuvid:
"C:\PROGRA~1\Hybrid\64bit\ffmpeg.exe" -y -hwaccel cuvid -threads 1 -r 24000/1001 -analyzeduration 200M -probesize 200M -i "E:\movies\The-LEGO-Ninjago-Movie HD.7.1.Atmos\BDMV\STREAM\00002.m2ts" -map 0:0 -an -sn  -vsync 0 -strict -1 -pix_fmt yuv420p10le  -f yuv4mpegpipe NUL
works better,...

Cu Selur
----
Dev versions are in the 'experimental'-folder of my GoogleDrive, which is linked on the download page.
Reply


Messages In This Thread
hi - encoding really slow - by David408 - 01.01.2018, 00:10
RE: hi - by Selur - 01.01.2018, 03:27
RE: hi - by David408 - 01.01.2018, 04:05
RE: hi - by Selur - 01.01.2018, 10:50
RE: hi - by David408 - 01.01.2018, 23:47
RE: hi - by Selur - 02.01.2018, 05:49
RE: hi - by David408 - 02.01.2018, 06:09
RE: hi - by David408 - 02.01.2018, 22:19
RE: hi - by David408 - 03.01.2018, 01:42
RE: hi - encoding really slow - by Selur - 03.01.2018, 05:49
RE: hi - encoding really slow - by David408 - 03.01.2018, 06:57
RE: hi - encoding really slow - by David408 - 03.01.2018, 23:57
RE: hi - encoding really slow - by David408 - 04.01.2018, 22:12
RE: hi - encoding really slow - by x265 - 01.02.2018, 18:42
RE: hi - encoding really slow - by Selur - 01.02.2018, 19:09
RE: hi - encoding really slow - by hbb - 02.02.2018, 13:38
RE: hi - encoding really slow - by Selur - 02.02.2018, 14:42
RE: hi - encoding really slow - by hbb - 02.02.2018, 15:00
RE: hi - encoding really slow - by Selur - 02.02.2018, 17:06
RE: hi - encoding really slow - by hbb - 04.02.2018, 05:06
RE: hi - encoding really slow - by Selur - 04.02.2018, 09:49
RE: hi - encoding really slow - by hbb - 06.02.2018, 17:22
RE: hi - encoding really slow - by Selur - 06.02.2018, 19:09
RE: hi - encoding really slow - by hbb - 06.02.2018, 21:40
RE: hi - encoding really slow - by Selur - 06.02.2018, 21:56
RE: hi - encoding really slow - by hbb - 06.02.2018, 23:33
RE: hi - encoding really slow - by Selur - 07.02.2018, 06:14
RE: hi - encoding really slow - by hbb - 07.02.2018, 15:11
RE: hi - encoding really slow - by Selur - 07.02.2018, 17:27
RE: hi - encoding really slow - by hbb - 08.02.2018, 02:59
RE: hi - encoding really slow - by Selur - 08.02.2018, 06:03
RE: hi - encoding really slow - by hbb - 09.02.2018, 18:05
RE: hi - encoding really slow - by Selur - 09.02.2018, 18:44
RE: hi - encoding really slow - by hbb - 10.02.2018, 17:25
RE: hi - encoding really slow - by Selur - 10.02.2018, 18:31
RE: hi - encoding really slow - by Selur - 10.02.2018, 18:37

Forum Jump:


Users browsing this thread: 3 Guest(s)