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 … 266 267 268 269 270 … 433 Next »
NPVR and transcoding

NPVR and transcoding
mark_lt
Offline

Member

Posts: 53
Threads: 10
Joined: Aug 2008
#11
2010-07-01, 07:54 PM
I will give it a try as soon as I can.
mark_lt
Offline

Member

Posts: 53
Threads: 10
Joined: Aug 2008
#12
2010-07-02, 01:31 PM
Hi Sub,

Thanks again for all the support. Things I have done:
1) Set both to false. It all works fast, as expected, but obviously recordings are not renamed.
2) I then set each on to true or false separately. When Check for rename is true, it slows right down after a recording has been transcoded. Setting autoremove to true, and then manually deleting a recording (through windows explorer) has no noticeable change on performance. NPVR auto deletes and carries on as per normal.
3) I replaced the existing DB3 with the empty one, to see if it was a problem with existing records. The same results. It seems to slow right down on checking for renamed records. This is with just one recording in the database.

Let me know if I should try anything else?
sub
Offline

Administrator

NextPVR HQ, New Zealand
Posts: 106,789
Threads: 769
Joined: Nov 2003
#13
2010-07-02, 05:04 PM
Whenever either of those are set to true, it actually needs to check the file is actually on disk as it loads the recording list. I've got about 300 recordings, and I dont have any noticable slowdown checking the list, but maybe recordings are on a network drive, or you imported recordings that are in a non-existent or non-reachable directory try? These conditions will definitely be slower. If none of those are true, then maybe you've just got a slower drive than me.
mark_lt
Offline

Member

Posts: 53
Threads: 10
Joined: Aug 2008
#14
2010-07-02, 06:21 PM
I'll keep working on it, and if I figure a work around I will post. Thanks for the help.
mark_lt
Offline

Member

Posts: 53
Threads: 10
Joined: Aug 2008
#15
2010-07-03, 07:19 PM
Just to finish this thread in case someone has the same challenges. I have accepted that my PC that I use is old. I have also accepted that NPVR is beautiful, and now that I have seen it, I can't go back to GBPVR!

If I am going to transcode, I have to set the check for renamed recordings to false, otherwise it is just to slow to work with and will cause a small revolution in my house.

As part of the post processing batch file, I include a reference to sqlite3.exe and a SQL update query which changes all records in the NPVR.db3 database with a TS extension to one with a MP4 extension. I convert everything from TS to MP4 so there is no need for me to do anything more intelligent.

Not very pretty, but it works for me.

Thanks Sub for you help on this. Just to also confirm based on some of your comments, I checked and there were no networked files, and I did a full defrag with Auslogics so the files on the drive are as organised as can be. It must just be a case of an old PC.
wodger
Offline

Member

Posts: 241
Threads: 45
Joined: Apr 2008
#16
2010-07-05, 05:23 AM
Not that I use this feature, but what do you define as old? Haven't switched to NPVR yet Smile
[SIZE="1"]Windows 7 32 bit, NBPVR 2.0.3. Asus P5LD2, C2D E4500 2.2Ghz, 2GB ram, 100GB volume (system), sep 1TB drive (Recordings). 2 hauppauge tuners: HVR 3000 and Nova-S, both using DVB-S for NZ freeview. Graphics: PCI-e Nvidia 8600, using TV Out to S-Video on a 34" Panasonic CRT TV.[/SIZE]
mark_lt
Offline

Member

Posts: 53
Threads: 10
Joined: Aug 2008
#17
2010-07-05, 06:13 AM
PC itself is fine for what I need. AMD 2400+ with a old old but usable GFX5200 graphics card. I think my issue may be with the old 150 GB IDE drive I'm using (long past its sell by date). It is only this one item (renaming transcoded recordings) that is going slow. I'm finding in general NPVR seems to work a bit faster (might just be my imagination).

Looking at your specs, I would be surprised if you had any issues, but since I have only ever use it on the PC I have, I can't comment on a minimum or recommended spec.

I can understand you not wanting to make the jump to NPVR in beta, but I think it would be worth it in the long run.
mark_lt
Offline

Member

Posts: 53
Threads: 10
Joined: Aug 2008
#18
2010-12-16, 01:27 PM
Just as an update, I had a request for the SQL and post processing bat, so have just put them in here:

This is in the line from postprocessing batch file to call SQLlite3 and the sql query saved in a file called update.sql:
"C:\Documents and Settings\All Users\Application Data\NPVR\Scripts\sqlite3.exe" "C:\Documents and Settings\All Users\Application Data\NPVR\npvr.db3" < "C:\Documents and Settings\All Users\Application Data\NPVR\Scripts\update.sql"

Update.sql is pretty much this:
update SCHEDULED_RECORDING set filename= substr(filename,1,length(filename)-3) || '.mp4' where filename LIKE '%.ts';

It just finds all recordings listed as .ts and changes it to point to my transcoded mp4 files.
Dave72
Offline

Member

Posts: 186
Threads: 23
Joined: Jul 2005
#19
2010-12-17, 04:28 AM
Did you ever check that drive with a SMART utility (presuming the drive features SMART).
Could be internal errors slowing the drive down.
mvallevand
Online

Posting Freak

Ontario Canada
Posts: 53,122
Threads: 957
Joined: May 2006
#20
2011-09-09, 04:01 AM
sub Wrote:That said, if you do convert files and delete the original .ts file, it should detect the new file and update the database automatically.

Does NPVR use <AllowedMediaExtensions> for this detection? If a .ts file is deleted and a .wtv file of the same name is there will everything be done automagically?

Martin
« Next Oldest | Next Newest »

Users browsing this thread: 1 Guest(s)

Pages (4): « Previous 1 2 3 4 Next »


Possibly Related Threads…
Thread Author Replies Views Last Post
  npvr is not responding johndutcher 3 1,541 2022-05-05, 07:57 PM
Last Post: sub
  NPVR 4.2.4 Video Library No Longer Shows folder.jpg Lao Pan 12 3,965 2022-04-14, 04:33 AM
Last Post: Antmannz
  nPVR Continually Wakes PC bfos 23 11,447 2022-02-17, 03:48 PM
Last Post: sub
  Can't find tuner filter in NPVR 4.05 on old XP machine (eee 701) with RTL2832U iamanotheruser 3 1,760 2022-01-03, 04:45 AM
Last Post: mvallevand
  Streaming Services with NPVR tesla1886 4 2,770 2021-01-04, 02:58 AM
Last Post: tesla1886
  NPVR choosing incorrect xml guide display-name after reboot drlava 7 3,168 2020-12-27, 02:27 AM
Last Post: sub
  Can NPVR offset only 3 channel listings in EPG? acemib 20 7,266 2020-04-27, 01:28 PM
Last Post: mvallevand
  Import recorded tv shows to NPVR mattman1968 9 6,148 2020-03-03, 12:57 PM
Last Post: Jimixter
  Easiest way to migrate NPVR to a new machine JP23 1 2,006 2020-02-24, 04:55 PM
Last Post: sub
  NPVR Hangs when Changing Channels BorchertD 2 1,738 2020-01-11, 11:37 PM
Last Post: BorchertD

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

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

Linear Mode
Threaded Mode