2012-10-18, 11:24 PM
NextPVR Encoder
Download / Source Code located at github. Click the "Downloads" button on that page to grab the latest version.
Description
Simple little tool for reencoding your recordings after they have finished recording, will update your NPVR database with the new filename and delete the original recording.
It uses Handbrakecli.exe to do the encoding (which is the bulk of the download).
Why Would You Use It?
# If you wanted to convert your ts files to a easier to use format like MKV.
# If you had a device that couldn't playback ts files
# If you wanted to store your recordings in a format that used less space
How To Use
1. Download from github
2. Extract to your "scripts" directory in NPVR (in Windows 7 location is -> C:\Users\Public\NPVR\Scripts)
extraction should put PostProcessing.bat into the directory C:\Users\Public\NPVR\Scripts and a subdirectory called "NextPVREncoder" into that directory
3. Open NextPvrEncoder.exe.config in your favourite text editor (I use notepad++), change "connstr" value if your database isnt located to "C:\Users\Public\NPVR\npvr.db3"
4. Your done.
NOTE: If you already have a PostProcessing.bat file, you will need to make a backup of that and combine the two files
Features
# Will queue recordings for reencoding, so if a encoding is already taking place when another recording finishes, the new recording will be added to the queue and processed after the other one is completed. This stops you from having too many encodings happening at once.
To Keep Original Files
Open NextPvrEncoder.exe.config and set "deleteoriginal" to "false"
This isn't a big util, I don't expect a lot of people to use it, it's just something I use and find easier to backup recordings. I convert all mine to MKV files, they playback better on my RaspberryPI and it's easier to edit a recorded movie in a MKV file than a TS. Once its in MKV I usually trim the start/stop and archive the movie.
Download / Source Code located at github. Click the "Downloads" button on that page to grab the latest version.
Description
Simple little tool for reencoding your recordings after they have finished recording, will update your NPVR database with the new filename and delete the original recording.
It uses Handbrakecli.exe to do the encoding (which is the bulk of the download).
Why Would You Use It?
# If you wanted to convert your ts files to a easier to use format like MKV.
# If you had a device that couldn't playback ts files
# If you wanted to store your recordings in a format that used less space
How To Use
1. Download from github
2. Extract to your "scripts" directory in NPVR (in Windows 7 location is -> C:\Users\Public\NPVR\Scripts)
extraction should put PostProcessing.bat into the directory C:\Users\Public\NPVR\Scripts and a subdirectory called "NextPVREncoder" into that directory
3. Open NextPvrEncoder.exe.config in your favourite text editor (I use notepad++), change "connstr" value if your database isnt located to "C:\Users\Public\NPVR\npvr.db3"
4. Your done.
NOTE: If you already have a PostProcessing.bat file, you will need to make a backup of that and combine the two files
Features
# Will queue recordings for reencoding, so if a encoding is already taking place when another recording finishes, the new recording will be added to the queue and processed after the other one is completed. This stops you from having too many encodings happening at once.
To Keep Original Files
Open NextPvrEncoder.exe.config and set "deleteoriginal" to "false"
This isn't a big util, I don't expect a lot of people to use it, it's just something I use and find easier to backup recordings. I convert all mine to MKV files, they playback better on my RaspberryPI and it's easier to edit a recorded movie in a MKV file than a TS. Once its in MKV I usually trim the start/stop and archive the movie.