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.

 

Go Back   Doom9's Forum > (HD) DVD, Blu-ray & (S)VCD > (HD) DVD & Blu-ray authoring
Register FAQ Calendar Today's Posts Search

Reply
 
Thread Tools Search this Thread Display Modes
Old 5th May 2007, 19:47   #21  |  Link
Pookie
Registered User
 
Join Date: Apr 2005
Posts: 1,339
Revision of .NET 2.0 ? The app makes a call to sortkey.nlp located in \WINDOWS\assembly\GAC_32\mscorlib\2.0.0.0
Pookie is offline   Reply With Quote
Old 5th May 2007, 21:00   #22  |  Link
dmz01
Registered User
 
Join Date: Feb 2007
Posts: 213
Yes, the only requirement is the official .NET 2.0
dmz01 is offline   Reply With Quote
Old 5th May 2007, 23:33   #23  |  Link
Pelican9
Coder
 
Pelican9's Avatar
 
Join Date: Jan 2007
Location: Around the World
Posts: 697
Could you make a subtitle extractor in your app?
We are talking about BD subtitles here: http://forum.doom9.org/showthread.php?t=124105
Pelican9 is offline   Reply With Quote
Old 6th May 2007, 00:39   #24  |  Link
Eeknay
Registered User
 
Join Date: Jul 2005
Posts: 54
Quote:
Originally Posted by dmz01 View Post
Can't figure it out without a sample. Can you make a small sample for me?
http://www.dryfire.org/~gits/bsg-lolcoreavc.ts

That just loads forever sucking up CPU (as have a few other files I've tried).
Eeknay is offline   Reply With Quote
Old 6th May 2007, 01:26   #25  |  Link
dmz01
Registered User
 
Join Date: Feb 2007
Posts: 213
Ok, I know what the issue is, I'll have a fix ready later on.

Basically the PMT in this stream shows that PCRs are found in PID 0x31. However no packets with PID 0x31 have a PCR. The app doesn't really "load forever" but to compute video length it reads the first and the last PCR in the file. Since there are no PCRs, the file is read twice, once front to back looking for the start PCR and once back to front looking for the end PCR. The reads back to front are extremely slow. I'll add code to detect this defect in existing PMTs.
dmz01 is offline   Reply With Quote
Old 6th May 2007, 02:46   #26  |  Link
drmpeg
Registered User
 
Join Date: Jan 2003
Location: Silicon Valley
Posts: 455
Quote:
Originally Posted by dmz01 View Post
Ok, I know what the issue is, I'll have a fix ready later on.

Basically the PMT in this stream shows that PCRs are found in PID 0x31. However no packets with PID 0x31 have a PCR. The app doesn't really "load forever" but to compute video length it reads the first and the last PCR in the file. Since there are no PCRs, the file is read twice, once front to back looking for the start PCR and once back to front looking for the end PCR. The reads back to front are extremely slow. I'll add code to detect this defect in existing PMTs.
Are you sure there are no PCR's? Remember that PCR's can be embedded in video PID packets. That is, you can have video packets with both an adaptation field and a payload.

EDIT: nevermind, there really are no PCR's in that stream.

Ron
__________________
HD MPEG-2 Test Patterns http://www.w6rz.net

Last edited by drmpeg; 6th May 2007 at 03:36.
drmpeg is offline   Reply With Quote
Old 6th May 2007, 02:48   #27  |  Link
drmpeg
Registered User
 
Join Date: Jan 2003
Location: Silicon Valley
Posts: 455
Quote:
Originally Posted by Pelican9 View Post
Could you make a subtitle extractor in your app?
We are talking about BD subtitles here: http://forum.doom9.org/showthread.php?t=124105
http://forum.doom9.org/showthread.ph...828#post999828

Ron
__________________
HD MPEG-2 Test Patterns http://www.w6rz.net
drmpeg is offline   Reply With Quote
Old 6th May 2007, 05:58   #28  |  Link
dmz01
Registered User
 
Join Date: Feb 2007
Posts: 213
Quote:
Originally Posted by Pelican9 View Post
Could you make a subtitle extractor in your app?
We are talking about BD subtitles here: http://forum.doom9.org/showthread.php?t=124105
Elementary stream extraction with full PES headers added to the to do list.
dmz01 is offline   Reply With Quote
Old 7th May 2007, 17:56   #29  |  Link
Thunderbolt8
Registered User
 
Join Date: Sep 2006
Posts: 2,197
when I try to cut the file with the cutfile proggie then I get the error message "sync byte missing" when trying to put it into tsremux
Thunderbolt8 is offline   Reply With Quote
Old 8th May 2007, 15:48   #30  |  Link
dmz01
Registered User
 
Join Date: Feb 2007
Posts: 213
Quote:
Originally Posted by Thunderbolt8 View Post
when I try to cut the file with the cutfile proggie then I get the error message "sync byte missing" when trying to put it into tsremux
You need to make the cut at 188 byte boundary. TS streams are made of 188 (or 192 in M2TS case) packets, so you need to break the stream right at the end of one and at the beginning of the next packet.
dmz01 is offline   Reply With Quote
Old 8th May 2007, 16:01   #31  |  Link
dmz01
Registered User
 
Join Date: Feb 2007
Posts: 213
New version uploaded with PS to TS remux support. Now you can take all VOBs and EVOBs and convert them to a single M2TS format.
dmz01 is offline   Reply With Quote
Old 8th May 2007, 16:17   #32  |  Link
madshi
Registered Developer
 
Join Date: Sep 2006
Posts: 9,140
Quote:
Originally Posted by dmz01 View Post
New version uploaded with PS to TS remux support. Now you can take all VOBs and EVOBs and convert them to a single M2TS format.
Wow, that's cool !!! I guess doing VOB -> TS (not M2TS) is also supported, right?



Please forgive me, but I'm getting really gready now: I have all my movies converted to MKV because I like it best. However, it would be great if I had the choice to convert them back to TS somehow, if there are circumstances (e.g. hardware players without MKV support) that force me to. Do you see any chance to add MKV support (only reading, no writing)? Please just say "no" if it's too much work.
madshi is offline   Reply With Quote
Old 8th May 2007, 17:02   #33  |  Link
dmz01
Registered User
 
Join Date: Feb 2007
Posts: 213
Quote:
Originally Posted by madshi View Post
Wow, that's cool !!! I guess doing VOB -> TS (not M2TS) is also supported, right?



Please forgive me, but I'm getting really gready now: I have all my movies converted to MKV because I like it best. However, it would be great if I had the choice to convert them back to TS somehow, if there are circumstances (e.g. hardware players without MKV support) that force me to. Do you see any chance to add MKV support (only reading, no writing)? Please just say "no" if it's too much work.
Yes, VOB -> TS is supported. I'll add MKV reading support to the to do list. I will need to learn the format first, so it might take some time.
dmz01 is offline   Reply With Quote
Old 8th May 2007, 17:04   #34  |  Link
Kurtnoise
Swallowed in the Sea
 
Kurtnoise's Avatar
 
Join Date: Oct 2002
Location: Aix-en-Provence, France
Posts: 5,191
MP4 with AVC streams could be great too...
Kurtnoise is offline   Reply With Quote
Old 8th May 2007, 17:07   #35  |  Link
madshi
Registered Developer
 
Join Date: Sep 2006
Posts: 9,140
Quote:
Originally Posted by Kurtnoise13 View Post
I'll add MKV reading support to the to do list. I will need to learn the format first, so it might take some time.
Thanks very much!! There's no hurry, so take all the time you need.

Quote:
Originally Posted by Kurtnoise13 View Post
MP4 with AVC streams could be great too...
If we continue like this we'll kill him...
madshi is offline   Reply With Quote
Old 8th May 2007, 19:03   #36  |  Link
Pelican9
Coder
 
Pelican9's Avatar
 
Join Date: Jan 2007
Location: Around the World
Posts: 697
I would like to add a subtitle stream to an existing m2ts file.
(If replace of an existing subtitle stream is easier, it's good for me too.)
This is some kind of (partial) remux.
Is there any chance to make this feature in your app?
(after mkv and avc support)
Pelican9 is offline   Reply With Quote
Old 8th May 2007, 19:56   #37  |  Link
dmz01
Registered User
 
Join Date: Feb 2007
Posts: 213
Quote:
Originally Posted by Pelican9 View Post
I would like to add a subtitle stream to an existing m2ts file.
(If replace of an existing subtitle stream is easier, it's good for me too.)
This is some kind of (partial) remux.
Is there any chance to make this feature in your app?
(after mkv and avc support)
Actually this would be the easiest thing compared to the other two. Provided that you can help me with it I need to know the format of the file so that I can stuff it into PES packets. I will also need to know how to retrieve time stamp information from the stream to know the locations where to insert those PES packets. PM me if you can help.
dmz01 is offline   Reply With Quote
Old 8th May 2007, 19:57   #38  |  Link
dmz01
Registered User
 
Join Date: Feb 2007
Posts: 213
Quote:
Originally Posted by Kurtnoise13 View Post
MP4 with AVC streams could be great too...
For this to happen someone needs to point me to a copy of ISO/IEC 14496-14, since I don't have one. PM me if you can help.
dmz01 is offline   Reply With Quote
Old 9th May 2007, 10:46   #39  |  Link
LuemmelBS
Registered User
 
Join Date: Feb 2004
Posts: 6
Insufficient system resources error

I've tried the latest TsRemux but cannot get past loading an EVO or VOB since I always get this error: "Insufficient system resources exist to complete the requested service."

Anyone else having this prob?
LuemmelBS is offline   Reply With Quote
Old 9th May 2007, 19:45   #40  |  Link
The_Keymaker
Registered User
 
Join Date: Feb 2007
Location: U.S.A.
Posts: 135
When I load the source EVO file into TsRemux, it correctly displays the elementary streams: VC-1 video and Dolby Digital Audio. However, it appears the DD+ audio stream is never remuxed into the target M2TS file.

When the resulting .MTS file is played back in Zoom Player, there is no sound and the graph information shows no audio track.

The EVO file I'm using as a test is the standard UNILOGO.EVO file found on all Universal HD-DVDs. My operating system is windows vista 32.

What am I doing wrong?
The_Keymaker is offline   Reply With Quote
Reply


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

Forum Jump


All times are GMT +1. The time now is 22:58.


Powered by vBulletin® Version 3.8.11
Copyright ©2000 - 2024, vBulletin Solutions Inc.