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 > Video Encoding > MPEG-4 AVC / H.264

Closed Thread
 
Thread Tools Search this Thread Display Modes
Old 9th December 2008, 23:44   #801  |  Link
Guest
Guest
 
Join Date: Jan 2002
Posts: 21,901
Quote:
Originally Posted by HymnToLife View Post
Source sample needed?
Yes, please. I need to be able to duplicate your issue.
Guest is offline  
Old 10th December 2008, 00:28   #802  |  Link
HymnToLife
Ubuntu French Roast
 
HymnToLife's Avatar
 
Join Date: Apr 2006
Location: Bordeaux, France
Posts: 191
Hmm, big thread is big, what is the correct method to cut a sample from the TS?
__________________
Code:
Copy Protection:  A clever method of preventing incompetent pirates from
		   stealing software and legitimate customers from using it.
From http://www.gnu.org/fun/jokes/software.terms.html
HymnToLife is offline  
Old 10th December 2008, 00:39   #803  |  Link
Guest
Guest
 
Join Date: Jan 2002
Posts: 21,901
You can split it into pieces using DGSplit, for example.
Guest is offline  
Old 10th December 2008, 01:48   #804  |  Link
HymnToLife
Ubuntu French Roast
 
HymnToLife's Avatar
 
Join Date: Apr 2006
Location: Bordeaux, France
Posts: 191
Is setting start and end points in DGAVCIndexNV and then choosing "Save and demux video" a good way to get a stream sample? (the problem is reproductible with a stream obtained that way.)
__________________
Code:
Copy Protection:  A clever method of preventing incompetent pirates from
		   stealing software and legitimate customers from using it.
From http://www.gnu.org/fun/jokes/software.terms.html
HymnToLife is offline  
Old 10th December 2008, 05:34   #805  |  Link
Guest
Guest
 
Join Date: Jan 2002
Posts: 21,901
Certainly, that is fine if it allows me to duplicate your issue. Please provide a link to the stream and the script and instructions for duplicating the issue. I'm very keen to address issues with random access, as it is the raison d'etre of the DG tools. Thank you for your willingness to help with debugging.
Guest is offline  
Old 10th December 2008, 06:44   #806  |  Link
HymnToLife
Ubuntu French Roast
 
HymnToLife's Avatar
 
Join Date: Apr 2006
Location: Bordeaux, France
Posts: 191
http://itsuki.fkraiem.org/stuff/toki...vs.demuxed.264

Create DGA file normally, then make an AVS script like this:

Code:
DGAVCDecodeNV_AVCSource("blah.dga")
Trim(90, 0)
and open in VDub.

(EDIT: Note the key point is accessing at frame 90, the problem does not happen with e.g. Trim(89, 0).)
__________________
Code:
Copy Protection:  A clever method of preventing incompetent pirates from
		   stealing software and legitimate customers from using it.
From http://www.gnu.org/fun/jokes/software.terms.html

Last edited by HymnToLife; 10th December 2008 at 06:52.
HymnToLife is offline  
Old 10th December 2008, 15:12   #807  |  Link
Guest
Guest
 
Join Date: Jan 2002
Posts: 21,901
Thank you.

The encoding is very unusual and I'm not yet sure it is fully legal. Where did this stream come from?
Guest is offline  
Old 10th December 2008, 23:11   #808  |  Link
HymnToLife
Ubuntu French Roast
 
HymnToLife's Avatar
 
Join Date: Apr 2006
Location: Bordeaux, France
Posts: 191
Quote:
Originally Posted by neuron2 View Post
Thank you.

The encoding is very unusual and I'm not yet sure it is fully legal. Where did this stream come from?
Original Japanese Blu-ray.
__________________
Code:
Copy Protection:  A clever method of preventing incompetent pirates from
		   stealing software and legitimate customers from using it.
From http://www.gnu.org/fun/jokes/software.terms.html
HymnToLife is offline  
Old 11th December 2008, 01:01   #809  |  Link
Guest
Guest
 
Join Date: Jan 2002
Posts: 21,901
Interesting. The POCs are goofy in the stream (i.e., wrong) and I'm tempted to simply say that the stream is wrong. But there is a way to fix it. Instead of looking at the POCs of the first two pictures of the GOP to decide if it is open, I can look at the picture types. I've tried it and it fixes the problem so I'll probably go with that. I'm porting the AV sync fixes and I'll include this with the next release if it doesn't break anything else.
Guest is offline  
Old 11th December 2008, 02:24   #810  |  Link
HymnToLife
Ubuntu French Roast
 
HymnToLife's Avatar
 
Join Date: Apr 2006
Location: Bordeaux, France
Posts: 191
Other small question: is it safe to work on a DGAVCDec (non-NV) script in VDub while there is a DGAVCDecNV script encoding?
__________________
Code:
Copy Protection:  A clever method of preventing incompetent pirates from
		   stealing software and legitimate customers from using it.
From http://www.gnu.org/fun/jokes/software.terms.html
HymnToLife is offline  
Old 11th December 2008, 04:07   #811  |  Link
Guest
Guest
 
Join Date: Jan 2002
Posts: 21,901
Quote:
Originally Posted by HymnToLife View Post
Is it safe to work on a DGAVCDec (non-NV) script in VDub while there is a DGAVCDecNV script encoding?
As long as you are working on different files. You wouldn't want to rewrite the DGA file while the decoder is using it.
Guest is offline  
Old 12th December 2008, 21:19   #812  |  Link
Guest
Guest
 
Join Date: Jan 2002
Posts: 21,901
Quote:
Originally Posted by rack04 View Post
I have noticed a discrepancy in the description of the detected audio streams from the audio demux and the audio section of the information panel.
I have fixed this problem. The fix will be in the next release

Quote:
BTW, is it possible to give these appropriate names, i.e. DTS Master Audio, TrueHD?
If someone can tell me how to detect those audio types, I can probably do it.
Guest is offline  
Old 12th December 2008, 23:42   #813  |  Link
madshi
Registered Developer
 
Join Date: Sep 2006
Posts: 9,140
Quote:
Originally Posted by neuron2 View Post
If someone can tell me how to detect those audio types, I can probably do it.
This is with m2ts container, right? If so, you can use the stream type:

Code:
0x03: MP2 (MPEG-1 Audio Layer II)
0x04: MP2 (MPEG-2 Audio Layer II)
0x0f: AAC (MPEG-2 Part 7 Audio)
0x11: AAC (MPEG-4 Part 3 Audio)
0x80: LPCM (only if format id descriptor is 'HDMV')
0x81: AC3
0x82: DTS
0x83: TrueHD+AC3
0x84: E-AC3
0x85: DTS-HD High Resolution
0x86: DTS-HD Master Audio
0x87: E-AC3
0xA1: E-AC3 (secondary audio)
0xA2: DTS Express (secondary audio)
madshi is offline  
Old 13th December 2008, 00:04   #814  |  Link
Guest
Guest
 
Join Date: Jan 2002
Posts: 21,901
Thank you, rack04 and madshi.
Guest is offline  
Old 13th December 2008, 00:13   #815  |  Link
Guest
Guest
 
Join Date: Jan 2002
Posts: 21,901
Also, would you gents happen to have M2TS samples with these new audio types?
Guest is offline  
Old 13th December 2008, 00:45   #816  |  Link
nautilus7
Registered User
 
nautilus7's Avatar
 
Join Date: Jan 2006
Location: Athens, Greece
Posts: 1,518
Code:
0x83: TrueHD+AC3 http://www.sendspace.com/file/miye0c
0x86: DTS-HD Master Audio http://www.sendspace.com/file/eoboij
0x84: E-AC3 or 0x87: E-AC3 http://www.sendspace.com/file/08wkhg
I will upload samples with the ids below tomorrow.

Code:
0xA1: E-AC3 (secondary audio)
0xA2: DTS Express (secondary audio)

Last edited by nautilus7; 13th December 2008 at 00:48.
nautilus7 is offline  
Old 13th December 2008, 01:09   #817  |  Link
Guest
Guest
 
Join Date: Jan 2002
Posts: 21,901
Thank you!
Guest is offline  
Old 13th December 2008, 02:03   #818  |  Link
rica
Registered User
 
Join Date: Mar 2008
Posts: 2,021
DTS-HD-HR into m2ts container:
http://www.mediafire.com/?sharekey=6...1f79f1876d365a

You will find the modified pcm by Pcm2Tsmu and raw pcm under the same folder. (audio.pcm is raw and audiopcm_out.m2ts is modified by Pcm2Tsmu)

Last edited by rica; 14th December 2008 at 01:12.
rica is offline  
Old 13th December 2008, 02:06   #819  |  Link
Guest
Guest
 
Join Date: Jan 2002
Posts: 21,901
Thank you!
Guest is offline  
Old 13th December 2008, 19:11   #820  |  Link
moviefan
Registered User
 
Join Date: Jul 2005
Posts: 438
Just for curiousity, neuron2, have you planned creating a GPU based decoder for H264 and VC1 for ATI cards, using ATI's stream API? I would be very interested in that and I assume a lot others who own ATI graphics cards.
moviefan is offline  
Closed Thread

Thread Tools Search this Thread
Search this Thread:

Advanced Search
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

Forum Jump


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


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