NextPVR Forums
  • ______
  • Home
  • New Posts
  • Wiki
  • Members
  • Help
  • Search
  • Register
  • Login
  • Home
  • Wiki
  • Members
  • Help
  • Search
NextPVR Forums Portal

Welcome, Guest
You have to register before you can post on our site.

Username
  

Password
  





Search Forums

(Advanced Search)

Forum Statistics
» Members: 20,175
» Latest member: saltim7878
» Forum threads: 65,373
» Forum posts: 602,146

Full Statistics

Online Users
There are currently 1291 online users.
» 1 Member(s) | 1284 Guest(s)
Baidu, Bing, DuckDuckGo, Facebook, Google, Yandex, mvallevand

Latest Threads
Upcoming NextEnd addon an...
Forum: Add-ons (3rd party plugins, utilities and skins)
Last Post: mvallevand
4 hours ago
» Replies: 0
» Views: 23
Can't upgrade from 6.1.1....
Forum: NextPVR Support
Last Post: blobbyguts
9 hours ago
» Replies: 1
» Views: 31
NextEnd and NFL Preseason
Forum: Windows
Last Post: mvallevand
Yesterday, 03:13 PM
» Replies: 1
» Views: 72
New version problem with ...
Forum: Windows
Last Post: Swami
Yesterday, 12:23 AM
» Replies: 47
» Views: 3,747
DVB-T scanning issue - fo...
Forum: Docker amd64
Last Post: mvallevand
2026-08-28, 08:36 AM
» Replies: 1
» Views: 142
Channels not detected in ...
Forum: Windows
Last Post: mvallevand
2026-08-28, 03:57 AM
» Replies: 5
» Views: 3,415
Need help with hardened d...
Forum: Docker amd64
Last Post: bfg100k
2026-08-26, 02:41 AM
» Replies: 5
» Views: 304
Avoiding duplicates of sp...
Forum: Windows
Last Post: mvallevand
2026-08-25, 04:37 PM
» Replies: 4
» Views: 224
NPVR Tray stuck showing E...
Forum: Windows
Last Post: mvallevand
2026-08-24, 02:08 PM
» Replies: 9
» Views: 506
Radio stations for NextPV...
Forum: Add-ons (3rd party plugins, utilities and skins)
Last Post: LynnO
2026-08-23, 07:28 PM
» Replies: 28
» Views: 10,164

 
  Directx runtime keeps falling off my machine
Posted by: Elmo Putney - 2012-04-06, 10:06 AM - Forum: Legacy (v4.x and earlier) - Replies (1)

Not strictly an NPVR issue, but every 5 days or so I notice the menus not scrolling correctly. If I go into settings it tells me the directx runtime is not available...re-installing the runtime fixes it, but the same happens a few days later. I've tried the web installer and the full download but it's the same either way. Anyone got any ideas....how can I check if the directx runtime is there and working to cross check the NPVR message?

Print this item

  Unexpected error in Channel.SaveAll():
Posted by: boarsblood - 2012-04-05, 03:00 PM - Forum: Legacy (v4.x and earlier) - Replies (3)

I was rescanning freeview channels due to changes at Crystal Palace. I deleted the existing channels and find them all during a rescan but they do not get saved. Looking at the logs shows the "SQLite error no such table: CHANNEL_GROUP_NAME" followed by others.

This seems to be the cause of the problems. Anyone know how to fix it?

Print this item

  Making .MP4 Files From .TS Files Using MCEBuddy
Posted by: BTJustice - 2012-04-05, 06:23 AM - Forum: Legacy (v4.x and earlier) - Replies (14)

THIS GUIDE HAS BEEN REPLACED!!! The new guide is at...

http://forums.nextpvr.com/showthread.php...-TS-To-MP4

IF YOU TRY ANY OF THIS YOU DO SO AT YOUR OWN RISK! I WILL NOT BE RESPONSIBLE FOR LOST RECORDINGS, ETC...

I really like MCEBuddy. It is well-written and works pretty well for making .MP4 files from .TS files.

Now on my .MP4 files, I like to use 160 bit rate for the AAC audio and 1000 average bit rate for video. My converted .TS files look GREAT and are a lot smaller in file size with almost unnoticeable loss of quality.

To set up MCEBuddy...


  1. Download MCEBuddy from http://www.mcebuddy.com/ and install it. There are both 32-bit and 64-bit versions. After the install, DO NOT RUN MCEBUDDY!
  2. Open NOTEPAD as ADMINSTRATOR.
  3. In Notepad, browse to "C:\Program Files\Tyrell\MCEBuddy\mplayer".
  4. Open "mencoder.conf".
  5. Hit the ENTER key twice to make two blank lines from the top of the file then add the code below to the top of "mencoder.conf" and re-save the file.
  6. Open MCEBuddy.
  7. Select "H.264 MP4 1000/160 TV (No Resize, 2 Pass)" from the drop-down list.
  8. Check the boxes in front of DELETE ORIGINAL (at your own risk and only if you no longer want the original .TS files), SORT BY SERIES, and SUB DIRECTORIES.
  9. Change FILE SELECTION to *.ts and change the VIDEO PATHS SOURCE and DESTINATION to where GBPVR saves recordings to.
  10. Click START to start the MCEBuddy service.

Here is the code for "mencoder.conf"...

Code:
[H264MP42P-1-1] profile-desc="H.264 MP4 1000/160 TV (No Resize, 2 Pass)" vf=pullup,softskip,pp=fd,hqdn3d,harddup lavdopts=threads=2 ovc=x264=yes x264encopts=bitrate=1000:subq=6:frameref=6:qcomp=0.8:b_pyramid=yes:weight_b=yes:me=umh:partitions=p8x8,i4x4:bime=yes:brdo=yes:nodct_decimate=yes:trellis=1:direct_pred=auto:level_idc=30:nocabac=yes:threads=auto:pass=1 oac=faac=yes faacopts=br=160:raw=yes:mpeg=4:tns=yes:object=2 of=lavf=yes lavfopts=format=mp4 sws=9 #FileExtension=mp4 #Remux=yes #Pass2=H264MP42P-2-1 [H264MP42P-2-1] profile-desc="H.264 MP4 1000/160 TV (No Resize, 2 Pass)" vf=pullup,softskip,pp=fd,hqdn3d,harddup lavdopts=threads=2 ovc=x264=yes x264encopts=bitrate=1000:subq=6:frameref=6:qcomp=0.8:b_pyramid=yes:weight_b=yes:me=umh:partitions=p8x8,i4x4:bime=yes:brdo=yes:nodct_decimate=yes:trellis=1:direct_pred=auto:level_idc=30:nocabac=yes:threads=auto:pass=2 oac=faac=yes faacopts=br=160:raw=yes:mpeg=4:tns=yes:object=2 of=lavf=yes lavfopts=format=mp4 sws=9 #FileExtension=mp4 #Remux=yes

You might not want to run MCEBuddy during NPVR EPG updates. Say NPVR updates the EPG at midnight. You might open MCEBuddy and tell it to only convert between 2 and 20. Why 20? Because MCEBuddy might start at 8:00 PM and not finish something until 10 or 11 if it is a long recording. I also stop MCEBuddy when I am gaming.

Print this item

  .TS files and Handbrake
Posted by: ppijoseph - 2012-04-04, 08:33 PM - Forum: Legacy (v4.x and earlier) - Replies (4)

I'm trying to use handbrake to convert my recorded TV files to a format that my Logitech Revue will recognize. However, Handbrake is constantly throwing errors with the files that NPVR is creating. The files do play however in both NPVR and Media Player so they don't appear to be corrupted.

Has anyone else ran across this issue? If so, suggested solutions?

Print this item

  Where specifically do I place the TVListings files and folder to enable the plugin?
Posted by: ppijoseph - 2012-04-04, 07:04 PM - Forum: TV Listings - Replies (7)

This information is not detailed in the Wiki - it only says that all files files need to be in the "Data" folder. Please provide specifics on which files and folders should go where if possible.

Print this item

  2 Channels dark but with sound
Posted by: Elmo Putney - 2012-04-04, 01:27 PM - Forum: MVPMCX2 and other NMT stuff - Replies (9)

Martin,
I've got 2 sat channels that refuse to show video on the NMT, this happened after I stuck a new card in my box and re-scanned, other channels on the same transponder are ok.

I think this may have happened before to me but my memory is flaky, something in my head tells me the tuning info could have the wrong vpid...would that make any sense?

Print this item

  Cannot find BBC
Posted by: PuffY - 2012-04-04, 09:48 AM - Forum: Legacy (v4.x and earlier) - Replies (47)

In the UK today we have all had to rescan the channels. For some reason I can get all the same channels I used to get ok but not BBC 1 or BBC 2. My existing frequency for these did not work so I deleted them in the options and rescanned. Unfortunately they are not beiung found at all. Please help!

Print this item

  TV Recordings & the viewed tick
Posted by: kylebrophy - 2012-04-04, 03:54 AM - Forum: TV Listings - Replies (3)

Hi there,

Im running TVListings v3.6 (lastest i believe) and everything is going great ... except for one quirk on my pc at least.

If i let a recording run right to the end - so that it ends automatically and goes back to the menu, the tick that shows the recording has been viewed does not get ticked.
if i stop the recording prior to the end of the recording the tick does get set.

Any ideas?

i know its a bit of weird one - but everything else is working great.

Print this item

  nDroid - any problems need addressing???
Posted by: bgowland - 2012-04-04, 01:16 AM - Forum: nDroid - Replies (22)

I had a couple of crash reports via the Android developers console yesterday.

As mentioned in this sticky the reports are anonymous so I have no way of contacting the people who had the problems in order to resolve the issues.

If anyone is having problems then please do feel free to start a thread in this forum.

Also, I'm aiming for another update sometime soon so if there are any general issues that need addressing then feel free to post in this thread.

Cheers,
Brian

Print this item

  how to make a dvd from ts file
Posted by: fuzzweed - 2012-04-03, 02:29 PM - Forum: General Discussion - Replies (3)

hi, can any one give me a quick walk through to make a dvd of a few ts recordings. I need to give it to a non-techy so it will just play in their stand alone player with out any messing around.
I have the recordings in ts from npvr. Have DVD shrink and decrypter if needed, and can transcode to most formats with out any bother. Have a pc dvd burner and disks.
Using win7, so just need to know correct formats and easiest click through to make it work....
thanks.

Print this item

Pages (6435): « Previous 1 … 1512 1513 1514 1515 1516 … 6435 Next »
Jump to page 

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