2020-04-10, 04:50 PM
(2020-04-10, 03:19 PM)mvallevand Wrote: Is this something you expect to change? If so perhaps you need to research ffmpeg options to see if and or how to make it work with your card. Here is some starting point for this.
Code:"C:\Program Files\NPVR\Other\ffmpeg.exe" -y -hwaccel:v:0 d3d11va -hwaccel_device:v:0 0 -i http://127.0.0.1:8866/live?channeloid=7562&transcoder=3f149498-ce76-492c-a394-c0b2ab103364&client=5c53419a-db74-43eb-b730-b60c7506a7e8 -map_metadata -1 -threads 0 -ignore_unknown -map 0:v:0? -map 0:a:0 -map -0:s -codec:v:0 h264_qsv -b:v 1500000 -maxrate 1500000 -bufsize 3000000 -codec:a:0 aac -strict experimental -ac 2 -ab 128000 -y NUL
Martin.
Thanks Martin for your response, as I am a bit ignorant of ffmpeg usage, where should I be adding this command in NextPVR?