2020-01-30, 08:06 PM
(This post was last modified: 2020-02-05, 02:12 PM by mvallevand.)
What I meant is there are cheap HDMI encoders that you could probably buy with the money that you get selling such a sophisticated card that does all the work for you.
Assuming you have a command line you like, it can be adjusted easily enough just by changing the batch file
In C:\Users\Public\NPVR-data create a file extras-ProCapture.xml with this content
In C:\Users\Public\NPVR-data\scripts create a file ProCapture.bat with this content
In NextPVR go to setting device, find the Extras device, rescan if necessary. choose your source Schedules Direct or XMLTV file and then disable the stations your don't want.
Martin
Assuming you have a command line you like, it can be adjusted easily enough just by changing the batch file
In C:\Users\Public\NPVR-data create a file extras-ProCapture.xml with this content
Code:
<channel name={"channel-name"}>
<command>cmd</command>
<args>/c C:\Users\Public\NPVR-data\scripts\ProCapture.bat {channel}</args>
</channel>
In C:\Users\Public\NPVR-data\scripts create a file ProCapture.bat with this content
Code:
rem insert blasting code here
"C:\Program Files\NPVR\Other\ffmpeg" -f dshow -i video="Video (00 Pro Capture HDMI 4K+)":audio="Audio (00 Pro Capture HDMI 4K+)" -vcodec h264 -acodec aac -s 1920x1080 -framerate 50 -f mpegts -
In NextPVR go to setting device, find the Extras device, rescan if necessary. choose your source Schedules Direct or XMLTV file and then disable the stations your don't want.
Martin