Dragon Global Forums

Go Back   Dragon Global Forums > ShowAnalyzer > ShowAnalyzer Beta

ShowAnalyzer Beta Discussion related to the ShowAnalyzer Beta.

Reply
 
LinkBack Thread Tools Display Modes
  #1 (permalink)  
Old 03-12-2008, 05:24 PM
Junior Member
 
Join Date: Mar 2008
Posts: 11
jmonier is on a distinguished road
Default Specify PIDs in Vprj file?

Would it be possible to specify the primary video and audio PIDs in the Vprj file? Curently they are not there and this results in VideoReDo picking the wrong audio stream. For SageTV the PIDs seem to be standard so inserting:

<InputPIDList><VideoStreamPID>224</VideoStreamPID>
<AudioStreamPID>129</AudioStreamPID>

seems to do the trick.

Currently I'm having to insert this manually in order to get the correct output from VideoReDo.
Reply With Quote
  #2 (permalink)  
Old 03-12-2008, 07:10 PM
Jere_Jones's Avatar
Administrator
 
Join Date: Apr 2008
Posts: 1,991
Jere_Jones has disabled reputation
Default

Quote:
Originally Posted by jmonier View Post
<InputPIDList><VideoStreamPID>224</VideoStreamPID>
<AudioStreamPID>129</AudioStreamPID>
Is there a closing tag for InputPIDList? Something like </InputPIDList>?

Jere
__________________
DEATH TO ALL COMMERCIALS
Latest Stable: ShowAnalyzer 1.0.58 - 31 Jan 2010
Latest: DirMon2 Beta 0.6.4 - 8 May 2008
Reply With Quote
  #3 (permalink)  
Old 03-12-2008, 08:41 PM
Junior Member
 
Join Date: Mar 2008
Posts: 11
jmonier is on a distinguished road
Default

That's a good point, come to think of it, but that's the way it was given to me and it seems to work fine.
Reply With Quote
  #4 (permalink)  
Old 03-12-2008, 10:54 PM
Jere_Jones's Avatar
Administrator
 
Join Date: Apr 2008
Posts: 1,991
Jere_Jones has disabled reputation
Default

Can you post a working file with that in it?

Are these for TS files?

Jere
__________________
DEATH TO ALL COMMERCIALS
Latest Stable: ShowAnalyzer 1.0.58 - 31 Jan 2010
Latest: DirMon2 Beta 0.6.4 - 8 May 2008
Reply With Quote
  #5 (permalink)  
Old 03-13-2008, 01:06 PM
Junior Member
 
Join Date: Mar 2008
Posts: 11
jmonier is on a distinguished road
Default

Ok, here is a vprj file that was generated by Showanalyzer from a SageTV .mpg file. I have manually added the stream tags and confirmed that it does what I want in VideoReDo. (Note that I added the closing tag for InputPIDList. I did see it included in another vprj file although it seems to work equally well with or without it.)

The PIDs in the original Transport Stream have completely different numbers but in this case I'm strictly interested in the SageTV .mpg file.
Reply With Quote
  #6 (permalink)  
Old 03-13-2008, 02:25 PM
Jere_Jones's Avatar
Administrator
 
Join Date: Apr 2008
Posts: 1,991
Jere_Jones has disabled reputation
Default

And SA finds that audio stream? Interesting because the PID 129 is the same as 0x81 and that is, as per SA, not good. Audio streams in program stream containers can only have a PID from 0xC0 up to but not including 0xE0. 0xBD is also accepted as an audio stream. Everything else should be rejected.

Anyway, the modifications are done and will be in tomorrows release.

Jere
__________________
DEATH TO ALL COMMERCIALS
Latest Stable: ShowAnalyzer 1.0.58 - 31 Jan 2010
Latest: DirMon2 Beta 0.6.4 - 8 May 2008
Reply With Quote
  #7 (permalink)  
Old 03-13-2008, 02:47 PM
Junior Member
 
Join Date: Mar 2008
Posts: 11
jmonier is on a distinguished road
Default

Thanks for the quick response. It's much more than I expected.

I'm not sure if SA actually finds that audio stream or not. It may just be in the .mpg file for VideoReDo to find. I presume you're questioning whether SA is finding and using that audio stream for commercial detection. That I can't really say.

The .mpg file (with the 0x81 stream) is what I get from SageTV although it may be that it is really defined by the HDHomeRun tuner. I haven't looked into that. In any case, for SA to use the audio streams it will have to recognize the 0x81 stream because that's what is used even if it's not legal.

A side note of interest (but probably of no use) is that the 0x82 stream from the local CBS broadcast contains audio for ONLY the commercials. It is mute for the program content.
Reply With Quote
  #8 (permalink)  
Old 03-13-2008, 03:06 PM
Jere_Jones's Avatar
Administrator
 
Join Date: Apr 2008
Posts: 1,991
Jere_Jones has disabled reputation
Default

0x81 would be legal for a Transport Stream, but not a Program Stream. As I understand it, the HDHR produces Transport Streams, so that should be just fine.

Jere
__________________
DEATH TO ALL COMMERCIALS
Latest Stable: ShowAnalyzer 1.0.58 - 31 Jan 2010
Latest: DirMon2 Beta 0.6.4 - 8 May 2008
Reply With Quote
  #9 (permalink)  
Old 03-13-2008, 03:28 PM
Junior Member
 
Join Date: Mar 2008
Posts: 11
jmonier is on a distinguished road
Default

I would think that a file with a .mpg extension (which is what we have here) would be a Program Stream. Normally a Transport Stream file would be .ts or .tp. I haven't looked into the file to see if it has Transport Stream packets. Do you ignore the extension and look to see what the actual stream is to decide whether 0x81 is legal?
Reply With Quote
  #10 (permalink)  
Old 03-13-2008, 03:31 PM
Jere_Jones's Avatar
Administrator
 
Join Date: Apr 2008
Posts: 1,991
Jere_Jones has disabled reputation
Default

Quote:
Originally Posted by jmonier View Post
Do you ignore the extension and look to see what the actual stream is to decide whether 0x81 is legal?
I always ignore the extension. I have to determine the type of file before I can find the PID's.

Jere
__________________
DEATH TO ALL COMMERCIALS
Latest Stable: ShowAnalyzer 1.0.58 - 31 Jan 2010
Latest: DirMon2 Beta 0.6.4 - 8 May 2008
Reply With Quote
Reply

Bookmarks

Thread Tools
Display Modes

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is On
HTML code is Off
Trackbacks are On
Pingbacks are On
Refbacks are On


Similar Threads
Thread Thread Starter Forum Replies Last Post
PIDs all '0' in Active Jobs window AndyS DirMon Discussion 2 06-25-2006 04:07 PM
OT: I wanted to know how to convert a *.vprj to a comkip txt file perfessor101 ShowAnalyzer Beta 2 03-16-2006 09:55 AM


All times are GMT -4. The time now is 01:50 PM.


Powered by vBulletin® Version 3.7.0
Copyright ©2000 - 2010, Jelsoft Enterprises Ltd.
SEO by vBSEO 3.1.0