2020-04-24, 06:54 PM
(2020-01-17, 01:46 PM)mvallevand Wrote: A Windows guides isn't going to help much.
If you used the deb install the file would be
/var/opt/nextpvr/scripts/PostProcessing.sh (or ParallelProcessing.sh)
and you need as as minimum.
nice -n 19 comskip --ini=/pathto/comskip.ini "$1" > /dev/null
The settings in comskip.ini I recommend are
output_edl=1
live_tv=1
edl_skip_field=3
Don't forgot the chmod +x the .sh file
Martin
Martin, the wiki says that the recommended setting is output_edl=3, you are recommending output_edl=1, what is the difference, is one better than the other?