Welcome to Doom9's Forum, THE in-place to be for everyone interested in DVD conversion. Before you start posting please read the forum rules. By posting to this forum you agree to abide by the rules. |
|
|
Thread Tools | Search this Thread | Display Modes |
8th October 2020, 10:50 | #1 | Link |
Registered User
Join Date: Nov 2019
Posts: 15
|
How to get the time-shift values of blu-ray disc streams programmely?
Hi, I would like to get the time-shift value of every stream for a given blu-ray disc. After parsing the mpls and clpi files, I still cannot find them. Where are these values stored?
Thanks in advance. |
9th October 2020, 09:18 | #2 | Link |
Big Bit Savings Now !
Join Date: Feb 2007
Location: close to the wall
Posts: 1,700
|
What tool do you use ?
__________________
"To bypass shortcuts and find suffering...is called QUALity" (Die toten Augen von Friedrichshain) "Data reduction ? Yep, Sir. We're that issue working on. Synce invntoin uf lingöage..." |
10th October 2020, 09:22 | #3 | Link |
Registered User
Join Date: Mar 2003
Posts: 311
|
Hi,
as Emulgator wrote. Your question is very vague, but maybe I know what you mean. Personally I use mediainfo CLI version to create a LOG from MPLS files via: Code:
<mediainfo_CLI> "<mpls_file>" --FULL --LANGUAGE=RAW --LogFile="<logfile>" If you want a GUI for testing I prefer MediaInfoXP by LoRd_MuldeR. Be sure to enable "verbose/dedug mode" mode in order to get some subnodes as they are not shown by default. ggtop Last edited by ggtop; 10th October 2020 at 09:30. |
11th October 2020, 07:01 | #4 | Link |
Registered User
Join Date: Mar 2009
Location: Germany
Posts: 5,772
|
The reason why he got no answer from the knowledgeable guys is that they are not sure he would manage this task. In other words, someone wants to do a task he knows no information about the things he has to do.
MLPS and CLPI do not carry this information. Neither the M2TS. There are no "delays" but rather timestamp differences. So your program has to parse the M2TS for each packet, identify its content, cross-check it with CLPI/MPLS if they exist, get the DTS/PTS of it, compute the "ticks", compute the delays.
__________________
Born in the USB (not USA) |
28th October 2020, 04:07 | #5 | Link | |
Registered User
Join Date: Nov 2019
Posts: 15
|
Quote:
Last edited by yellowolf; 28th October 2020 at 04:10. |
|
Tags |
blu-ray disc, stream, time shift |
Thread Tools | Search this Thread |
Display Modes | |
|
|