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 4th July 2020, 19:28   #14981  |  Link
kdantas
Registered User
 
Join Date: Mar 2018
Posts: 10
Hi, is there any way (chenge dll, edit registry, etc) to correct the version information of Haali Matrosk Muxer? I already installed the latest version found on the site... MatroskaSplitter23062013, as well as, I installed the latest version of the K-Lite Mega Codec Pack ... v15.5.7. I know it's just a date error, but I would like to see the correct information. Thanks.

Haali Matroska Muxer (2013-04-14) is installed
There's a new version (2013-06-23) available
http://haali.net/mkv
kdantas is offline  
Old 5th July 2020, 05:03   #14982  |  Link
kdantas
Registered User
 
Join Date: Mar 2018
Posts: 10
Hi, is there any way to get a progress bar for eac3to running on the Windows command line, like this one below?

kdantas is offline  
Old 6th July 2020, 07:12   #14983  |  Link
LigH
German doom9/Gleitz SuMo
 
LigH's Avatar
 
Join Date: Oct 2001
Location: Germany, rural Altmark
Posts: 6,753
Only if madshi would code that. And the console output of eac3to is already a little weird (if you redirect the help output into a text file, its formatting is most peculiar). In case of output redirection, one may not wish the output to contain a frequently updated progress message.
__________________

New German Gleitz board
MediaFire: x264 | x265 | VPx | AOM | Xvid
LigH is offline  
Old 8th July 2020, 08:53   #14984  |  Link
tormento
Acid fr0g
 
tormento's Avatar
 
Join Date: May 2002
Location: Italy
Posts: 2,542
Error while extracting EAC3

Trying to extract eac3 track from Solo – A Star Wars story. The mpls combines different m2ts as there are 3 different language scrolling screen at the beginning.

eac3to v3.34
command line: "D:\Eseguibili_x86\Media\eac3to\eac3to.exe" "F:\Raw\Solo — A Star wars story" 2) 4:"E:\in\2_14 Solo — A Star wars story\2_4_audio.flac" -progressnumbers
------------------------------------------------------------------------------
M2TS, 1 video track, 3 audio tracks, 8 subtitle tracks, 2:14:47, 24p /1.001
1: Chapters, 50 chapters
2: h264/AVC, 1080p24 /1.001 (16:9)
3: DTS Master Audio, English, 7.1 channels, 24 bits, 48kHz
(core: DTS, 5.1 channels, 1509kbps, 48kHz)
4: E-AC3, Italian, 7.1 channels, 896kbps, 48kHz, dialnorm: -27dB
(core: AC3, 5.1 channels, 512kbps, 48kHz, dialnorm: -27dB)
5: DTS, Spanish, 5.1 channels, 1509kbps, 48kHz
6: Subtitle (PGS), English
7: Subtitle (PGS), Italian
8: Subtitle (PGS), Spanish
9: Subtitle (PGS), Portuguese
10: Subtitle (PGS), Modern Greek
11: Subtitle (PGS), English
12: Subtitle (PGS), Italian
13: Subtitle (PGS), Spanish
[a04] Extracting audio track number 4...
[a04] Removing AC3 dialog normalization...
[a04] Extracting E-AC3 core...
[a04] Decoding with libav/ffmpeg...
[a04] The libav decoder reported error -22 while decoding. <ERROR>
Aborted at file position 1048576. <ERROR>


Never tried to extract tracks from mpls with ffmpeg. Need some help about command line.
__________________
@turment on Telegram
tormento is offline  
Old 8th July 2020, 10:29   #14985  |  Link
Boulder
Pig on the wing
 
Boulder's Avatar
 
Join Date: Mar 2002
Location: Finland
Posts: 5,718
You are not demuxing but decoding and encoding. To get around the issue, you could try demuxing first to ac3 and then transcode that to FLAC with a recent ffmpeg build.
__________________
And if the band you're in starts playing different tunes
I'll see you on the dark side of the Moon...
Boulder is offline  
Old 8th July 2020, 11:34   #14986  |  Link
tebasuna51
Moderator
 
tebasuna51's Avatar
 
Join Date: Feb 2005
Location: Spain
Posts: 6,890
Is know than eac3to can't decode eac3 tracks like this.
You can extract it with:

eac3to "D:\Eseguibili_x86\Media\eac3to\eac3to.exe" "F:\Raw\Solo — A Star wars story" 2) 4:"E:\in\2_14 Solo — A Star wars story\2_4_audio.eac3" -keepDialnorm

(when eac3to try to change Dialog Normalization crash)

After that my recomendation is preserve the track as is, recode to flac doesn't make sense for me.
A lossy track when is decoded the output is 32 float (even 64 float) and make a flac with this...
__________________
BeHappy, AviSynth audio transcoder.
tebasuna51 is offline  
Old 22nd July 2020, 12:12   #14987  |  Link
Thunderbolt8
Registered User
 
Join Date: Sep 2006
Posts: 2,197
has anyone tried if this https://github.com/domyd/mlp

is it more accurate than demuxing THD tracks with eac3to (or any other tool)? could this tool be incorporated here as well like other components?
__________________
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)

Last edited by Thunderbolt8; 22nd July 2020 at 16:33.
Thunderbolt8 is offline  
Old 22nd July 2020, 23:55   #14988  |  Link
tebasuna51
Moderator
 
tebasuna51's Avatar
 
Join Date: Feb 2005
Location: Spain
Posts: 6,890
Here?

Seems madshi don't want make new versions.

I will try to include it to the UsEac3to GUI.

I can't get binary with stream selection, maybe in next release.
__________________
BeHappy, AviSynth audio transcoder.

Last edited by tebasuna51; 24th July 2020 at 13:15. Reason: add info
tebasuna51 is offline  
Old 25th July 2020, 13:02   #14989  |  Link
planet1
... space nerd ...
 
planet1's Avatar
 
Join Date: Feb 2004
Location: Terra
Posts: 163
Quote:
Originally Posted by tebasuna51 View Post
Seems madshi don't want make new versions.
Ohh, so there is not much of a point in posting any feature requests here or at http://eac3to.bugs.madshi.net then?
planet1 is offline  
Old 25th July 2020, 16:11   #14990  |  Link
Thunderbolt8
Registered User
 
Join Date: Sep 2006
Posts: 2,197
I hope there still is and that madshi is currently just prioritizing madvr
__________________
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 25th July 2020, 21:25   #14991  |  Link
stax76
Registered User
 
stax76's Avatar
 
Join Date: Jun 2002
Location: On thin ice
Posts: 6,837
madvr is closed source and under-maintained as well I believe, meaning hardly progress for both in the last 2-3 years, or maybe I'm just not well-informed.
stax76 is offline  
Old 3rd August 2020, 11:40   #14992  |  Link
tebasuna51
Moderator
 
tebasuna51's Avatar
 
Join Date: Feb 2005
Location: Spain
Posts: 6,890
Quote:
Originally Posted by Thunderbolt8 View Post
has anyone tried if this https://github.com/domyd/mlp

is it more accurate than demuxing THD tracks with eac3to (or any other tool)? could this tool be incorporated here as well like other components?
Included the use of the version than can select the TrueHD stream in UsEac3To
__________________
BeHappy, AviSynth audio transcoder.
tebasuna51 is offline  
Old 31st August 2020, 09:38   #14993  |  Link
pottzman
Registered User
 
Join Date: Jun 2009
Posts: 10
Quote:
Originally Posted by kdantas View Post
Hi, is there any way (chenge dll, edit registry, etc) to correct the version information of Haali Matrosk Muxer? I already installed the latest version found on the site... MatroskaSplitter23062013, as well as, I installed the latest version of the K-Lite Mega Codec Pack ... v15.5.7. I know it's just a date error, but I would like to see the correct information. Thanks.

Haali Matroska Muxer (2013-04-14) is installed
There's a new version (2013-06-23) available
http://haali.net/mkv
Yes, download a program called "attribute changer" https://www.petges.lu/download/ and use it on "splitter.ax" and "splitter64.ax" in the haali media splitter directory to change the creation and modified dates to 2013-06-23. eac3to will not complain anymore.
pottzman is offline  
Old 11th September 2020, 14:47   #14994  |  Link
Skyrocket
Registered User
 
Join Date: Sep 2020
Posts: 1
Can anyone please help me. Been trying for a few days to learn how to fix it with no luck.
I am wanting to convert my audio with eac3to to aac. When trying it comes up with the Nero error. I have Nero 7 installed on my computer but dont think its linked with the eac3to. What can or should i do to convert to aac?
Skyrocket is offline  
Old 11th September 2020, 21:16   #14995  |  Link
tebasuna51
Moderator
 
tebasuna51's Avatar
 
Join Date: Feb 2005
Location: Spain
Posts: 6,890
Nero 7 is used to decode AAC, to encode to AAC you need NeroAacEnc.exe from here in the same folder than eac3to
__________________
BeHappy, AviSynth audio transcoder.
tebasuna51 is offline  
Old 20th September 2020, 09:11   #14996  |  Link
Csimbi
Registered User
 
Join Date: May 2005
Location: Around the corner
Posts: 6
Hi there,
is there any plan to add Atmos to wav conversion?
(with metadata support, not just TrueHD conversion)
Thanks!
__________________
Best regards: Csimbi
Csimbi is offline  
Old 20th September 2020, 10:24   #14997  |  Link
SeeMoreDigital
Life's clearer in 4K UHD
 
SeeMoreDigital's Avatar
 
Join Date: Jun 2003
Location: Notts, UK
Posts: 12,219
Quote:
Originally Posted by Csimbi View Post
Hi there,
is there any plan to add Atmos to wav conversion?
(with metadata support, not just TrueHD conversion)
Thanks!
Are you're hoping to encode the 'spatially-coded sub-stream meta-data' for the height/object channels into separate mono PCM streams?
__________________
| I've been testing hardware media playback devices and software A/V encoders and decoders since 2001 | My Network Layout & A/V Gear |

Last edited by SeeMoreDigital; 20th September 2020 at 11:20. Reason: spelling
SeeMoreDigital is offline  
Old 20th September 2020, 12:08   #14998  |  Link
stax76
Registered User
 
stax76's Avatar
 
Join Date: Jun 2002
Location: On thin ice
Posts: 6,837
I would like to request Windows 10 long path support if this app isn't dead. It works via prefix workaround so probably only misses the manifest info.

https://github.com/staxrip/staxrip/w...g-path-support

Last edited by stax76; 20th September 2020 at 12:11.
stax76 is offline  
Old 27th September 2020, 14:12   #14999  |  Link
pottzman
Registered User
 
Join Date: Jun 2009
Posts: 10
Quote:
Originally Posted by heerschop View Post
Let me know if you get it to work.
I am using arcsoft, nero, sonic and surcode with eac3to, all without installing them completely on my system.

If someone knows how to get the sonic decoder working qithout installing it could they post it here. I can get nero, arcsoft and surcode all working without installing them but not the sonic decoder
pottzman is offline  
Old 28th September 2020, 00:15   #15000  |  Link
tebasuna51
Moderator
 
tebasuna51's Avatar
 
Join Date: Feb 2005
Location: Spain
Posts: 6,890
The sonic or arcsoft decoders are not needed at all with eac3to v3.34 (and nero only for aac sources)
__________________
BeHappy, AviSynth audio transcoder.
tebasuna51 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 15:00.


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