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

Reply
 
Thread Tools Search this Thread Display Modes
Old 27th May 2017, 00:00   #221  |  Link
hubblec4
Matroska find' ich toll
 
Join Date: Apr 2008
Posts: 1,379
chapterEditor Alpha 3 is available. An update for the DVD2mkv editor.
Windows
Linux


The Single and Batch mode is finished and can be tested.
Besides the normal titles, the menus can also be converted to an mkv. For this, however, PgcDemux must be used because the Mod version does not work.
Both PgcDemux versions can exist in the same folder.

Title and menus can be reserved for the batch process.

Code:
added    &
fixed    *
improved #
changed  %


rev1.00(Alpha 3) 2017-05-27
// DVD2mkv
& Single and Batch process mode

& Track selection

& change track order

& adjustable track properties

& BDSup2Sub Log

* Extracting forced subtitles did not work properly

# PgcDemux for the DVD menus
hubblec4 is offline   Reply With Quote
Old 17th June 2017, 03:29   #222  |  Link
sumirecccp
Registered User
 
Join Date: Feb 2017
Posts: 17
Hi hubblec4, I hope you add a function for separate chapter like this:
original chapter:
Code:
CHAPTER01=00:00:00.000
CHAPTER01NAME=
CHAPTER02=00:00:20.020
CHAPTER02NAME=
CHAPTER03=00:01:52.112
CHAPTER03NAME=
CHAPTER04=00:12:40.760
CHAPTER04NAME=
CHAPTER05=00:22:05.324
CHAPTER05NAME=
CHAPTER06=00:23:36.415
CHAPTER06NAME=
CHAPTER07=00:24:09.448
CHAPTER07NAME=
CHAPTER08=00:24:29.468
CHAPTER08NAME=
CHAPTER09=00:26:01.560
CHAPTER09NAME=
CHAPTER10=00:36:13.171
CHAPTER10NAME=
CHAPTER11=00:46:14.772
CHAPTER11NAME=
CHAPTER12=00:47:45.863
CHAPTER12NAME=
and I want to output 2 chapters separated by chapter 6, like this:
Code:
CHAPTER01=00:00:00.000
CHAPTER01NAME=
CHAPTER02=00:00:20.020
CHAPTER02NAME=
CHAPTER03=00:01:52.112
CHAPTER03NAME=
CHAPTER04=00:12:40.760
CHAPTER04NAME=
CHAPTER05=00:22:05.324
CHAPTER05NAME=
CHAPTER06=00:23:36.415
CHAPTER06NAME=
Code:
CHAPTER01=00:00:00.000
CHAPTER01NAME=
CHAPTER02=00:00:20.020
CHAPTER02NAME=
CHAPTER03=00:01:52.112
CHAPTER03NAME=
CHAPTER04=00:12:03.723
CHAPTER04NAME=
CHAPTER05=00:22:05.324
CHAPTER05NAME=
CHAPTER06=00:23:36.415
CHAPTER06NAME=
sumirecccp is offline   Reply With Quote
Old 18th June 2017, 16:46   #223  |  Link
hubblec4
Matroska find' ich toll
 
Join Date: Apr 2008
Posts: 1,379
Hi sumirecccp

You are now the second member which asked me for such a feature, and I will add it to my TODO list.
hubblec4 is offline   Reply With Quote
Old 25th June 2017, 17:33   #224  |  Link
hubblec4
Matroska find' ich toll
 
Join Date: Apr 2008
Posts: 1,379
chapterEditor Alpha 4 is available. An update for the DVD2mkv editor.
Windows
Linux


Multi-Edition-MKV mode is ready.
In this mode it is possible to save from a DVD, which contains different editions of a movie, into a single mkv.
The editions are named by tags, and are then selectable in the player.

Unfortunately, this procedure is much more complicated than with Bluray, where the m2ts files always contain all the tracks.
So unfortunately it happens that the VobIDs not all audio and subtitle tracks are present.
For the subtitles you can simply insert a "dummy" file. However, with the audios does not work that easy.
Therefore in the Multi-Edition MKV only audio tracks can be used which are present in all VobIDs / Titles.

In the normal case, all audio tracks should also be found. My test DVDs (Alien 1-4) have audio tracks from the director which is only available in one edition.

In the cE folder is now a data folder Data. There is the subtitle dummy file (dummy.idx / dummy.sub).
You can exchange this file, but the file name can not be changed.
Is currently still hard-coded (will be adjustable later with file dialog).

The titles/editions can be moved before demuxing, and the edition name should be set also before(or later in the tags file).

In the test DVD Salt, MTX 12 unfortunately had problems, which Mosu in MTX 13 has fixed. As of now, MTX 13 is required for the chapterEditor.

There is still a problem with the "ordered chapters". The times agreed for the appended VobIDs do not always match. When muxing(append) the VobIDs with mkvmerge apparently the playing periods are not exactly met. The times have always shifted a bit backwards. 100 to 200ms which then makes up to 4 seconds for 20 attached VobIDs.
In the chapter creating process are all chapter names expand with the VobID number. With a small manual adjustment then ran all Multi MKVs neat.

For another test DVD (Christi) which has multi-angle, everything went right immediately, since there is only one different VobID there.

The Vob2Vob demux function (not for the menus) is now implemented and should always be used. MTX can read the time stamps from VOB files and thus all audio tracks remain synchronous to the video.
A test with track demux brought horrible audio unsynchronities.


Code:
added    &
fixed    *
improved #
changed  %


rev1.00(Alpha 4) 2017-06-25
// DVD2mkv
& Multi-Edition-MKV mode 

& MKV file titel

& MKV Tags (only for Multi-Edition-MKV)

& Load Tags in the editor (settings)

& VOB to VOB demux
  - Audio synchronicity is better because MTX can read the time stamps from the VOBs

& Track delay adjustable for all VobIDs

* Ignore last chapter did not work properly

* empty Menu-tables(IFO) caused an error

Last edited by hubblec4; 25th June 2017 at 19:19.
hubblec4 is offline   Reply With Quote
Old 30th June 2017, 01:14   #225  |  Link
hubblec4
Matroska find' ich toll
 
Join Date: Apr 2008
Posts: 1,379
Hi all

In the next update I plan support to add sub-pictures which are supported by MKVToolNix. Bluray(sup), VobSub(idx) and Subtitle Ripper(srt) files are present. Can someone tell me where I can find all the other supported files?

Substation Alpha(ass)
Advanced Substation Alpha(ssa)
Universal Subtitle Format(usf)
OggKate(ogx/ogg)
hubblec4 is offline   Reply With Quote
Old 30th June 2017, 08:32   #226  |  Link
sneaker_ger
Registered User
 
Join Date: Dec 2002
Posts: 5,565
No one uses usf. Don't bother. I don't really know about OggKate but I assume it is similar. I doubt anyone will ever ask you about those two. For SSA and ASS you can create/convert with Subtitle Edit or Aegisub.
sneaker_ger is offline   Reply With Quote
Old 30th June 2017, 11:52   #227  |  Link
hubblec4
Matroska find' ich toll
 
Join Date: Apr 2008
Posts: 1,379
Quote:
Originally Posted by sneaker_ger View Post
No one uses usf. Don't bother. I don't really know about OggKate but I assume it is similar. I doubt anyone will ever ask you about those two.
Thanks, good to know.
hubblec4 is offline   Reply With Quote
Old 3rd July 2017, 13:20   #228  |  Link
mini-moose
Registered User
 
Join Date: Oct 2007
Posts: 385
Hi

Does CE has an option to resync chapter files (keeping Chap01 at 0 and shifting the rest either forward or back time wise) ? I found time adjustment option but it's only for positive values (not sure if it's ms, sec, minutes).

also, the download links on the first post don't seem to work at the moment.

thanks
mini-moose is offline   Reply With Quote
Old 3rd July 2017, 14:29   #229  |  Link
hubblec4
Matroska find' ich toll
 
Join Date: Apr 2008
Posts: 1,379
Hi mini-moose

Quote:
Originally Posted by mini-moose View Post
Does CE has an option to resync chapter files (keeping Chap01 at 0 and shifting the rest either forward or back time wise) ? I found time adjustment option but it's only for positive values (not sure if it's ms, sec, minutes).
All time-formats which cE knows can entered in the edit field and a "-" before the shift-time is for negative shifting.
With the option "Action range" you can specify a start chapter.

Time formats:
- HH:MM:SS (00:00:00)
- HH:MM:SS.ms/ns (00:00:00.123456789)
- Seconds (120)
- Minutes (7m)
- as float value (1.2345 or 1,6789)


Quote:
Originally Posted by mini-moose View Post
also, the download links on the first post don't seem to work at the moment.

thanks
Yes the german doom9 is updating.
You can download cE from Softpedia.
hubblec4 is offline   Reply With Quote
Old 3rd July 2017, 17:53   #230  |  Link
mini-moose
Registered User
 
Join Date: Oct 2007
Posts: 385
Quote:
Originally Posted by hubblec4 View Post
All time-formats which cE knows can entered in the edit field and a "-" before the shift-time is for negative shifting.
With the option "Action range" you can specify a start chapter.
thanks for your quick reply hubblec4.

I did try that before posting with negative value but it doesn't do anything. Perhaps I'm doing it wrong:

Action Range: All Chapters
FPS/Multi times: default
Move times: -00:00:01.123

Nothing changes on the times on the chapter list on the left side when I use "-". It only changes if I don't use "-" and forward of course.
mini-moose is offline   Reply With Quote
Old 3rd July 2017, 19:04   #231  |  Link
hubblec4
Matroska find' ich toll
 
Join Date: Apr 2008
Posts: 1,379
Quote:
Originally Posted by mini-moose View Post
Nothing changes on the times on the chapter list on the left side when I use "-". It only changes if I don't use "-" and forward of course.
You are right, it is a bug.
I hope a have tomorrow a bit time, then I will upload a new version.
hubblec4 is offline   Reply With Quote
Old 5th July 2017, 11:31   #232  |  Link
hubblec4
Matroska find' ich toll
 
Join Date: Apr 2008
Posts: 1,379
chapterEditor Alpha 5 is available.
Windows
Linux

There are a few important updates for the cE and the Matroska Chapters editor.
There are also new features.

Code:
added    &
fixed    *
improved #
changed  %


rev1.00(Alpha 5) 2017-07-04
// chapterEditor
* Language: Norwegian did not work

// Settings
& Disc2mkv: Predefinable language
  - is used for chapters, SimpleTags and some external subtitles

& DVD2mkv: Select subtitle dummy file with file dialog

// Matroska Chapters
* Flag "Standard" for editions had 2 errors
  - Copy/duplicate or delete a Standard edition

// Time adjustments
* Negative time shift did not work

* cutting: 
  - Start time at 0 did not work
  - Start time greater than or equal to End time is now ignored

// DVD2mkv
& Add subtitle files
  - Support for most MTX subtitle formats

& Text Favorites
  - Tags: Editionname
  - Track name: Video, Audio, Subtitle

Last edited by hubblec4; 5th July 2017 at 11:35.
hubblec4 is offline   Reply With Quote
Old 5th July 2017, 20:12   #233  |  Link
mini-moose
Registered User
 
Join Date: Oct 2007
Posts: 385
Quote:
Originally Posted by hubblec4 View Post
chapterEditor Alpha 5 is available.
Thanks hubblec4!

I can confirm negative values now work, however only if they are over 1 second long:

Code:
-00:00:00.789 / 00:00:00.789 will not shift,
-00:00:01.000 / 00:00:01.000 will shift.
Unless I'm using the wrong time format?

The program rounds the original times - is it meant to be like that?:

Code:
00:10:36.261
becomes:
00:10:36.0.000

Last edited by mini-moose; 5th July 2017 at 20:14.
mini-moose is offline   Reply With Quote
Old 6th July 2017, 01:51   #234  |  Link
hubblec4
Matroska find' ich toll
 
Join Date: Apr 2008
Posts: 1,379
Hi mini-moose

Thanks for yor tests. I will look into this.

Quote:
Originally Posted by mini-moose View Post
Code:
-00:00:00.789 / 00:00:00.789 will not shift,
-00:00:01.000 / 00:00:01.000 will shift.
Unless I'm using the wrong time format?
Can you test it with the "Milli-Sec" format(-0.789 or -0,789)?


Quote:
Originally Posted by mini-moose View Post
The program rounds the original times - is it meant to be like that?:

Code:
00:10:36.261
becomes:
00:10:36.0.000
Looks like the time stamp format is incorrect.


EDIT:
In my test is all fine. Which cE version are you using? Can you explain a bit more detailed in what you do?

Last edited by hubblec4; 6th July 2017 at 01:54.
hubblec4 is offline   Reply With Quote
Old 6th July 2017, 11:39   #235  |  Link
mini-moose
Registered User
 
Join Date: Oct 2007
Posts: 385
Quote:
Originally Posted by hubblec4 View Post
In my test is all fine. Which cE version are you using? Can you explain a bit more detailed in what you do?
I'm using cE-W(1.00Alpha5).7z

I load the existing chapters file (from bluray or DVD) in the OGG/OGM tab, Go to "Time Adjustments", Add the value in "Move times", add -00:00:00.789 there and hit "Adjust times".

on the original chapters files the times are presented in this format (1st bluray, 2nd dvd):
Code:
CHAPTER02=00:10:36.261
CHAPTER02NAME=
and
CHAPTER02=00:09:25.240
CHAPTER02NAME=Chapter 2
on your tool's view:
Code:
00:10:36.0.000
and
00:09:25.0.000
The MS are not presented, and if I Save As to a new .txt the MS are gone too.

They are not shifting when I use a value under 1second in "Move Times", and MS is ignored if I use 00:00:01.789 (increases or decreases by 1sec steps only).

Using the "Multipy times by the following factor" does move MS too but I find it too confusing for what I need (which is to add a certain velue and let the tool do the shift it).

Last edited by mini-moose; 6th July 2017 at 11:50.
mini-moose is offline   Reply With Quote
Old 6th July 2017, 12:39   #236  |  Link
hubblec4
Matroska find' ich toll
 
Join Date: Apr 2008
Posts: 1,379
Mmhh, all my test are fine. I have made a new OGG.txt chapter file, load to OGG/OGM editor enter your time shift code and press "Adjust times".
A OGG/OGM from scratch work fine too.
I guess the chapter files came from eac3to?

Could you send me your chapter files? (do not upload in this forum please)

"Multipy times by the following factor" can't be used for time shift, it is an equivalent to FPS change(in one step).
hubblec4 is offline   Reply With Quote
Old 6th July 2017, 13:07   #237  |  Link
mini-moose
Registered User
 
Join Date: Oct 2007
Posts: 385
Quote:
Originally Posted by hubblec4 View Post
Mmhh, all my test are fine. I have made a new OGG.txt chapter file, load to OGG/OGM editor enter your time shift code and press "Adjust times".
A OGG/OGM from scratch work fine too.
I guess the chapter files came from eac3to?

Could you send me your chapter files? (do not upload in this forum please)

"Multipy times by the following factor" can't be used for time shift, it is an equivalent to FPS change(in one step).
I'll send you a link in PM in a couple of minutes. Thanks!
mini-moose is offline   Reply With Quote
Old 6th July 2017, 13:21   #238  |  Link
Mosu
MKVToolNix author
 
Mosu's Avatar
 
Join Date: Sep 2002
Location: Braunschweig, Germany
Posts: 4,281
hubblec4, are you perhaps using a number parsing function that pays attention to the user's locale regarding the decimal point? If so, maybe mini-moose's locale uses a comma as the decimal point.
__________________
Latest MKVToolNix is v83.0

If I ever ask you to upload something, please use my file server.
Mosu is offline   Reply With Quote
Old 6th July 2017, 13:54   #239  |  Link
hubblec4
Matroska find' ich toll
 
Join Date: Apr 2008
Posts: 1,379
Quote:
Originally Posted by Mosu View Post
hubblec4, are you perhaps using a number parsing function that pays attention to the user's locale regarding the decimal point? If so, maybe mini-moose's locale uses a comma as the decimal point.
My TimeCode Parser is able to handle both decimal points(comma or point).

The chapter files have decimal points.
hubblec4 is offline   Reply With Quote
Old 6th July 2017, 13:56   #240  |  Link
hubblec4
Matroska find' ich toll
 
Join Date: Apr 2008
Posts: 1,379
Quote:
Originally Posted by mini-moose View Post
I'll send you a link in PM in a couple of minutes. Thanks!
Mhh, with your test files is all fine,

BUT
I see in the screen shot that the file path seems incorrect.

What is the full file path?
hubblec4 is offline   Reply With Quote
Reply

Tags
bluray backup, chapter editor, dvd2mkv, matroska menu, metadata, multi-edition-mkv, xml tag

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:29.


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