View Full Version : chapterEditor(Chapter-Database Disc2mkv Matroska-Tools[Tags,Menu,Multi-MKV])+CLI
Pages :
1
2
3
4
5
6
7
8
9
10
11
12
[
13]
14
15
16
17
18
hubblec4
11th July 2020, 19:16
chapterEditor(cE) rev1.24 is available.
Windows (https://forum.videohelp.com/attachments/54107-1594491113/cE-W(1.24).7z)
Linux (https://forum.videohelp.com/attachments/54108-1594491113/cE-L(1.24).7z)
A few bugs have been fixed and a new feature for Disc2mkv is available.
Change chapterEditor
added &
fixed *
improved #
changed %
rev1.24 2020-07-11
// chapterEditor
* double quotes have not been removed from file names, only Windows
// Chapter naming
# Chapter names in the combo box now begin with capital letters
// Disc2mkv
& Automatically delete temp folder (settings)
- MKV file must not be created in the temp folder
- if there were errors when muxing, the temp folder is not deleted
- Gray state of the checkbox: the temp folder is only deleted if there was no warning
* Illegal characters in file names have not been removed
// DVD2mkv
* mkv file could not be created if no audio track was selected
* mtxcfg file
- was not always created in the temp folder
- MKV paths were not correct for menu titles
tormento
19th July 2020, 09:40
chapterEditor(cE) rev1.24 is available
Is there the capability to add custom Chapter translation?
I would like to add 章 (japanese for chapter).
hubblec4
20th July 2020, 04:08
Hi tormento
Yes you can set your own chapter names via Text Favorites (the button with the yellow star).
tormento
21st July 2020, 08:39
Hi tormento
Yes you can set your own chapter names via Text Favorites (the button with the yellow star).
Thanks!
darksen
3rd August 2020, 04:46
Hey hubblec4 I found a problem with a Blu-ray, actually I found this problem before with a couple of other BDs but I can't remember exactly which ones.
When I try to remux one playlist that contains two m2ts files of which one is pure video (some seconds I think) and the other is the full movie I get this error:
mkvmerge v49.0.0 ('Sick Of Losing Soulmates') 64-bit
'V:\BDMV\STREAM\00043.m2ts': Using the demultiplexer for the format 'MPEG transport stream'.
'V:\BDMV\STREAM\00002.m2ts': Using the demultiplexer for the format 'MPEG transport stream'.
'V:\BDMV\STREAM\00043.m2ts' track 0: Using the output module for the format 'AVC/H.264 (unframed)'.
'V:\BDMV\STREAM\00043.m2ts' track 2: Using the output module for the format 'AC-3'.
'V:\BDMV\STREAM\00043.m2ts' track 3: Using the output module for the format 'DTS'.
'V:\BDMV\STREAM\00043.m2ts' track 4: Using the output module for the format 'HDMV PGS'.
'V:\BDMV\STREAM\00043.m2ts' track 6: Using the output module for the format 'HDMV PGS'.
'V:\BDMV\STREAM\00002.m2ts' track 0: Using the output module for the format 'AVC/H.264 (unframed)'.
Warning: 'V:\BDMV\STREAM\00002.m2ts': A track with the ID 3 was requested but not found in the file. The corresponding option will be ignored.
Warning: 'V:\BDMV\STREAM\00002.m2ts': A track with the ID 2 was requested but not found in the file. The corresponding option will be ignored.
Warning: 'V:\BDMV\STREAM\00002.m2ts': A track with the ID 4 was requested but not found in the file. The corresponding option will be ignored.
Warning: 'V:\BDMV\STREAM\00002.m2ts': A track with the ID 6 was requested but not found in the file. The corresponding option will be ignored.
Error: The file no. 1 ('V:\BDMV\STREAM\00002.m2ts') does not contain a track with the ID 2, or that track is not to be copied. The argument for '--append-to' was invalid.
And cE doesn't output any file. I tried loading the playlist into MKVToolNix directly to see what happens (I was thinking on requesting this to bunkus as I thought it was mkvmerge's problem) and it successfully remuxed the file, this is the log:
--- Output of job 'Multiplexing to file "00100.mkv" in directory "J:\Vids\mickeys"' started on 2020-08-02 22:32:54 -05:00 ---
mkvmerge v49.0.0 ('Sick Of Losing Soulmates') 64-bit
Scanning 2 files in 1 playlist.
Done scanning playlists.
'V:\BDMV\STREAM\00003.m2ts': Using the demultiplexer for the format 'MPEG transport stream'.
'V:\BDMV\STREAM\00002.m2ts': Using the demultiplexer for the format 'MPEG transport stream'.
'V:\BDMV\STREAM\00003.m2ts' track 0: Using the output module for the format 'AVC/H.264 (unframed)'.
'V:\BDMV\STREAM\00003.m2ts' track 1: Using the output module for the format 'AC-3'.
'V:\BDMV\STREAM\00003.m2ts' track 2: Using the output module for the format 'AC-3'.
'V:\BDMV\STREAM\00003.m2ts' track 3: Using the output module for the format 'DTS'.
'V:\BDMV\STREAM\00003.m2ts' track 4: Using the output module for the format 'HDMV PGS'.
'V:\BDMV\STREAM\00003.m2ts' track 5: Using the output module for the format 'HDMV PGS'.
'V:\BDMV\STREAM\00003.m2ts' track 6: Using the output module for the format 'HDMV PGS'.
'V:\BDMV\STREAM\00002.m2ts' track 0: Using the output module for the format 'AVC/H.264 (unframed)'.
The file 'J:\Vids\mickeys\00100.mkv' has been opened for writing.
'V:\BDMV\STREAM\00003.m2ts' track 0: Extracted the aspect ratio information from the MPEG-4 layer 10 (AVC) video data and set the display dimensions to 1920/1080.
Appending track 0 from file no. 1 ('V:\BDMV\STREAM\00002.m2ts') to track 0 from file no. 0 ('V:\BDMV\STREAM\00003.m2ts').
'V:\BDMV\STREAM\00002.m2ts' track 0: Extracted the aspect ratio information from the MPEG-4 layer 10 (AVC) video data and set the display dimensions to 1920/1080.
The cue entries (the index) are being written...
Multiplexing took 5 minutes 0 seconds.
Can you please look into this?
Thanks!
hubblec4
3rd August 2020, 12:31
Hi darksen
Yes such playlists are "bad", because in the first (and/or last) m2ts is a video stream only.
You can ignore such m2ts files. When you load such a playlist in BD2mkv you have the option to ignore the m2ts files.
cE can ignore such m2ts files automatically: in the settings yon can set a duration for such files.
Mostly is the duration less then a second. The default duration is 2 seconds.
I'm not sure if mkvmerge can handle such playlist correctly.
It would be nice if you can share with me a chunk of this disc. You can use my DiscShare (https://forum.doom9.org/showthread.php?t=177187) tool.
darksen
6th August 2020, 19:04
Hi darksen
Yes such playlists are "bad", because in the first (and/or last) m2ts is a video stream only.
You can ignore such m2ts files. When you load such a playlist in BD2mkv you have the option to ignore the m2ts files.
cE can ignore such m2ts files automatically: in the settings yon can set a duration for such files.
Mostly is the duration less then a second. The default duration is 2 seconds.
I'm not sure if mkvmerge can handle such playlist correctly.
It would be nice if you can share with me a chunk of this disc. You can use my DiscShare (https://forum.doom9.org/showthread.php?t=177187) tool.
MKVToolNix did remuxed the playlist fine, and supposedly -because I haven't precisely compared the times of all the files to see if the ms that the second m2ts file lasts had been added to the final file- it appended the second m2ts file (as per the log).
Here I used the -F param on DiscShare and 7-ziped the files: https://www.dropbox.com/s/iy3d4d6ayvda5ht/mickey.7z?dl=0
With the option to ignore the last m2ts I'm able remux it (I don't know how I overlooked that option).
Thanks!
hubblec4
7th August 2020, 14:12
Hi darksen
Thanks for the disc chunk. Like you said, with the ignore option of the last m2ts it works.
hubblec4
25th September 2020, 12:49
I got an email from my chapter database provider:
Belegung: 972,7 MB (194,5%)
Limit: 500 MB
** Deine MySQL-Zugänge werden ab dem 15.10.2020, 0:00 keine Schreibrechte (INSERT, UPDATE) mehr haben, sofern der Speicherplatz zu diesem Zeitpunkt noch immer überschritten wird. **
That means the database will work until 15.10.2020.
I work on a fix so fast as I can.
I have 3 options
option 1: buy a web hosting package with monthly payment
option 2: compress the data
option 3: find a free hoster with more sql space
monthly payment is not the way I want to go
hubblec4
28th September 2020, 23:13
Here is a Windows (https://forum.videohelp.com/attachments/55063-1601330383/cE_W.7z) and Linux (https://forum.videohelp.com/attachments/55064-1601330383/cE_L.7z) test version (cE.exe only).
I have compressed the chapters and tags files. This should reduce the database more than 80% and decrease the download time vastly.
Please let me know if everything works as expected.
hubblec4
4th October 2020, 22:24
chapterEditor(cE) rev1.25 is available.
Windows (https://forum.videohelp.com/attachments/55253-1601846426/cE-W(1.25).7z)
Linux (https://forum.videohelp.com/attachments/55254-1601846426/cE-L(1.25).7z)
After a little while there is another update.
The database became too big and therefore had to be compressed.
On 10.10.2020 I will delete the uncompressed files,
this means that older cE versions no longer have access to the database.
Change chapterEditor
added &
fixed *
improved #
changed %
rev 1.25 2020-10-04
// chapterEditor
& MKVToolNix (MTX): --disable-language-ietf (settings: external programs)
- MTX will no longer automatically generate IETF language elements
// Chapter database
# Chapters and Tags files compressed
- Older cE versions can no longer access the database
# When changing film information, the title name check is no longer carried out because it is unnecessary
Masutin
7th October 2020, 02:43
chapterEditorCLI (http://forum.gleitz.info/attachment.php?attachmentid=98861&d=1449956920) is no longer there. Can you pack it with the next version of CE?
hubblec4
7th October 2020, 12:43
Here are two download links which works.
Videohelp (https://forum.videohelp.com/attachments/43960-1512914952/chapterEditorCLI(rev0.01).7z)
Gleitz-forum (https://gleitz.info/index.php?attachment/98861-chaptereditorcli-rev0-01-7z/)
hubblec4
3rd January 2021, 17:36
chapterEditor(cE) rev1.26 is available.
Windows (https://forum.videohelp.com/attachments/56616-1609691380/cE-W(1.26).7z)
Linux (https://forum.videohelp.com/attachments/56617-1609691380/cE-L(1.26).7z)
It's time for an update again.
Some bugs were fixed and I was able to finish a user request.
MediaInfo (https://www.videohelp.com/software/MediaInfo) chapter format:
The wish was to support this format and also to process the text content from the clipboard,
as MediaInfo texts can often be found on websites.
At the moment only the first menu is processed, due to time constraints. But you can copy all other menus individually and append them with CTRL + V.
But mostly there is only one menu.
All chapter names and their language are processed for the Matroska format.
DVD2mkv:
I have an episode on a Futurama DVD which is available in two versions and could not mux it to a multi-mkv,
since the last VOBID only contains a video track. MKVToolNix (https://www.videohelp.com/software/MKVToolNix) cannot process this then.
The whole thing is similar to the "bad" m2ts files on a BD.
Change chapterEditor
added &
fixed *
improved #
changed %
rev1.26 2021-01-03
// chapterEditor
& Support for ffprobe XML and JSON files
& Support for MediaInfo Text files
& Load chapters from the clipboard (not for the Converter)
- for the time being only for the MediaInfo format
- TreeView Hotkeys: with CTRL + V the chapters are inserted/appended, with CTRL + SHIFT + V a new tab is created
// Matroska Chapters
* when attaching invalid XML or Matroska files, the tab is no longer deleted
// DVD2mkv
& Multi-MKV-Mode: ignore the last VobID of attached versions if the playing time is too short
- Minimum playing time adjustable, a value of 0 deactivates the function
* the value for "Minimum free space" could not be changed (settings)
* Applying Title Profiles had a bug
* Multi-MKV-Mode: the profile selection did not open when a track is selected
seehazy
6th January 2021, 08:07
Is there a way to append chapter numbers to an already existing set of chapter names? For instance, if the first chapter is named "Intro" could I edit it to say "1. Intro" and apply that rule to all remaining chapters?
I prefer to have the number and name together as the chapter name. I haven't been able to find a simple way to accomplish this in a GUI. mkvToolnix provides a naming template in its preferences, but there is no way to manipulate the already existing chapter name itself (to my knowledge).
BTW, the ability to convert Mediainfo text into an XML is really useful. Thank you for that!
yeopot
6th January 2021, 13:48
hubblec4, thank you for this program. Is it possible for you to make it open source? That would be really great!
hubblec4
6th January 2021, 13:50
Hello seehazy and welcome to doom9 forum.
Is there a way to append chapter numbers to an already existing set of chapter names?
Currently no, but I like your suggestion and add it to my TODO list, but please be patient.
hubblec4
6th January 2021, 14:00
Hello yeopot and welcome to doom9 forum.
hubblec4, thank you for this program. Is it possible for you to make it open source? That would be really great!
Currently I have no plans to make cE open source.
But I have thought about to open a GIT repository to have better control over the issues.
yeopot
6th January 2021, 14:10
Hello yeopot and welcome to doom9 forum.
Currently I have no plans to make cE open source.
But I have thought about to open a GIT repository to have better control over the issues.
Awww ok. Thanks for reply. Hope you will consider making it open source in the future :)
That is a good idea for issues it will make things easier and better, I agree.
hubblec4
6th January 2021, 15:26
Hope you will consider making it open source in the future :)
Is there a special reason why cE should open source?
cE code has many "test code" where I try to learn coding and so the code is not clean.
I guess it is a pain to read this code for a good programmer :-)
yeopot
6th January 2021, 16:57
Is there a special reason why cE should open source?
cE code has many "test code" where I try to learn coding and so the code is not clean.
I guess it is a pain to read this code for a good programmer :-)
Good thing I'm a bad programmer then :p
Main reason for me is for learning purposes. I really like how the program works and I'm interested to learn how it utilizes all these specialized tools under the hood to automate many manual tasks easier having both an easy to use CLI and GUI that work quite well. It's an unique program and I actually haven't come across any equivalent open source chapter editing program with as much versatility and usefulness as yours.
Of course I think open source software has many benefits too like it's easier to trust than closed source software, program and code longevity, easier for others to find bugs, contribute code and more.
Masutin
7th January 2021, 15:51
seehazy, the numbering of titles can be done in a text editor or similar environment with the support of regular expressions (regex, patterns that can represent one or many characters) of a specific kind, POSIX syntax they might be called. I use TextPad version 5, later versions support another type of regex.
Find: e=
Replace with: E=\i.
hubblec4
8th January 2021, 21:25
Good thing I'm a bad programmer then :p
Main reason for me is for learning purposes.
I had also no knowledge about programming, but with Lazarus (https://www.lazarus-ide.org/) it was very easy to learn.
I'm sure there are other easy to learn languages but for me is it important to have no dependencies like .net or java or python or restrictions to an OS.
Of course I think open source software has many benefits too like it's easier to trust than closed source software, program and code longevity, easier for others to find bugs, contribute code and more.
I agree with you.
Apart from the fact that the cE code is not very nice and contains a lot of German comments,
a database password is also hidden in the code.
I wouldn't want to make this password public.
yeopot
9th January 2021, 02:34
I agree with you.
Apart from the fact that the cE code is not very nice and contains a lot of German comments,
a database password is also hidden in the code.
I wouldn't want to make this password public.
Why not just remove the password when publishing source code? Also, some open source software I know which use passwords just use a local config file or environment variable to store the password and read from that instead so that may be a better method.
Masutin
13th January 2021, 22:22
The source file required an extention, in my case, txt. You might want to mention this in the help or add an error message for this.
Anyone on Windows might find this pattern useful.@echo off
set f=[Path\]name.txt
set in=23.976
set out=25
set path=
for %%f in ("%f%") do %Path%chapterEditorCLI -f %in% %out% %%f
hubblec4
14th January 2021, 21:07
Hi Masutin
The source file required an extention, in my case, txt. You might want to mention this in the help or add an error message for this.
cECLI is very old, and I developed it under Windows 7 and there is always an extension for the files(I thought).
In the first post all examples with files uses an extension for the input files.
But now I know on Linux is an extension not always present.
hubblec4
24th February 2021, 22:51
chapterEditor(cE) rev1.27 is available.
Windows (https://forum.videohelp.com/attachments/57523-1614203218/cE-W(1.27).7z)
Linux (https://forum.videohelp.com/attachments/57524-1614203218/cE-L(1.27).7z)
It continues with a new version of the cE.
I was able to complete 2 user requests and there is a small improvement for the chapter database.
When uploading the Star Trek Voyager series it was annoying that the title check had to be confirmed continuously,
because the title is always the same.
Change chapterEditor
added &
fixed *
improved #
changed %
rev1.27 2021-02-24
// chapterEditor
& Deletion of chapters with identical time stamps (not for the Converter)
- adjustable time tolerance (settings -> chapter editors)
- Time tolerance = 0: only chapters with identical times are deleted
- Time tolerance > 0: the following chapters are deleted
- Time tolerance < 0: the previous chapters are deleted
- Matroska: applicable to one or all editions
- applicable to all tabs at once
// Chapter naming
& keep existing chapter names
- an existing chapter name can be expanded with a chapter number
* the name list did not work for multiAVCHD editor
// Chapter database
# Upload: When checking the title name (whether it already exists) the episode text is also checked
- simplifies the uploading of a series
tormento
30th April 2021, 11:55
I need to anticipate chapter timings by a specific amount of frames, as I cut very long sponsor video from a movie.
Could you please add a chapter frame manipulation feature? I could divide the frames by the fps but... you know ;)
hubblec4
1st May 2021, 12:42
Could you explain a bit more what you need?
Sorry but I don't understand what you mean with "chapter frame manipulation".
To cut chapters there is the Cut-Feature with some options.
hubblec4
2nd May 2021, 22:25
chapterEditor(cE) rev1.28 is available.
Windows (https://forum.videohelp.com/attachments/58694-1619990420/cE-W(1.28).7z)
Linux (https://forum.videohelp.com/attachments/58695-1619990420/cE-L(1.28).7z)
A new small update with a bug fix for the Matroska menu editor
and a new feature for chapter naming for Matroska.
Chapter naming: "New Display"
The chapter name and/or the name list as well as the languages and countries are taken into account.
The function is available for the following buttons: Change name and Exit, Change name, Change all and Exit
There are two variants
1. Checkbox fully checked
A new chapter display is always inserted
2. Gray state checkbox
If the name list is used and the existing chapter name in the current chapter
is identical to the name in the list, no new Display is inserted.
However, all new language and country codes will be added.
Change chapterEditor
added &
fixed *
improved #
changed %
rev1.28 2021-05-02
// Chapter naming
& New Display (only for Matroska)
- a new chapter display is inserted
- the name list can be used
- Languages and countries are also taken into account
- Right-click for the checkbox as a "backward"-click
- Checkbox gray state: If names from the name list match the chapter name,
no new Display is inserted. Only new language and country codes are added
% All chapter names change regardless of their language
- The names from the list are now used for all chapter names (if available)
% Radio buttons removed - Name first and Name last
- a new checkbox - Name first
// Matroska menu
* "Medium-Linking Simple" stopped working and cE crashed
tormento
3rd May 2021, 06:31
Could you explain a bit more what you need?
Sorry but I don't understand what you mean with "chapter frame manipulation".
To cut chapters there is the Cut-Feature with some options.
I have cut the video of a few frames. I’d like to change the chapter line timings of the same amount without having to convert frames to time manually.
hubblec4
3rd May 2021, 12:26
OK, I think I understand.
But cE can't know what the FPS is of your video.
The Cut-feature works with times only for the moment.
OK, there is already a FPS section, but you have to set the correct FPS.
Maybe I could add this feature, when I combine the FPS section with the Cut-feature. But you have to set the source and target FPS to the same value manually.
tormento
3rd May 2021, 12:37
Maybe I could add this feature, when I combine the FPS section with the Cut-feature. But you have to set the source and target FPS to the same value manually.
Of course I would set the correct FPS ;)
hubblec4
3rd May 2021, 14:31
Or maybe I add a new source FPS Combobox to the Cut section. I will think about it, and have added to the TODO list.
hubblec4
6th May 2021, 23:26
Hi tormento
Here (https://forum.videohelp.com/attachments/58754-1620335627/cE.7z) is a test version of cE for your feature request.
I decided to keep it simple so as not to have to add new components.
You have to use the Source-FPS from the FPS-Section. Source and Target FPS should be the same (but do not have to be).
Simple add an f at the end -> 123f (or -123f for the Move function).
You should set the FPS before you enter the frame number, otherwise
you have to change the input in the edit fields to re-calculate the new move or cut time(s).
tormento
8th May 2021, 09:33
Here is a test version of cE for your feature request.
Thanks, it works!
However, it changed the chapter numbers, i.e.
Original:
CHAPTER01=00:00:00.000
CHAPTER01NAME=
CHAPTER02=00:07:47.342
CHAPTER02NAME=
CHAPTER03=00:12:19.280
CHAPTER03NAME=
CHAPTER04=00:20:07.415
CHAPTER04NAME=
CHAPTER05=00:26:19.203
CHAPTER05NAME=
CHAPTER06=00:32:07.801
CHAPTER06NAME=
CHAPTER07=00:37:00.635
CHAPTER07NAME=
CHAPTER08=00:45:58.547
CHAPTER08NAME=
CHAPTER09=00:53:51.061
CHAPTER09NAME=
CHAPTER10=01:00:25.413
CHAPTER10NAME=
CHAPTER11=01:08:05.665
CHAPTER11NAME=
CHAPTER12=01:13:59.602
CHAPTER12NAME=
CHAPTER13=01:19:39.024
CHAPTER13NAME=
CHAPTER14=01:23:12.779
CHAPTER14NAME=
CHAPTER15=01:28:49.032
CHAPTER15NAME=
Modified:
CHAPTER00=00:00:00.000
CHAPTER00NAME=
CHAPTER01=00:06:52.954
CHAPTER01NAME=
CHAPTER02=00:11:24.892
CHAPTER02NAME=
CHAPTER03=00:19:13.027
CHAPTER03NAME=
CHAPTER04=00:25:24.815
CHAPTER04NAME=
CHAPTER05=00:31:13.413
CHAPTER05NAME=
CHAPTER06=00:36:06.247
CHAPTER06NAME=
CHAPTER07=00:45:04.159
CHAPTER07NAME=
CHAPTER08=00:52:56.673
CHAPTER08NAME=
CHAPTER09=00:59:31.025
CHAPTER09NAME=
CHAPTER10=01:07:11.277
CHAPTER10NAME=
CHAPTER11=01:13:05.214
CHAPTER11NAME=
CHAPTER12=01:18:44.636
CHAPTER12NAME=
CHAPTER13=01:22:18.391
CHAPTER13NAME=
CHAPTER14=01:27:54.644
CHAPTER14NAME=
hubblec4
8th May 2021, 12:37
However, it changed the chapter numbers, i.e.
Yes. The OGM specs says the chapter number starts with 0.
Please check the OGM settings,
there is a checkbox: chapter number starts at 1
darksen
12th May 2021, 00:04
Is there any way to change the background color? It hurts my eyes when I change windows to cE and see all the white in there. I've been looking for it but we can only change the bar colors right?
hubblec4
12th May 2021, 15:22
Hi darksen
I guess you use a dark mode (Windows) and some of the components should also be black.
I'm not sure if there is a global background color for the entire cE is possible.
The XBar colors can be changed because I use a simple panel with speed buttons. But some other components are controlled by the OS.
In my Windows 7 classic view is the "background" gray and the Treeviews and other lists are white.
Could you make a screen shot and show me which section should be dark?
darksen
13th May 2021, 23:03
Hey, yes, I use the dark theme in Windows and in all the apps I can. I think that these two parts (and in reality all the white parts) should be darker:
https://i.imgur.com/FPadhU2.png
I'm not talking about necessarily black but a less brighter color than plain white. It is more noticeable when you use a big screen to work (I use a 40" TV as monitor), for example, changing from this window:
https://i.imgur.com/XqYhcIe.png
To chapterEditor disturbs the eyes. So having them in grey or a darkish grey color would be fantastic.
EDIT: Also, could you please expand a little on this:
Checkbox gray state: If names from the name list match the chapter name,
no new Display is inserted. Only new language and country codes are added
When a box is in grey? I'm asking because there are two states when I check the box, the first is that it's checked with a square and the other is a check but in none of them the box is in grey.
Thank you.
hubblec4
14th May 2021, 13:15
Hey, yes, I use the dark theme in Windows and in all the apps I can. I think that these two parts (and in reality all the white parts) should be darker:
https://i.imgur.com/FPadhU2.png
Wow, so different in different OS's. Like I said all this section are grey here.
I don't know if I can fix this easily. It seems to me I have to add ever a Panel first, which can change the color independent from the OS.
But this would be make a lot of work. I have also started to read about Dark-mode in the Lazarus apps.
I will try to do something but I can't promise it.
EDIT: Also, could you please expand a little on this:
When a box is in grey? I'm asking because there are two states when I check the box, the first is that it's checked with a square and the other is a check but in none of them the box is in grey.
Thank you.
A checkbox has normally 2 states: checked and unchecked. But there is a third state, called gray-state.
The gray-state is like undetermined -> not checked and not unchecked.
The word "gray" has nothing to do with the color of the checkbox.
On my Win7 looks the gray-state of the checkbox indeed grey. On Linux it is also a bit grey, but looks totally different to Windows 7 and also Windows 10.
That is/was also the reason why I have insert my own checkbox icons at some places, to simulate a checkbox which looks ever the same on the OS's.
tormento
19th May 2021, 11:38
Yes. The OGM specs says the chapter number starts with 0.
I did not know, thank you!
Another question: is it possible to join 2 chapter files? Zack Snyder's Justice league comes as 2 BDs but I want to join the encode in a single file. No problem for video and audio but how can I join the 2 separate chapter files?
hubblec4
19th May 2021, 11:59
Hi tormento
You can load the first chapter file and append the second one. Then select the first chapter of the second chapter file and adjust the timestamps with the Time-Edit-Tool.
Choose for the Action Range "All chapters from the selected ...." and as time shift set the play duration of the first video.
tormento
19th May 2021, 12:19
Thanks, will try!
hubblec4
28th May 2021, 10:12
@darksen
I have tested the Dark-Mode in my Win7, and cE is using the dark colors from the OS.
It seems it should work when you change colors in the OS for your Theme.
But I have no idea how and where this settings are in the OS.
hubblec4
4th June 2021, 13:22
chapterEditor(cE) rev1.29 is available.
Windows (https://forum.videohelp.com/attachments/59257-1622809158/cE-W(1.29).7z)
Linux (https://forum.videohelp.com/attachments/59258-1622809158/cE-L(1.29).7z)
An important bug fix for parsing Matroska files and Matroska chapter XML files.
Change chapterEditor
added &
fixed *
improved #
changed %
rev1.29 2021-06-04
// chapterEditor
* Matroska Parser + Matroska Chapter-XML Parser
The default value for the "ChapLanguage Element" is now "eng" and no longer "und"
// Time adjustments
& Frames as input (move and cut)
- add an "f" to the end of the frame number
- the source FPS from the FPS section is used
- Source and Target FPS should be the same (but do not have to be)
- the FPS must be set before entering the frame number,
otherwise the entries in the edit fields must be renewed
// DVD2mkv
& added opening/editing of external subtitles
an3k
16th July 2021, 12:39
chapterEditor]chapterEditor(cE) rev1.29 is available.
Thank you so much for your tool. I have some MPLS that combine multiple episodes (individual m2ts files) and I wanted chapters for these individual episodes but needed something that allows me to remove preceding and following chapter entries but with automatic timecode adjusting.
I may only need it for this one project but do you have a donation thing?
hubblec4
16th July 2021, 19:16
Hi an3k
...something that allows me to remove preceding and following chapter entries but with automatic timecode adjusting.
Such a feature exists, called "Split Chapters".
In the GUI you will find it in the Feature-Bar or you can use the CLI of cE.
https://forum.doom9.org/showthread.php?p=1902412#post1902412
...do you have a donation thing?
No, not at the moment.
darksen
20th December 2021, 01:51
Hey, I'm trying to upload a chapter file and I'm getting this error:
The following error occurred:
TMySQL56Connection : Error executing query: Field 'm_langietf' doesn't have a default value
hubblec4
20th December 2021, 15:04
mmh that's bad.
I'm currently change all to the IETF language and this takes a lot of time because it is a lot of work.
I will set a default value for this field, so that the current cE versions work again.
vBulletin® v3.8.11, Copyright ©2000-2026, vBulletin Solutions Inc.