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 > General > Audio encoding

Closed Thread
 
Thread Tools Search this Thread Display Modes
Old 18th November 2017, 13:40   #14481  |  Link
Music Fan
Registered User
 
Join Date: May 2009
Location: Belgium
Posts: 1,744
Quote:
Originally Posted by mtamimi View Post
Sorry was this a suggestion for the extra playlists?
Yes.

Quote:
Originally Posted by mtamimi View Post
If that's the case, does it support UHD?
I don't know, I never tried, I was thinking to Blu-ray's mpls actually.
Music Fan is offline  
Old 18th November 2017, 14:13   #14482  |  Link
mtamimi
Registered User
 
Join Date: Jun 2007
Posts: 44
Quote:
Originally Posted by Music Fan View Post
Yes.
I don't know, I never tried, I was thinking to Blu-ray's mpls actually.
MakeMKV handles regular Blu-Rays w/o issues, and is able to extract all extra features, and is active. I am a paying customer. I don't need tsMuxer for that especially since it was last updated back in 2014, however the fact that it still does work for old Blu-Rays is great.

eac3to is totally different, very powerful audio conversion utility that is also capable of demuxing FHD and UHD discs...It just misses extracting all extra features from UHD and FHD discs...

mtamimi is offline  
Old 18th November 2017, 14:57   #14483  |  Link
Bandits
Registered User
 
Join Date: Feb 2015
Posts: 43
Quote:
Originally Posted by mtamimi View Post
Please, is it possible to allow us to set that value?! A lot of extras are actually less than 15 minutes.
I asked about this a long time ago. I would find this useful to grab an occasional small clip on a disc without changing programs.

The normal 15 minute restriction is great to limit playlists but having a choice to show everything would be amazing.

A switch option maybe? -allplaylists
__________________
Blu-Ray Ripper 0.112c/0.21a
Bandits is offline  
Old 18th November 2017, 15:23   #14484  |  Link
LigH
German doom9/Gleitz SuMo
 
LigH's Avatar
 
Join Date: Oct 2001
Location: Germany, rural Altmark
Posts: 6,779
Or "-minplaytime", to customize the lower threshold.
__________________

New German Gleitz board
MediaFire: x264 | x265 | VPx | AOM | Xvid
LigH is offline  
Old 18th November 2017, 19:15   #14485  |  Link
hubblec4
Matroska find' ich toll
 
Join Date: Apr 2008
Posts: 1,377
Quote:
Originally Posted by mtamimi View Post
Can I ask you why you think this limitation is useful?
Some Blurays have so many extra playlists, which are all ignored.
OK, the time should/could be changeable.

Quote:
Originally Posted by mtamimi View Post
That should not stop me from wishing you all the best for your hard work, it is really good to see what you are doing...
Thanks a lot.
hubblec4 is offline  
Old 18th November 2017, 21:56   #14486  |  Link
madshi
Registered Developer
 
Join Date: Sep 2006
Posts: 9,140
eac3to v3.33 released

http://madshi.net/eac3to.zip

Code:
* fixed a couple of HEVC bitstream bugs
* added new parameter "-minPlayListRuntime=0:15:00"
* added new parameter "-maxPlayListRuntime=4:00:00"
* added support for ".264" and ".265" file extensions
Thanks to mtamimi for "sponsoring" the new parameters.
madshi is offline  
Old 18th November 2017, 22:28   #14487  |  Link
mtamimi
Registered User
 
Join Date: Jun 2007
Posts: 44
Quote:
Originally Posted by madshi View Post
eac3to v3.33 released

http://madshi.net/eac3to.zip

Code:
* fixed a couple of HEVC bitstream bugs
* added new parameter "-minPlayListRuntime=0:15:00"
* added new parameter "-maxPlayListRuntime=4:00:00"
* added support for ".264" and ".265" file extensions
Thanks to mtamimi for "sponsoring" the new parameters.
You are awesome, thank you very much
mtamimi is offline  
Old 18th November 2017, 22:42   #14488  |  Link
mtamimi
Registered User
 
Join Date: Jun 2007
Posts: 44
I am getting this error message for both UHD and regular Blu-Ray discs
Quote:
Source file "4k-test2.ts" not found.
I am not using the new parameters...
mtamimi is offline  
Old 18th November 2017, 22:42   #14489  |  Link
act.anon
Registered User
 
Join Date: Oct 2007
Posts: 16
Quote:
Originally Posted by madshi View Post
eac3to v3.33 released

http://madshi.net/eac3to.zip

Code:
* fixed a couple of HEVC bitstream bugs
* added new parameter "-minPlayListRuntime=0:15:00"
* added new parameter "-maxPlayListRuntime=4:00:00"
* added support for ".264" and ".265" file extensions
Thanks to mtamimi for "sponsoring" the new parameters.
Receiving the error:
"Source file "4k-test2.ts" not found."
act.anon is offline  
Old 18th November 2017, 22:44   #14490  |  Link
Megalith
Registered User
 
Join Date: Mar 2011
Posts: 132
>HEVC bitstream bugs

Have these been elaborated on?
Megalith is offline  
Old 18th November 2017, 22:57   #14491  |  Link
madshi
Registered Developer
 
Join Date: Sep 2006
Posts: 9,140
Quote:
Originally Posted by mtamimi View Post
I am getting this error message for both UHD and regular Blu-Ray discs

I am not using the new parameters...
Sorry, that was me being stupid. I've updated the zip, please re-download.

Quote:
Originally Posted by Megalith View Post
>HEVC bitstream bugs

Have these been elaborated on?
One bug was reported earlier in this thread (graphical corruption when demuxing certain files). The other one is this:

http://bugs.madshi.net/view.php?id=512
madshi is offline  
Old 18th November 2017, 23:09   #14492  |  Link
Thunderbolt8
Registered User
 
Join Date: Sep 2006
Posts: 2,197
Quote:
Originally Posted by madshi View Post
eac3to's h264/h265 bitstream parser requires there to be AUDs (access unit delimiters) between each frame. (UHD) Blu-Rays do have AUDs in the video bitstream. However, mkvtoolnix removes the AUDs when muxing the bitstream. When demuxing again, mkvextract doesn't add them back in. eac3to adds AUDs when demuxing MKVs, which is why eac3to's demux size is slightly bigger. That's nothing to worry about. It goes as far as eac3to not being able to parse the video bitstream extracted by mkvextract at all because the AUDs are missing, which makes the video unparsable to eac3to, because without AUDs eac3to doesn't know where one video frame starts and ends exactly. eac3to can parse the bitstream within MKV files without AUDs because the MKV container information defines where one video frame starts and ends.
whats the real world advantage/disadvantage of keeping or removing the AUDs? when using a PC or using stand alone hardware? in which situations?
__________________
Laptop Lenovo Legion 5 17IMH05: i5-10300H, 16 GB Ram, NVIDIA GTX 1650 Ti (+ Intel UHD 630), Windows 10 x64, madVR (x64), MPC-HC (x64), LAV Filter (x64), XySubfilter (x64) (K-lite codec pack)
Thunderbolt8 is offline  
Old 19th November 2017, 15:25   #14493  |  Link
hubblec4
Matroska find' ich toll
 
Join Date: Apr 2008
Posts: 1,377
Quote:
Originally Posted by madshi View Post
eac3to v3.33 released

http://madshi.net/eac3to.zip

Code:
* added new parameter "-minPlayListRuntime=0:15:00"
* added new parameter "-maxPlayListRuntime=4:00:00"

Many many thanks for your continuous work on eac3to.

The time format is strictly limited to h:mm:ss? or is hh:mm:ss also working?
hubblec4 is offline  
Old 19th November 2017, 22:15   #14494  |  Link
madshi
Registered Developer
 
Join Date: Sep 2006
Posts: 9,140
Quote:
Originally Posted by Thunderbolt8 View Post
whats the real world advantage/disadvantage of keeping or removing the AUDs? when using a PC or using stand alone hardware? in which situations?
The same always applied to h264/AVC. Did you ever worry about it? If not, why worry about it now?

Quote:
Originally Posted by hubblec4 View Post
The time format is strictly limited to h:mm:ss? or is hh:mm:ss also working?
hh:mm:ss should also work.
madshi is offline  
Old 19th November 2017, 22:16   #14495  |  Link
madshi
Registered Developer
 
Join Date: Sep 2006
Posts: 9,140
eac3to v3.34 released

http://madshi.net/eac3to.zip

Code:
* fixed: "min/maxPlayListRuntime" worked for listing, but not processing
madshi is offline  
Old 19th November 2017, 22:23   #14496  |  Link
mtamimi
Registered User
 
Join Date: Jun 2007
Posts: 44
Tested and working as expected

mtamimi is offline  
Old 20th November 2017, 03:18   #14497  |  Link
AYColumbia
Registered User
 
AYColumbia's Avatar
 
Join Date: Jun 2013
Posts: 57
Thank you madshi. Any plans to update the help to include the newer parameters? Thanks again.
AYColumbia is offline  
Old 20th November 2017, 10:43   #14498  |  Link
hubblec4
Matroska find' ich toll
 
Join Date: Apr 2008
Posts: 1,377
Thanks for your info and the new version!!
hubblec4 is offline  
Old 20th November 2017, 11:00   #14499  |  Link
hubblec4
Matroska find' ich toll
 
Join Date: Apr 2008
Posts: 1,377
Mmh,
I tested the new version3.34 and I get no mpls list, with eac3to3.33 works fine.

-minPlayListRuntime=0:10:00 -maxPlayListRuntime=4:00:00
hubblec4 is offline  
Old 20th November 2017, 11:25   #14500  |  Link
madshi
Registered Developer
 
Join Date: Sep 2006
Posts: 9,140
Quote:
Originally Posted by hubblec4 View Post
Mmh,
I tested the new version3.34 and I get no mpls list, with eac3to3.33 works fine.

-minPlayListRuntime=0:10:00 -maxPlayListRuntime=4:00:00
Argh. There are so many ways to use eac3to that it's hard to test them all properly. I'll fix this next week. Anyway, you can use it like "eac3to . -minPlayListRuntime=0:10:00 -maxPlayListRuntime=4:00:00" for now to workaround the problem. Or alternatively just don't use "maxPlayListRuntime" at all, then there's no problem.
madshi is offline  
Closed Thread

Tags
eac3to

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 10:07.


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