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 … 368 369 370 371 372 … 433 Next »
Recordings "Lost" After Post-Processing - Files Still There

Recordings "Lost" After Post-Processing - Files Still There
pwrmac7100
Offline

Junior Member

Posts: 25
Threads: 6
Joined: Sep 2007
#1
2011-04-08, 03:22 AM
I've been having the problem where my recordings are no longer shown under 'Recordings' after I run my post-processing routine every night. The problem is actually intermittent...I would say about 67% of the recordings are lost.

I run my post-processing at 12:01AM every evening, converting all files to MP4 (H.264). The conversion routine works flawlessly, the new file is in the same location as the original and has the same name but with the new MP4 extension. The original file is then deleted after the new file is created. However, when I go to 'Recordings', I find that more often than not, the recording is not listed. The new file does exist and is playable, but NPVR seems to have lost the entry for it.

I recently upgraded to NPVR (v2.0.3) from GB-PVR (v1.4.7). I had the problem with GB-PVR and still have it with NPVR.

The only thing I could find in the forums was to change the setting <AutoRemoveMissingRecordings> to false. This had the affect that NPVR still lists the episode in Recordings, however, clicking play does nothing (clicking Play just kicks me back to the listing of recordings).

I'm not sure what logs to post, so I am posting NPVR.log . If you go the bottom, you see that I tried to play the file "MLB Baseball...". That is one of the recordings that I cannot play.

Thanks in advance for your help.
AMD Athalon 64 X2 Dual 4600+ (2.4GHz) | 3GB RAM | Windows XP Pro | ATI All In Wonder 2006 | Hauppauge HVR-1600 | Hauppauge HVR-2250 | Hauppauge MVP
sub
Offline

Administrator

NextPVR HQ, New Zealand
Posts: 106,759
Threads: 769
Joined: Nov 2003
#2
2011-04-08, 04:10 AM
The most likely cause is that PostProcessing.bat is somehow changing more about the file name than just the extension.
pwrmac7100
Offline

Junior Member

Posts: 25
Threads: 6
Joined: Sep 2007
#3
2011-04-08, 02:08 PM
Attached are my transcoding bat's. As far I can see, there is nothing funny going on with the file names.

Can you provide any guides for manually running an update query to point to the new file? Ideally, something I can use in the bat file.
AMD Athalon 64 X2 Dual 4600+ (2.4GHz) | 3GB RAM | Windows XP Pro | ATI All In Wonder 2006 | Hauppauge HVR-1600 | Hauppauge HVR-2250 | Hauppauge MVP
mvallevand
Online

Posting Freak

Ontario Canada
Posts: 53,019
Threads: 956
Joined: May 2006
#4
2011-04-08, 03:16 PM
NPVR simply calls on Windows defaults to playback mp4 files. I suspect that your defaults aren't installed correctly.

Code:
2011-04-07 22:43:22.000    [DEBUG][1]    Adding VMR9 Custom renderer
2011-04-07 22:43:23.109    [DEBUG][1]    CAllocator::AddRef (m_refCount=2)
2011-04-07 22:43:23.109    [DEBUG][1]    CAllocator::AddRef (m_refCount=3)
2011-04-07 22:43:23.187    [DEBUG][1]    restoring last aspect ratio
2011-04-07 22:43:23.187    [DEBUG][1]    Graph filter list:
2011-04-07 22:43:23.187    [DEBUG][1]     - Default DirectSound Device
2011-04-07 22:43:23.187    [DEBUG][1]     - Video Mixing Renderer 9
2011-04-07 22:43:23.218    [DEBUG][1]    GetEventCode() returned: 0x000d
2011-04-07 22:43:23.218    [DEBUG][1]    GetEventCode() returned: 0x0001
2011-04-07 22:43:23.218    [DEBUG][1]    About to store playback position information
2011-04-07 22:43:23.218    [DEBUG][1]    PlaybackPositionHelper.StorePlaybackPosition(C:\Recordings\MLB Baseball\MLB Baseball_20110406_19002200.mp4, 0, 0)
2011-04-07 22:43:23.281    [DEBUG][1]    Stopping graph@1

Martin
sub
Offline

Administrator

NextPVR HQ, New Zealand
Posts: 106,759
Threads: 769
Joined: Nov 2003
#5
2011-04-08, 04:28 PM
Yeah, Martin is correct. Window's appears to be generating a broken playback graph for that file.
pwrmac7100
Offline

Junior Member

Posts: 25
Threads: 6
Joined: Sep 2007
#6
2011-04-08, 05:29 PM
Yes, Martin was correct. For some reason, PowerDVD8 was having trouble. A simple upgrade to PDVD10 did the trick.

If I could make one suggestion, not totally unrelated, I would love to see a section in the Wiki or the Forums for recommended decoder settings as well as links to download them. There is only a small handful of OS's out there, it seems silly that everyone is 'trying' different decoders when someone else has already done the work.
AMD Athalon 64 X2 Dual 4600+ (2.4GHz) | 3GB RAM | Windows XP Pro | ATI All In Wonder 2006 | Hauppauge HVR-1600 | Hauppauge HVR-2250 | Hauppauge MVP
sub
Offline

Administrator

NextPVR HQ, New Zealand
Posts: 106,759
Threads: 769
Joined: Nov 2003
#7
2011-04-08, 05:52 PM
pwrmac7100 Wrote:If I could make one suggestion, not totally unrelated, I would love to see a section in the Wiki or the Forums for recommended decoder settings as well as links to download them. There is only a small handful of OS's out there, it seems silly that everyone is 'trying' different decoders when someone else has already done the work.

Unfortunately I dont think it's that easy. We've seen time and time again over the years that decoder performance seems to vary from user to user. Lots of other factors come into play, like OS, video renderer, graphics card, CPU, source material, varying frame rates in different parts of the world, and probably other stuff like other software on the machines etc.

Also, it's worth noting that specifying decoders in the NPVR Settings screen only really helps when you're playing live tv or .ts/.mpg files. In all other cases, including your .mp4 files, its left up to Windows to choose the decoders, so what decoders get chosen can get quite complex.
Reddwarf
Offline

Posting Freak

Posts: 6,629
Threads: 230
Joined: Mar 2007
#8
2011-04-08, 08:33 PM
sub Wrote:Unfortunately I dont think it's that easy. We've seen time and time again over the years that decoder performance seems to vary from user to user. Lots of other factors come into play, like OS, video renderer, graphics card, CPU, source material, varying frame rates in different parts of the world, and probably other stuff like other software on the machines etc.

Also, it's worth noting that specifying decoders in the NPVR Settings screen only really helps when you're playing live tv or .ts/.mpg files. In all other cases, including your .mp4 files, its left up to Windows to choose the decoders, so what decoders get chosen can get quite complex.

Absolutly! It is litterally impossible to give a universal recommendation with regards to decoders and settings. What works seamless for one user might not give picture at all for another user. But it could be useful to have some links to where free decoder packages can be downloaded.

"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
  Failed recordings won't delete Spid4567 3 2,505 2023-07-14, 10:13 PM
Last Post: ZeDoZ
  Blaster executable not always processing bishoph 4 1,421 2022-08-07, 09:41 PM
Last Post: mvallevand
  All my recordings start 90 sec early ncsercs 2 1,375 2022-03-19, 03:28 AM
Last Post: sub
  Wake - Sleep Interaction -> Failed Recordings mikeh49 48 14,811 2021-03-21, 11:21 PM
Last Post: careads
  Most recordings are zero bytes virtualpaul 4 2,073 2021-01-29, 12:55 PM
Last Post: virtualpaul
  Recordings with Next PVR 4.2.5 (CL0116) have background music but no voice in record DavidF 4 2,112 2021-01-07, 08:47 AM
Last Post: sub
  Recordings not playing in browser FamilyGuyFan 1 1,442 2020-10-22, 10:18 PM
Last Post: mvallevand
  Recordings 1 minute off BobbyDing 7 2,841 2020-10-11, 08:07 PM
Last Post: mvallevand
  easy tools to remove adverts in recordings? V_J 6 4,022 2020-10-06, 02:37 AM
Last Post: Ehrlichia
  Possible to record in different format than .ts files? gadgetgaz 29 12,951 2020-10-04, 03:05 PM
Last Post: Ehrlichia

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

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

Linear Mode
Threaded Mode