NextPVR Forums
  • ______
  • Home
  • New Posts
  • Wiki
  • Members
  • Help
  • Search
  • Register
  • Login
  • Home
  • Wiki
  • Members
  • Help
  • Search
NextPVR Forums Public NextPVR Other Clients Old Stuff (legacy) MVP & NMT v
« Previous 1 … 95 96 97 98 99 … 115 Next »
Divx playback problem

 
  • 0 Vote(s) - 0 Average
Divx playback problem
navyguy
Offline

Member

Posts: 72
Threads: 4
Joined: May 2005
#1
2005-05-09, 05:44 AM
Warning: kind of a long post.

I see several other threads that appear to be the same problem as what I'm having now that I can actually get Divx files to play. But no solutions in them that work for me. Sad

The movie starts and after 3-5 minutes, depending on the individual file, the movie stops and I'm back at the file selection screen on the MVP. This is a graceful exit, no crash on the PC or on the MVP just the movie playback ends abruptly. Also no windows eventlog messages.

As other's have mentioned, using a different codec will have an effect on how long the movie plays (divx5 codec from divx.com will run for at least 15 minutes, I couldn't take watching with the A/V synch problem longer than that Wink ) however only ffdshow playsback without an A/V synch problem (approx. 10 second audio delay with divx5). Turning on or off ffdshow options (resize, noise, sharpen, etc.) has no effect on how long the movie plays.

I've tried this with gbpvr .91.12b, .91.11 and have just downloaded .91.08 to try it out. Used ffdshow 20041012 sse2, 20041012 regular. Used Hauppauge 2.4.23104, 2.4.23038, 2.2.22146. All of these experience the same problem at the same points in the movie playback depending on the specific movie file.

I've attached the logs in their entirety but I'll paste the important parts here. The interesting thing to note in them is that transcoding ends 1:13 before the movie playback stops:

gbpvr.exe.log
5/8/2005 9:48:17 PM.812 VERBOSE [35] Request 200000 bytes (file size:137758724 file location: 137600000)
5/8/2005 9:48:17 PM.812 VERBOSE [35] about to check
5/8/2005 9:48:17 PM.812 VERBOSE [35] Not all bytes read. Got:158724 Filesize now:137758724


trans2mvp.exe-native.log
21:43:53.000 VERBOSE transcode processing started
21:47:04.781 VERBOSE transcode processing complete


Note: at 9:47:04 in the gbpvr.exe.log nothing is reported that is different than what has been logged or continues to be logged until the last entry above except that the file size stops growing at the 137758724 mark. This movie is over 2 hours long so there is no way it is actually completing the entire transcoding in just over 3 minutes.

In other threads about this problem it is theorized that the PC isn't fast enough to do real-time transcoding and the playback is over-running the transcode file thus 'crashing'. For this problem at least that can't be the problem as the movie continues playback from the transcode buffer for over a minute after the trans2mvp process exits. This playback time after the 'crash' varies depending on the individual movie file (I'm assuming compression, resolution, audio bitrate differences) but the semi-common denominator is a transcode file size of approx 130000000-140000000 when it stops growing and the trans2mvp.exe stops.

I hope I've given enough info to maybe help track down what is happening. Hopefully someone will have an idea or two to try out or better yet a solution. I'll provide whatever info I can if more is needed.

Thanks!
GBPVR v0.99.5 WinXP Pro x64 Edition, Directx 9.0c, .Net 2.0
Skin: Plain Jane
Plugins: Movies, Weather, News Feeds, Theater, WebCams.
MediaMVP D3A
Intel Pentium D - Dual Core 3.5GHz, 2GB RAM, NVIDIA GeForce 7600 GT
Movies Plugin Author
GUI XML Based Installer for GBPVR Plugins/Skins Author
sub
Offline

Administrator

NextPVR HQ, New Zealand
Posts: 106,686
Threads: 767
Joined: Nov 2003
#2
2005-05-09, 06:38 AM
Try the attached Trans2MVP.exe. It adds an additional message to the log to say what event code triggered the completion of transcoding. It may give some clues.
navyguy
Offline

Member

Posts: 72
Threads: 4
Joined: May 2005
#3
2005-05-09, 08:21 PM
Here is the logfile generated by the new trans2mvp.exe.
What could be causing the abort?
Thanks for the help Sub!

13:12:54.828 INFO Log started
13:12:54.828 VERBOSE Will try to use ffdshow...
13:12:54.828 INFO TRANSCODING: F:\Movies\LADDER~2.AVI
13:12:54.828 INFO TARGET: C:\MVP000DFE009C5E.mpg
13:12:55.140 VERBOSE AVI file type.
13:12:55.140 VERBOSE @1
13:12:55.218 VERBOSE @2
13:12:55.218 VERBOSE @3
13:12:55.218 VERBOSE @4
13:12:55.218 VERBOSE About to check for Async Reader
13:12:55.250 VERBOSE ...found, about to query for IFileSourceFilter interface
13:12:55.250 VERBOSE About to render graph
13:12:55.250 VERBOSE Rendering pin
13:12:55.515 VERBOSE About to list graph filters
13:12:55.515 INFO Graph contains the following filters:
13:12:55.515 INFO - MainConcept (Hauppauge) MPEG Encoder
13:12:55.515 INFO - ffdshow Audio Decoder
13:12:55.515 INFO - ffdshow raw video filter
13:12:55.515 INFO - ffdshow MPEG-4 Video Decoder
13:12:55.515 INFO - AVI Splitter
13:12:55.515 INFO - F:\Movies\LADDER~2.AVI
13:12:55.609 VERBOSE About to start graph
13:12:55.656 VERBOSE transcode processing started
13:14:31.890 VERBOSE Received EC_ERRORABORT
13:14:31.890 VERBOSE transcode processing complete
GBPVR v0.99.5 WinXP Pro x64 Edition, Directx 9.0c, .Net 2.0
Skin: Plain Jane
Plugins: Movies, Weather, News Feeds, Theater, WebCams.
MediaMVP D3A
Intel Pentium D - Dual Core 3.5GHz, 2GB RAM, NVIDIA GeForce 7600 GT
Movies Plugin Author
GUI XML Based Installer for GBPVR Plugins/Skins Author
sub
Offline

Administrator

NextPVR HQ, New Zealand
Posts: 106,686
Threads: 767
Joined: Nov 2003
#4
2005-05-09, 08:26 PM
OK, well it thinks the transcoding has completed because one of the filters has returned EC_ERRORABORT. Unfortunately I dont know anyway to help you narrow down which filter is doing this for you.
navyguy
Offline

Member

Posts: 72
Threads: 4
Joined: May 2005
#5
2005-05-10, 01:09 AM
Ok thanks for the help Sub, I wish we could figure out what was going on with those files.

However on a better note, I decided to try and remove encoding errors or the like from the equation so I encoded a movie myself and that file is working just fine so far. Up to 30 minutes and still playing so the moral of this story is don't trust the encoding on downloaded files Wink

However since the files played normally on 3 other players I have access to (WMP10, DivX player that comes with the DivX5 codec, and the Hauppauge software) it does seem that the trans2mvp is a bit touchy on what it can deal with. Any way to make that more robust in regards to problems such as I was experiencing or have you done all you can do since you're trying to interface with a bunch of 3rd party software?

Once again thanks for the help!
GBPVR v0.99.5 WinXP Pro x64 Edition, Directx 9.0c, .Net 2.0
Skin: Plain Jane
Plugins: Movies, Weather, News Feeds, Theater, WebCams.
MediaMVP D3A
Intel Pentium D - Dual Core 3.5GHz, 2GB RAM, NVIDIA GeForce 7600 GT
Movies Plugin Author
GUI XML Based Installer for GBPVR Plugins/Skins Author
« Next Oldest | Next Newest »

Users browsing this thread: 1 Guest(s)



Possibly Related Threads…
Thread Author Replies Views Last Post
  playback through PCH A110 is cropped dongna 17 12,658 2015-10-05, 11:54 PM
Last Post: Jaggy
  PCH Skip/Rewind Buttons Not Working Durring Playback Tony 4 4,146 2013-03-31, 12:24 AM
Last Post: Tony
  PCH video problem with UK HD channels nitram 5 5,122 2012-01-08, 10:44 PM
Last Post: mvallevand
  TS playback problem WKleeven 5 4,039 2011-09-27, 07:40 PM
Last Post: WKleeven
  Stuttering / Freezing on PCH-A100 but OK on PC Playback? jksmurf 13 6,459 2011-09-25, 04:27 PM
Last Post: SFX Group
  NPVR playback of recordings over MVP severely pixelated dongna 12 6,901 2011-09-04, 08:41 PM
Last Post: mvallevand
  MVP Help - Analog playback OK, HD playback missing video spdrac1 4 3,053 2011-05-22, 10:24 PM
Last Post: spdrac1
  Suggestions for converting DVDs to MPG for MVP playback wtg 15 5,348 2011-02-23, 06:13 AM
Last Post: pBS
  No Playback via MVP on NPVR.... systemshark 3 2,772 2010-12-29, 07:09 PM
Last Post: mvallevand
  Random skipping on playback with PCH a100 Esteban 8 2,970 2010-03-11, 04:12 PM
Last Post: Esteban

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

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

Linear Mode
Threaded Mode