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 18th October 2022, 23:12   #701  |  Link
vertigo220
Registered User
 
Join Date: Nov 2017
Posts: 18
I've used just about every video player out there, at least most, if not all, of the major ones, and while some support multi-editions, some/most don't. But, more importantly, when using something like Kodi to stream from PC to a device (e.g. Shield TV), it's not supported, so only the first edition in a file can be played. Because of this, I try to put which edition I prefer first, but that may change, or I may want to watch a different one for whatever reason, so it would be nice to be able to quickly shift them around.

The split mode you mentioned is all I could find that seemed like it would work, and I've been messing with it a bit today, but just based on what I've seen so far not only is it complicated trying to figure out what to do with everything once it's split to try and rebuild the file with the editions switched, but I'm not sure if it's even possible. And, since you mention it's not safe, I'd rather not risk it. Thanks anyways, and hopefully software will just become more compatible with it, though it seems unlikely at this point.
vertigo220 is offline   Reply With Quote
Old 19th October 2022, 12:01   #702  |  Link
hubblec4
Matroska find' ich toll
 
Join Date: Apr 2008
Posts: 1,377
Yeah, hardware support for Matroska is very poor.
I also set my favorite edition at first place. So I can/could watch it on all devices (but I only use PC for playback).

The multi-Edition split mode is very simple. After loading an MKV you have on the right side all Editions.
Deselect unwanted Editions, use split mode "Extract edition(s)" and hit Split Multi-MKV button, that's all.

Not 100% safe means it works most of time, maybe 90%.
Try it out and check the transitions, if the video is not hanging, all is fine.


I have search for long time a bit about KODI, and I found some code enhancements which deals with Ordered chapters.
But when you said it is not working....mmmh bad KODI^^

The best Matroska Playback software is, what uses LAV Filters.
VLC is unfortunately too buggy.
hubblec4 is offline   Reply With Quote
Old 19th October 2022, 15:03   #703  |  Link
hubblec4
Matroska find' ich toll
 
Join Date: Apr 2008
Posts: 1,377
Sometimes the players supports Ordered Chapters but uses only the first Edition, and a bonus case if the Default-Edititon-Flag is supported.

If Default-Edition-Flag is supported you can simple change this value, else you can simple swap the Editions.
hubblec4 is offline   Reply With Quote
Old 21st October 2022, 23:28   #704  |  Link
hubblec4
Matroska find' ich toll
 
Join Date: Apr 2008
Posts: 1,377
update rev 1.33

chapterEditor(cE) rev1.33 is available.
Windows
Linux


It is time again for a new update.
A small fix for splitting OGG/OGM and multiAVCHD chapter files,
and some innovations are included.


The old GUI language system was replaced by the .po files.
Italien was added as a GUI language and already partially translated by bovirus.


Since Mosu already supports the new Matroska Editions elements, I have now installed them.


Code:
Change chapterEditor

added    &
fixed    *
improved #
changed  %


rev1.33 2022-10-22
// chapterEditor
& GUI language: Italian (translator: bovirus)

# Laz_BCP47 updated on Rev 3 (https://gitlab.com/hubblec4/laz_bcp47/-/blob/master/changelog.txt)


// Matroska Chapters
& new Matroska Chapter element: "ChapterSkipType"

& new Matroska Edition elements: "EditionDisplay" and its sub-elements: "EditionString" and "EditionLanguageIETF"
  - Text-Favorites selection for the Edition name

& when creating the Matroska Tags file, the Edition names are used


// Split Chapters
& Automatic chapter naming
  - all settings from the chapter naming feature are used ("All Tabs" is used automatically)
  - original tabs are removed before renaming
  - splited chapters must be loaded in the editor (is automatically forced)

& Split mode: split before X chapters

* OGG/OGM and multiAVCHD: File extension is now set correctly


// Disc2mkv
& an Edition Display for every Edition is now used for multi-Edition MKV's


// CLI - Split Chapters
& Split mode: split before X chapters-> "before-x"
  - Example: -S before-x 7 "chapters.xml"

& alternate switch for splitting after X chapters -> "after-x"
  - synonymous as "x-chapters"

Last edited by hubblec4; 22nd October 2022 at 18:05.
hubblec4 is offline   Reply With Quote
Old 22nd November 2022, 23:01   #705  |  Link
hubblec4
Matroska find' ich toll
 
Join Date: Apr 2008
Posts: 1,377
updte rev1.34

chapterEditor(cE) rev1.34 is available.
Windows
Linux


Another update with a few improvements and smaller fixes is ready.

Italian is now fully translated.


Code:
Change chapterEditor

added    &
fixed    *
improved #
changed  %


rev1.34 2022-11-22
// chapterEditor
* a few missing translations

# GUI Language - Italian fully translated


// BD2mkv
* Blu-rays without covers


// Matroska Menu - Medium-Linking: Menu
& an EditionDisplay is now used for the Edition names


// Multi-MKV
& an EditionDisplay is now used for the Edition names

# The corresponding Text-Favorites are now used for the Edition names
hubblec4 is offline   Reply With Quote
Old 31st December 2022, 19:10   #706  |  Link
hubblec4
Matroska find' ich toll
 
Join Date: Apr 2008
Posts: 1,377
The chapter database will not be available for a while because of maintenance work.
A new cE version will come soon.

Last edited by hubblec4; 2nd February 2023 at 19:41.
hubblec4 is offline   Reply With Quote
Old 31st December 2022, 22:29   #707  |  Link
hubblec4
Matroska find' ich toll
 
Join Date: Apr 2008
Posts: 1,377
update rev1.35

chapterEditor(cE) rev1.35 is available.
Windows
Linux


This is a larger update for the Chapter Database.
All older cE versions no longer have access.

So far there has been the "Email" field when creating an account.
This was originally planned as a second security concept, but I never installed it.
There was also no review of whether the Email address is correct, and also not whether it exists.

Nevertheless, this is rated in Germany as a collecting of personal data and has not been so easy allowed since this §DSGVO.

Since I have no interest in personal data, everything that had to do with "Email" was removed.



There are now over 1000 users, what I would never have thought, and so I had to close a security gap.

Communication ran directly via the SQL components and unfortunately the password of the database was also included in the cE.exe.

From now on, a (my first) REST-API is used to communicate with the database.

Like always with "first" things, that can contain errors.
Therefore, please test the new REST-API and report if you feel there is something strange.


There are also a few improvements for sorting.

Code:
Change chapterEditor

added    &
fixed    *
improved #
changed  %


rev1.35 2022-12-31
// Chapter Database
& the database now uses a REST-API

& sorting all columns in editing mode is now possible

* it was possible to edit all movies

# the sorting algorithm was not entirely correct and is now available for all columns

# Upload: Title already exists -> Edit title
  - only the found title is loaded for editing

% all Email data and components removed

% SQL components removed

if the database connection not work please try this:
Quote:
https://indy.fulgan.com/SSL/
openssl-1.0.2u-i386-win32.zip

Last edited by hubblec4; 4th January 2023 at 14:14.
hubblec4 is offline   Reply With Quote
Old 1st January 2023, 18:50   #708  |  Link
NanoBot
Registered User
 
Join Date: Sep 2003
Posts: 209
Is it new that this ( windows ) version needs OpenSSL libs ? And if yes, is it on purpose the these libs are not included in the archiv, perhaps because of copyright problems ?

And there is a typo in the german menu translation, it shows "Kapitel Datanbank" instead of "Kapitel Datenbank"

After downloading the openSSL libs seperately, everything works fine

Last edited by NanoBot; 1st January 2023 at 18:55.
NanoBot is offline   Reply With Quote
Old 1st January 2023, 19:47   #709  |  Link
hubblec4
Matroska find' ich toll
 
Join Date: Apr 2008
Posts: 1,377
Hi NanoBot

Thanks for your feedback.

Quote:
Originally Posted by NanoBot View Post
Is it new that this ( windows ) version needs OpenSSL libs ? And if yes, is it on purpose the these libs are not included in the archiv, perhaps because of copyright problems ?
After downloading the openSSL libs seperately, everything works fine
Yes the host Lima-City uses "https" which needs OppenSSL.

For coding and testing I had used an other host which uses "http".
I will check this.

The typo should be easy to fix. You can do it by your self with PoEdit.


EDIT: typo is fixed for next rev.

Quote:
Originally Posted by NanoBot View Post
And if yes, is it on purpose the these libs are not included in the archiv, perhaps because of copyright problems ?
I was happy to remove to SQL lib and I thought I don't have to include other libs.
On my Win7 and Linux Mint all worked and I'm sure I have nothing installed of OpenSSL.
But I guess on Linux it is there out of the box and maybe a third party tool has installed OpenSSL on my Win7.

Can you please share the download link of the OppenSSL lib which you use?

Last edited by hubblec4; 1st January 2023 at 20:21.
hubblec4 is offline   Reply With Quote
Old 3rd January 2023, 00:44   #710  |  Link
NanoBot
Registered User
 
Join Date: Sep 2003
Posts: 209
I downloaded the OpenSSL Libs from here:

https://indy.fulgan.com/SSL/

and used the newest 32bit version offered

openssl-1.0.2u-i386-win32.zip
NanoBot is offline   Reply With Quote
Old 3rd January 2023, 02:20   #711  |  Link
hubblec4
Matroska find' ich toll
 
Join Date: Apr 2008
Posts: 1,377
Thank you.

I guess this helps other users to find quickly a solution if cE not work.

For the moment you are the first and only one with this issue.
What a Windows do you use?
hubblec4 is offline   Reply With Quote
Old 3rd January 2023, 02:44   #712  |  Link
NanoBot
Registered User
 
Join Date: Sep 2003
Posts: 209
Windows 10 Pro 22H2 19045.2364

And the error message about missing the openSSL libs only appears when the "Database" button on the left is pressed.
NanoBot is offline   Reply With Quote
Old 3rd January 2023, 14:51   #713  |  Link
hubblec4
Matroska find' ich toll
 
Join Date: Apr 2008
Posts: 1,377
Quote:
Originally Posted by NanoBot View Post
Windows 10 Pro 22H2 19045.2364
Mmh.... Win10 has no OpenSSL out of the box?


Quote:
Originally Posted by NanoBot View Post
And the error message about missing the openSSL libs only appears when the "Database" button on the left is pressed.
I guess you have the "automatic login" activated, therefore the issue appears when you hit the "Database" button.
Otherwise the issue do only occur when login.
hubblec4 is offline   Reply With Quote
Old 3rd January 2023, 22:00   #714  |  Link
gonca
Registered User
 
Join Date: Jul 2012
Posts: 1,213
Quote:
Originally Posted by hubblec4 View Post
Thank you.

I guess this helps other users to find quickly a solution if cE not work.

For the moment you are the first and only one with this issue.
What a Windows do you use?
Not the only one, but it now works.
The two dll files just have to be placed in the cE directory.
Maybe, if one has OpenSSL on system they need to copy the dll files to the directory.
P.S.
Database never worked for me till now.
gonca is offline   Reply With Quote
Old 4th January 2023, 12:56   #715  |  Link
hubblec4
Matroska find' ich toll
 
Join Date: Apr 2008
Posts: 1,377
Hi gonca

Quote:
Originally Posted by gonca View Post
Not the only one, but it now works.
Good to know it works.


Quote:
Originally Posted by gonca View Post
The two dll files just have to be placed in the cE directory.
Maybe, if one has OpenSSL on system they need to copy the dll files to the directory.
I have no dll's copied to cE folder and it works. That confuse me a bit.


Quote:
Originally Posted by gonca View Post
P.S.
Database never worked for me till now.
With the old SQL database version it don't worked for you?
hubblec4 is offline   Reply With Quote
Old 4th January 2023, 22:39   #716  |  Link
PyragriC
Registered User
 
Join Date: Dec 2021
Posts: 4
Hello,

Same problem here with W10 Pro.

I had cE v1.32 and it worked fine then the SSL error appears.
I've installed v1.35, put the 2 dlls of openSSL into cE folder but the SSL error still appears.
PyragriC is offline   Reply With Quote
Old 4th January 2023, 23:31   #717  |  Link
NanoBot
Registered User
 
Join Date: Sep 2003
Posts: 209
Did you take into account that you have to use the 32bit version of the dlls, even if you are using a 64bit OS ?

For me it is working with
libeay32.dll version 1.0.2.21 size 1.380.864 bytes
ssleay32.dll version 1.0.2.21 size 337.920 bytes
NanoBot is offline   Reply With Quote
Old 5th January 2023, 01:47   #718  |  Link
hubblec4
Matroska find' ich toll
 
Join Date: Apr 2008
Posts: 1,377
Hi PyragriC

and welcome to Doom9.

Can you try this lib. I think this are the dlls which NanoBot mentioned.
https://indy.fulgan.com/SSL/openssl-...i386-win32.zip
hubblec4 is offline   Reply With Quote
Old 5th January 2023, 01:52   #719  |  Link
gonca
Registered User
 
Join Date: Jul 2012
Posts: 1,213
Quote:
Originally Posted by hubblec4 View Post
With the old SQL database version it don't worked for you?
Correct, but it my have been something in my system.
It works now, so all is good
gonca is offline   Reply With Quote
Old 5th January 2023, 01:57   #720  |  Link
hubblec4
Matroska find' ich toll
 
Join Date: Apr 2008
Posts: 1,377
OK.
The better that it works now and you can use the database.
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 15:00.


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