NextPVR Forums
  • ______
  • Home
  • New Posts
  • Wiki
  • Members
  • Help
  • Search
  • Register
  • Login
  • Home
  • Wiki
  • Members
  • Help
  • Search
NextPVR Forums Public NextPVR Support Legacy (v4.x and earlier) v
« Previous 1 … 328 329 330 331 332 … 433 Next »
Scheduling File Conversion

Scheduling File Conversion
taz
Offline

Member

Posts: 102
Threads: 30
Joined: May 2006
#1
2011-12-19, 02:19 AM
I recently rebuilt my HTPC and finally made the switch to NPVR from GBPVR (if it aint broke, don't fix it). If memory serves me correctly I could schedule the file conversions (for an ipod) of anything that recorded that day to run in the middle of the night so nobody would be using the PC at the same time. I do not see this option in NPVR. I did quite a bit of searching and it seems all the file conversions are done usint the PostProcessing.bat file. I can do this but I prefer it to run in the middle of the night. Did I miss something or is this no longer a feature (or is my memory of GBVPR incorrect)?

Thank you.

Taz
sub
Offline

Administrator

NextPVR HQ, New Zealand
Posts: 106,627
Threads: 767
Joined: Nov 2003
#2
2011-12-19, 02:25 AM
Sorry, there was no such scheduled file conversion in GBPVR or NextPVR.
taz
Offline

Member

Posts: 102
Threads: 30
Joined: May 2006
#3
2011-12-19, 02:40 AM (This post was last modified: 2011-12-19, 02:50 AM by taz.)
I found my old config.xml file and found looked at the PostProcessing section:

<!-- Post processing -->
<AutoConvertMpgToFormat>iPod Touch</AutoConvertMpgToFormat>
<AutoConvertDvrmsToFormat>No Conversion</AutoConvertDvrmsToFormat>
<AutoConvertTSToFormat>No Conversion</AutoConvertTSToFormat>
<AutoConvertTSCommand>-y -i {SOURCE_FILE} -vcodec copy -acodec copy -f dvd {DEST_FILE}</AutoConvertTSCommand>
<CommercialDetectionScheme>1</CommercialDetectionScheme>
<ProcessCommercialsDuringRecording>true</ProcessCommercialsDuringRecording>
<ConversionProcessingStartHour>23</ConversionProcessingStartHour>
<ConversionProcessingStopHour>6</ConversionProcessingStopHour>
<AutoDeleteConvertedFiles>false</AutoDeleteConvertedFiles>

I thought the ConversionProcessingStartHour configured the time the file conversion(s) started?

Taz
sub
Offline

Administrator

NextPVR HQ, New Zealand
Posts: 106,627
Threads: 767
Joined: Nov 2003
#4
2011-12-19, 03:05 AM
Hmm, maybe it did.

I remember it had the ability to convert all recordings to another specified file format (a feature which virtually nobody used), and this was easily replicated in NextPVR by adding a couple of commands in a postprocessing.bat file (running ffmpeg, since thats all GBPVR was doing), but I couldnt remember those Start/Stop hour settings.

Sorry, there is no equivalent in NextPVR.
OTAjunkie
Offline

Senior Member

Posts: 277
Threads: 49
Joined: Jul 2010
#5
2011-12-19, 03:28 AM
I too would like an option for "off hour" processing. At present I'm using MEncoder batches under "scheduled tasks".
I'm using MEncoder to remove commercials.
Server:ASUS F1A75-V Pro,Radeon HD 6000,AMD A6 3670K,SSD128GB,2xWD 2Tb,W7Ultx64,5.1spks,2xHaup2250-MC,ATI650,CM7777,WG HD-8800
ClientTongue4 3.4,ATI HD4650,W7Ult
ClientTongue4 3.06,NVIDA6200,W7Ult
Client:Gateway Netbook,W7Start/XPpro
nDroid Client:Samsung Galaxy Note(synced to previous days recordings)
taz
Offline

Member

Posts: 102
Threads: 30
Joined: May 2006
#6
2011-12-19, 03:31 AM
Bummr. Thanks for the quick response.

Taz
mvallevand
Online

Posting Freak

Ontario Canada
Posts: 52,794
Threads: 954
Joined: May 2006
#7
2011-12-19, 05:01 AM
With some creative use of schtasks you could mimic this in postprocessing.bat. You'd need to schedule this to run with the EPG wakeup or write your own.

Code:
rem I leave it to you to figure out how to calculate tomorrow
set tomorrow=12/19/2011
SCHTASKS /create /tn "Delay-%3" /tr "\"c:\user\public\npvr\scripts\delay_process.cmd\" \"%1\"" /st 00:03:00 /sd %tomorrow /sc once

Martin
Reddwarf
Offline

Posting Freak

Posts: 6,629
Threads: 230
Joined: Mar 2007
#8
2011-12-19, 07:09 AM
mvallevand Wrote:With some creative use of schtasks you could mimic this in postprocessing.bat. You'd need to schedule this to run with the EPG wakeup or write your own.

Code:
rem I leave it to you to figure out how to calculate tomorrow
set tomorrow=12/19/2011
SCHTASKS /create /tn "Delay-%3" /tr "\"c:\user\public\npvr\scripts\delay_process.cmd\" \"%1\"" /st 00:03:00 /sd %tomorrow /sc once

Martin
It is also fairly easy to create a repeating task to convert recordings using the interactive Windows Task Scheduler found in Administrative Tools. I use it to run comskip on recordings at 4AM, which BTW does not work as good as I hoped (the task works well, not comskip :o)

"I'd rather have a bottle in front of me than a frontal lobotomy"
« Next Oldest | Next Newest »

Users browsing this thread: 1 Guest(s)



Possibly Related Threads…
Thread Author Replies Views Last Post
  incorrect frequency in adelaide .ini file spin35 5 2,906 2023-02-01, 05:40 PM
Last Post: sub
  ts file shows length too long? SuttonWillow 2 1,836 2021-03-15, 01:56 PM
Last Post: mvallevand
  Unhandled Exception: file name too long (idiots at pbs made it super long) jobby99 1 1,359 2020-10-29, 09:40 PM
Last Post: mvallevand
  ts file shows length too long SamM 4 2,280 2020-10-06, 02:45 AM
Last Post: Ehrlichia
  EPG displaying small subset of xmltv file. Esteban 9 2,921 2020-07-18, 10:07 PM
Last Post: Esteban
  Max File Size jrockow 2 1,490 2020-04-21, 02:38 PM
Last Post: jrockow
  Skip causes fast-forward to the end of the file madbrain 9 3,724 2020-02-27, 10:24 PM
Last Post: Esch
  Be notified when EPG (xml file) is empty ? nonob 2 1,388 2020-02-14, 05:00 PM
Last Post: nonob
  Recording extra 0-byte .ts file seeker_ktf 6 2,591 2020-01-25, 08:40 PM
Last Post: seeker_ktf
  Pass M3U File from NextPVR to VLC/Other Mark-McG 3 5,468 2019-12-16, 10:26 AM
Last Post: Mark-McG

  • View a Printable Version
  • Subscribe to this thread
Forum Jump:

© Designed by D&D, modified by NextPVR - Powered by MyBB

Linear Mode
Threaded Mode