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 > Capturing and Editing Video > New and alternative a/v containers

Closed Thread
 
Thread Tools Search this Thread Display Modes
Old 11th June 2010, 02:47   #41  |  Link
sneaker_ger
Registered User
 
Join Date: Dec 2002
Posts: 5,565
What will happen if we want to split such files? Will we see corruptions (as to missing I-frames) at the end of a file?
sneaker_ger is offline  
Old 11th June 2010, 03:27   #42  |  Link
foxyshadis
ангел смерти
 
foxyshadis's Avatar
 
Join Date: Nov 2004
Location: Lost
Posts: 9,558
Quote:
Originally Posted by sneaker_ger View Post
What will happen if we want to split such files? Will we see corruptions (as to missing I-frames) at the end of a file?
Only in the very last frames of the open gop, if any reference the I. Going forward, nothing should because the x264 open-gop patch clears the ref list at each gop, so no corruption is possible. (However, you've always been able to set the gop to infinity and use i-frames only for scenecuts, where later frames can reference pre-I frames.) mkvmerge won't enforce an IDR (closed GOP) split.

Mosu: Concerning the discussion above, I appreciate anything enforcing higher efficiency, even if it's only a few bytes!
foxyshadis is offline  
Old 11th June 2010, 07:32   #43  |  Link
Mosu
MKVToolNix author
 
Mosu's Avatar
 
Join Date: Sep 2002
Location: Braunschweig, Germany
Posts: 4,281
Quote:
Originally Posted by foxyshadis View Post
mkvmerge won't enforce an IDR (closed GOP) split.
That's correct. mkvmerge doesn't distinguish between IDR-type key frames and non IDR-type keyframes outside of the MPEG4 p10 handling code. And the splitting code is a layer or two above that code.

Modifying this to pass extra information up to that layer (e.g. "splitting possible before this frame?") would not be that hard, but I won't spend more time on this until it's been officially accepted into x264. Other things to do as well
__________________
Latest MKVToolNix is v83.0

If I ever ask you to upload something, please use my file server.
Mosu is offline  
Old 13th June 2010, 04:55   #44  |  Link
Egh
Registered User
 
Join Date: Jun 2005
Posts: 630
Hello Mosu,

in your most recent build, i.e. 265, there's quite a strange error.

I cannot add AC3s to the project in mkvmerge GUI cause mkvmerge crashes

http://imgur.com/qpnom.png

mkvmerge.exe itself crashes @ 001e4a8e but I guess that is not much useful
Egh is offline  
Old 13th June 2010, 08:16   #45  |  Link
Mosu
MKVToolNix author
 
Mosu's Avatar
 
Join Date: Sep 2002
Location: Braunschweig, Germany
Posts: 4,281
Can you please upload the first 20mb of the file to my FTP server?
__________________
Latest MKVToolNix is v83.0

If I ever ask you to upload something, please use my file server.
Mosu is offline  
Old 13th June 2010, 13:29   #46  |  Link
Egh
Registered User
 
Join Date: Jun 2005
Posts: 630
Quote:
Originally Posted by Mosu View Post
Can you please upload the first 20mb of the file to my FTP server?
That has been done. Not all files have this problem however I reckon a specific type of them does. I.e. I have found several files with such problem and uploaded the smallest of them. I think 448kbps 2_0 are broken (maybe some other types as well)
Egh is offline  
Old 13th June 2010, 21:54   #47  |  Link
Mosu
MKVToolNix author
 
Mosu's Avatar
 
Join Date: Sep 2002
Location: Braunschweig, Germany
Posts: 4,281
Quote:
Originally Posted by Egh View Post
That has been done. Not all files have this problem however I reckon a specific type of them does. I.e. I have found several files with such problem and uploaded the smallest of them. I think 448kbps 2_0 are broken (maybe some other types as well)
Thanks. I'm not at home for a couple of days and will not be able to take a look at it before next weekend though.
__________________
Latest MKVToolNix is v83.0

If I ever ask you to upload something, please use my file server.
Mosu is offline  
Old 15th June 2010, 09:39   #48  |  Link
Egh
Registered User
 
Join Date: Jun 2005
Posts: 630
Update: didn't test extensively but I was able to replicate it even with 264 build mkvmerge.exe

I finally got rid of the problem by only replacing the exe file with the one from 3.4.0.0. So the problem is limited with mkvmerge.exe file.

Worse news -- it is a generic error it seems, so any track can potentially crash it, I was able to get a crash on h264 stream, for instance.
Egh is offline  
Old 15th June 2010, 16:28   #49  |  Link
Mosu
MKVToolNix author
 
Mosu's Avatar
 
Join Date: Sep 2002
Location: Braunschweig, Germany
Posts: 4,281
The problem is not a generic problem. mkvmerge v4.0.0 just received a lot of updates in almost every part of its code, and that's why you may see such issues in multiple cases.

I've fixed the issue for the AC3 detection code in build 269. I haven't been able to reproduce the issue with h264 tracks though. Could you please upload the first 40 MB of that h264 that causes your crash?
__________________
Latest MKVToolNix is v83.0

If I ever ask you to upload something, please use my file server.
Mosu is offline  
Old 15th June 2010, 21:40   #50  |  Link
Egh
Registered User
 
Join Date: Jun 2005
Posts: 630
Quote:
Originally Posted by Mosu View Post
I haven't been able to reproduce the issue with h264 tracks though. Could you please upload the first 40 MB of that h264 that causes your crash?
No problem, uploading 50mb segment. It crashes 265 build mkvmerge in the same way as AC3 did (obviously the whole file crashes it as well)

However it seems to be fixed in 269 build, both AC3 and h264 now seem to work.
Egh is offline  
Old 15th June 2010, 21:45   #51  |  Link
Mosu
MKVToolNix author
 
Mosu's Avatar
 
Join Date: Sep 2002
Location: Braunschweig, Germany
Posts: 4,281
Quote:
Originally Posted by Egh View Post
No problem, uploading 50mb segment. It crashes 265 build mkvmerge in the same way as AC3 did (obviously the whole file crashes it as well)

However it seems to be fixed in 269 build, both AC3 and h264 now seem to work.
That makes sense. The bug was in the AC3 detection code, and the AC3 detection is run before the h264 detection. So thanks for the upload, and I'll test it myself, but I don't think that there's another bug in the h264 code.
__________________
Latest MKVToolNix is v83.0

If I ever ask you to upload something, please use my file server.
Mosu is offline  
Old 15th June 2010, 22:38   #52  |  Link
moviefan
Registered User
 
Join Date: Jul 2005
Posts: 438
Quote:
Originally Posted by Mosu View Post
I just created an open GOP file with a patched x264 v1564. mkvmerge v4.0.0 can handle the file just fine without any further modification. Like I said mkvmerge already treats the first non IDR slice after a SEI NALU as a key frame from the container's point of view. So I guess this just works.
Indeed you're right. I seem to have patched with a corrupt open-gop patch which caused the issue. Now it works. Thanks for checking the open-gop support, too.
moviefan is offline  
Old 16th June 2010, 18:45   #53  |  Link
jasonwc
Registered User
 
Join Date: May 2006
Posts: 70
Mkvmerge 4.0 + MPC-HC = "Unknown" Subtitle title

I found a minor regression after switching from Mkvmerge 3.4 to 4.0. With 3.4, a subtitle's description and language showed correctly in MPC-HC using the internal Matroska splitter. With 4.0, subtitles display as Unknown (English) even though there is a description. I also noticed a difference in Mediainfo output:

Mkvmerge 3.4:

Text
ID : 5
Format : UTF-8
Codec ID : S_TEXT/UTF8
Codec ID/Info : UTF-8 Plain Text
Title : English
Language : English

Mkvmerge 4.0:

Text
ID : 5
Format : UTF-8
Codec ID : S_TEXT/UTF8
Codec ID/Info : UTF-8 Plain Text
Title : English

I used identical settings to mux both. The former shows up as English (English) and the latter Unknown (English) in recent SVN builds of MPC-HC. I can post a sample file if necessary, but this issue is easily reproduced.

EDIT: Sorry, I went back a few pages and saw that this is not in fact a bug of Mkvmerge. I'll move my request to the MPC-HC thread.

Last edited by jasonwc; 16th June 2010 at 18:58.
jasonwc is offline  
Old 18th June 2010, 11:41   #54  |  Link
Mosu
MKVToolNix author
 
Mosu's Avatar
 
Join Date: Sep 2002
Location: Braunschweig, Germany
Posts: 4,281
Here's a build that can read PGS/SUP files directly (mkvmerge could already handle PGS subs in Matroska files): http://www.bunkus.org/videotools/mkv...-270-setup.exe
__________________
Latest MKVToolNix is v83.0

If I ever ask you to upload something, please use my file server.
Mosu is offline  
Old 18th June 2010, 12:01   #55  |  Link
dbone1026
Registered User
 
Join Date: Jun 2008
Posts: 211
Quote:
Originally Posted by Mosu View Post
Here's a build that can read PGS/SUP files directly (mkvmerge could already handle PGS subs in Matroska files): http://www.bunkus.org/videotools/mkv...-270-setup.exe
Thanks Mosu, I have just confirmed that PGS subtitles worked perfectly with the new build
__________________
Cheers,
Damian

Blog - http://www.adigitalhomeblog.com
MSS.net blog (contributing editor) - http://www.mediasmartserver.net
dbone1026 is offline  
Old 18th June 2010, 14:20   #56  |  Link
SamuriHL
Registered User
 
SamuriHL's Avatar
 
Join Date: May 2004
Posts: 5,351
Quote:
Originally Posted by dbone1026 View Post
thanks mosu, i have just confirmed that pgs subtitles worked perfectly with the new build
sweet!!!!!!
__________________
HTPC: Windows 11, AMD 5900X, RTX 3080, Pioneer Elite VSX-LX303, LG G2 77" OLED
SamuriHL is offline  
Old 18th June 2010, 15:11   #57  |  Link
SamuriHL
Registered User
 
SamuriHL's Avatar
 
Join Date: May 2004
Posts: 5,351
Hey quick question. So I have a bunch of MKV's I've done with MKVMerge already and I had the subs in another folder. I used the original MKV as the source for MKVMerge and added the subs, but, I lost the embedded chapters. Am I doing something wrong?
__________________
HTPC: Windows 11, AMD 5900X, RTX 3080, Pioneer Elite VSX-LX303, LG G2 77" OLED
SamuriHL is offline  
Old 18th June 2010, 15:13   #58  |  Link
Mosu
MKVToolNix author
 
Mosu's Avatar
 
Join Date: Sep 2002
Location: Braunschweig, Germany
Posts: 4,281
Not enough details. Usually mkvmerge copies the chapters unless you tell it not to (e.g. by disabling chapters in mmg or with command line options).
__________________
Latest MKVToolNix is v83.0

If I ever ask you to upload something, please use my file server.
Mosu is offline  
Old 18th June 2010, 15:17   #59  |  Link
SeeMoreDigital
Life's clearer in 4K UHD
 
SeeMoreDigital's Avatar
 
Join Date: Jun 2003
Location: Notts, UK
Posts: 12,227
With reference to this post...

I've generated a couple of "PGS" test muxes with the new build and although VLC player v1.1.0 RC is able to detect the PGS subtitle stream (as before), it can't display it (unlike before).


Cheers
__________________
| I've been testing hardware media playback devices and software A/V encoders and decoders since 2001 | My Network Layout & A/V Gear |
SeeMoreDigital is offline  
Old 18th June 2010, 15:22   #60  |  Link
SamuriHL
Registered User
 
SamuriHL's Avatar
 
Join Date: May 2004
Posts: 5,351
Quote:
Originally Posted by Mosu View Post
Not enough details. Usually mkvmerge copies the chapters unless you tell it not to (e.g. by disabling chapters in mmg or with command line options).
When I created my original MKV with mkvmerge 4.0.0, I added my video and DTS-HD MA tracks, and then went to the global tab and loaded a chapter file. The streams I used were all extracted using EAC3to. If I look at the original with media info, I see the chapter info at the bottom of the page. I now load that MKV into the mkvmerge GUI as the source. It sees the video and audio tracks, but, I don't see the chapters anywhere. When I output it, the chapters are lost in the output. I guess I can extract the chapter.txt file from the original and add it to the global tab, but, I was just wondering if I was missing something. You said it should copy the chapters, but, in this case it doesn't seem to be doing so. Didn't know if I did something wrong.
__________________
HTPC: Windows 11, AMD 5900X, RTX 3080, Pioneer Elite VSX-LX303, LG G2 77" OLED
SamuriHL 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 21:55.


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