2012-12-06, 12:58 PM
Cool - I'll fork the project and have a play at some point, when I get a chance!
2012-12-06, 12:58 PM
Cool - I'll fork the project and have a play at some point, when I get a chance!
2012-12-24, 01:17 AM
Success with large files.
After checking the Handbrake pages I found that -4 switches to large file Inserted into the config file <?xml version="1.0" encoding="utf-8"?> <configuration> <appSettings> <add key="encoderFile" value="HandbrakeCLI.exe" /> <!--<add key="encoderParameters" value="-i "{0}" -o "{1}" -preset="High Profile" -decomb" />!--> <add key="encoderParameters" value="-i "{0}" -o "{1}" -e x264 -4 -q 20.0 -a 1,1 -E faac,copy:ac3 -B 160,160 -6 dpl2,auto -R Auto,Auto -D 0.0,0.0 --strict-anamorphic -m -x ref=2:bframes=2ubme=6:mixed-refs=0:weightb=0:8x8dct=0:trellis=0" /> <add key="outputType" value="mp4" /> <add key="connstr" value="Data Source=C:\Users\Public\NPVR\npvr.db3;Version=3;" /> <add key="dbtype" value="sqlite" /> <add key="smbpathreplace" value="" /> <add key="smbpathreplacement" value="" /> <add key="deleteoriginal" value="false" /> </appSettings> </configuration> and this has been working well. In fact I am about to change delete original to True as this works so well. Hope this helps Waynesm
2013-01-04, 04:40 PM
I've made some modifications to this to rename the files accordingly for use with XBMC (it reads the database to get the Title, Subtitle, Channel and Air Date to then rename the file accordingly, hopefully I can get it into a point with the TVDB API and/or the SickBeard/XBMC APIs to get extra episode information)
Once I'm happy with it, I'll fork it and commit my changes. I've also updated it to spawn the HandBrakeCLI in low priority
2013-03-17, 12:13 AM
Maybe I'm do not understand but I never see a Download button on the github site ? I Only see source code files.
Is it me who do not look at the good place ?
2013-03-17, 06:09 AM
github has now stopped allowing "Downloads", you can still get to the downloads by going to
https://github.com/revenz/NextPvrEncoder/downloads but these could disappear at any time, ill have to host the files else where in future. |
|