NextPVR Forums
  • ______
  • Home
  • New Posts
  • Wiki
  • Members
  • Help
  • Search
  • Register
  • Login
  • Home
  • Wiki
  • Members
  • Help
  • Search
NextPVR Forums General General Discussion v
« Previous 1 127 128 129 130 131 … 159 Next »
pvr150 video timing bug

 
  • 0 Vote(s) - 0 Average
pvr150 video timing bug
groover km
Offline

Senior Member

Posts: 731
Threads: 43
Joined: Mar 2005
#51
2006-01-30, 03:16 PM
2.0.30.23083

Can you upload these driver files? I'm building a little personal archive... Smile
Celeron D 2.53GHz, 1024MB
120GB, 160GB int, 80GB, 250GB ext, 40GB lan HDDs
PVR-150 retail, 1 wired MVP, 1 wireless MVP, OFA URC-8910 Remote
Look for me on XBox Live!
ddrawley
Offline

Member

Posts: 88
Threads: 5
Joined: Sep 2005
#52
2006-01-30, 04:24 PM
There are lots of old versions, including 2.0.30.23083 here:

ftp://ftp.shspvr.com/download/wintv-pvr_...prerelease
[SIZE="1"]GBPVR 1.0.8 Xeon 2.0 GHz, 1GB ECC RAM XP Pro SP2
1x40GB IDE HDD (OS & Programs), 1x160GB IDE HDD (Content)
Hauppauge PVR-150MCE PCI (NTSC), Driver rev 2.0.43.24054
MVP 34 button remote, S-Video to HDTV
Millennium Analog Cable TV/Internet
Plugins: Utils: ComSkip .79_98, Skin: Blue[/SIZE]
ww4397
Offline

Senior Member

Posts: 382
Threads: 47
Joined: Oct 2005
#53
2006-01-30, 09:13 PM
ddrawley Wrote:There are lots of old versions, including 2.0.30.23083 here:

ftp://ftp.shspvr.com/download/wintv-pvr_...prerelease


Thanks for the link ddrawley.

I might give the 23083 version a try.

Two things about the drivers on that page caught my eye. First, all versions after 23083 are considerably larger in size. Second, the file dates are a little strange. Three are dated August or October of 2006.
nitrogen_widget
Offline

Posting Freak

Posts: 797
Threads: 33
Joined: Aug 2005
#54
2006-02-04, 11:40 PM
wtg Wrote:I've done some more experimenting and I'm liking this option even more. On my wee 1.1 GHz Celeron it does 1 hr of video in about 8 minutes (input and output to the same disk too), plus you can start watching the video in gbpvr or on the MVP as soon as you start the process. Since the PC is converting it much faster than realtime, by the time you get to a commercial, enough video has been converted that you can skip it.

This is a much better solution that demux'ing and remux'ing.

Isn't mencoder a linux only app?
I tried PVA strumento & maybe i'm just little thick when it comes to video apps such as this, but it keeps breaking it down into multiple files reguardless of what options I choose.

I tried using TMPGEnc to convert to DVD but that just resulted in 4 gigs of data listed as 20 mins.

Maybe i'll just throw my theatrix 550 into my main recorder & put the 150 in the PC I use to record off Tivo.
nitrogen_widget
Offline

Posting Freak

Posts: 797
Threads: 33
Joined: Aug 2005
#55
2006-02-05, 12:42 AM
Well please keep us posted.
I just noticed that about 80% of the recordings from the last 2 weeks have this problem.
The weird thing is that the older half hour shows report being 15 mins. long roughly.
The next oldest batch come in at 7 mins. roughly then the latest are at around 4 mins.

I didn't change anything on the PC at all in the last month so I don't know what triggered it.
wtg
Offline

Posting Freak

Posts: 1,402
Threads: 120
Joined: Mar 2005
#56
2006-02-05, 02:22 AM
nitrogen_widget Wrote:Isn't mencoder a linux only app?
I tried PVA strumento & maybe i'm just little thick when it comes to video apps such as this, but it keeps breaking it down into multiple files reguardless of what options I choose.

I tried using TMPGEnc to convert to DVD but that just resulted in 4 gigs of data listed as 20 mins.

Maybe i'll just throw my theatrix 550 into my main recorder & put the 150 in the PC I use to record off Tivo.

No, not at all. Mencoder works very well on Windows. I've found in a few situations it ends up with a file with a 0:00 timeline, but most of the time it corrects the problem completely and does so faster than anything else I've tried. And you can start watching it immediately.

Strange thing about the video when I do get a 0:00 timeline... Nero Showtime reports the duration correctly, but Real Player, Windows Media Player and Zoom Player show it as 0:00. I don't know what Nero does differently than the other decoders, but somehow it's not thrown off by whatever it is mencoder isn't doing quite right.

In any event, I thankfully found that the 23035 drivers corrected the problem for me. I haven't had a messed up timeline since I switched to them.
nitrogen_widget
Offline

Posting Freak

Posts: 797
Threads: 33
Joined: Aug 2005
#57
2006-02-10, 02:26 AM
Is there a way to run the mencoder fix on whole directories?
I've been trying but i'm not all that adept with batch files.

Thanks in advance.
wtg
Offline

Posting Freak

Posts: 1,402
Threads: 120
Joined: Mar 2005
#58
2006-02-10, 01:18 PM
I don't do much with batch files myself, but I think you need to use a for loop. The syntax is like this:

To use for in a batch program, use the following syntax:
for %%variable in (set) do command [command-parameters]

To use for from the command prompt, use the following syntax:
for %variable in (set) do command [command-parameters]

Parameters
%%variable or %variable
Represents a replaceable parameter. The for command replaces %%variable (or %variable) with each text string in the specified set until the command (specified in the command-parameters) processes all of the files. Use %%variable to carry out the for command within a batch program. Use %variable to carry out for from the command prompt. Variable names are case sensitive.

(set) is where you would use a wildcard to match the files you're interested in. So, if you're going to do this in a batch file, the command might look like this:

Code:
for %%file in (*.mpg) do "c:\path_to\mencoder" -of mpeg -ovc copy -oac copy %%file -o new_%%file

If your do command is a batch file, you probably need to use call before the batch file name otherwise I think it'll just execute once.

Tim
alpine1
Offline

Member

Posts: 58
Threads: 13
Joined: Feb 2006
#59
2006-04-04, 09:35 PM
I get 00:00:00 in GBPVR as well after running the mpeg thru mencoder. Using VideoReDo quick fix does the job.

Boy I sure do regret buying these 2 PVR 150s. After 6 months and numerous complaints from different ppl, the drivers STILL has problems.

http://www.shspvr.com/smf/index.php?topic=7843.0
http://www.hauppauge.co.uk/board/showthread.php?t=7252

"Hauppauge is AWARE of the issues" my arse. Sad
sub
Offline

Administrator

NextPVR HQ, New Zealand
Posts: 106,705
Threads: 767
Joined: Nov 2003
#60
2006-04-04, 09:39 PM
This partcular timecode issue has been fixed. See http://forums.nextpvr.com/showthread.php?t=14006
« Next Oldest | Next Newest »

Users browsing this thread: 1 Guest(s)

Pages (6): « Previous 1 2 3 4 5 6


Possibly Related Threads…
Thread Author Replies Views Last Post
Sad Open Source Video Editing Software SamM 14 7,241 2024-06-16, 03:18 PM
Last Post: Rudy065
Sad VideoReDo video software - dead? Dennisaus 3 1,801 2022-08-19, 01:16 AM
Last Post: Dennisaus
  Merging video with web radio (ffmpeg) NumberFive 1 1,130 2021-05-04, 01:01 PM
Last Post: mvallevand
  Can the video card tell it's HD? mikeh49 4 2,888 2020-09-09, 04:30 AM
Last Post: nicklowiczcomputers
  Video editing software for HE-AAC Jaggy 4 3,189 2014-02-08, 04:10 AM
Last Post: Jaggy
  Replace video file without windows telling apps the original was deleted? ATHiker 0 1,661 2013-11-25, 09:23 PM
Last Post: ATHiker
  Copy to VHS with PVR150 soccerdad 3 2,199 2013-09-15, 08:19 PM
Last Post: soccerdad
  Video framerate conversion is causing hickups WKleeven 0 1,600 2013-01-23, 12:39 PM
Last Post: WKleeven
  Need Help With Video File Types bdgbill 8 4,016 2012-12-30, 11:43 PM
Last Post: Reddwarf
  Android ICS 4 Tablet Video Capability ga_mueller 2 2,292 2012-06-09, 09:43 PM
Last Post: wannabepvr

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

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

Linear Mode
Threaded Mode