I think this version is just default. You can find all versions here
https://www.videohelp.com/software/eac3to/old-versions
+ Reply to Thread
Results 31 to 51 of 51
-
-
Strangely enough, this older version 3.27 fixed the audio... I need one more thing: how to save the result to wav instead of aac? I still get errors with either Nero AAC Decoder and Libav.
LE: I found this thread from a decade ago where someone had to deal with the same kind of issues and you replied too: https://forum.videohelp.com/threads/370901-25fps-AAC-to-23-976fps-AAC-%28slowdown%29
What a bad idea to make a whole program rely on some stuff by other companies installed instead of including all necessary dependencies.Last edited by elektro; 21st Aug 2025 at 13:25.
-
-
I think at the time, open source AAC encoders were terrible (they have improved significantly now, but are still not as good) , and even decoding had differences
Today, for AAC encoding, the best is probably QAAC . There are plenty of comparisons now, there is a lot of evidence . Some people pipe eac3to to QAAC , or you can output wav and use QAAC directly . There might be a way to use it directly in eac3to - I'm not up to date on the audio stuff -
This is the log:
Code:eac3to file.mkv result.wav MKV, 1 video track, 1 audio track, 0:06:13, 60i /1.001 1: MPEG2, 1080i60 /1.001 (16:9) 2: AAC, 2.0 channels, 48kHz, -100ms Track 2 is used for destination file "result.wav". a02 Extracting audio track number 2... a02 Decoding with DirectShow (Nero Audio Decoder 2)... a02 Getting "Nero Audio Decoder 2" instance failed. Aborted at file position 786432.
-
I get the same error for output.wav - because Nero Audio Decoder 2 not installed for me either on this computer. I probably had it installed on some older computers, probably XP era when Nero was popular
aac is ok, because it's just looping and shifting samples for the "Realizing AAC gaps..." . This is not decoding and re-encoding -
-
-
I compared the TFM/TDec version with the VRD-processed version and they are within one frame of each other the whole way though. 6m8s10f long. I spotted one dupe, right after a scene change. Interesting that 2 different processes come up with the same result. I still think it's the video that's wrong, not the audio.
Last edited by Alwyn; 22nd Aug 2025 at 00:17.
-
You would expect an inverse telecined version to match the telecined version in terms of timing, even if it's a botched version from VRD processing
I spotted one dupe, right after a scene change.
I still think it's the video that's wrong, not the audio.
Definitely VRD is creating mistakes and making the video "more wrong" , because incorrect frame drops are easy to see - you can see the jumps in "Bring Me the Horizon feat. VRD QSF Recode.mp4" in post #7 even before TFM/TDecimate . Those frames are present in the original, and in a correctly IVTCed version
Here are a few clear drops in that video (pre IVTC frame numbers, there are more)
4018-4019
6553-6554
7596-7597
8771-8772
9449-9450
The dropped frames breaks the 3:2 cadence in sections, creating more incorrect matches leading to duplicates and more incorrect frame drops after IVTC. So after IVTC, it's similar problems as listed in post 24 , the numbers and framecount are slightly different than the OP's version not sure why, maybe you guys are using different VRD versions
There are additional errors with "VRD QSF Recode", such as chroma ghosting in the fields . Almost as if an incorrect progressive chroma resampling was applied- perhaps an RGB conversion - while still in interleaved fields . OP's version processed with VRD did not have those errors. You can use AssumeTFF().SeparateFields() and take a look - many of the fields are botched - especially in the 2nd half where there is more motion
[Attachment 88379 - Click to enlarge] -
@PDR, thanks for that. I understand your points re VRD.
To be clear, my comparison was between the VRD version and the TFMed original file. I did not TFM the VRD version.
I've lost track of what you would suggest re the video; are you TFMing it and if so, what code are you using? -
Yes, standard IVTC e.g. TFM().TDecimate() on the original video . You can adjust the TFM parameters, for example he was using QTGMC for clip2 - and there are a few combed sections so it's actually being used
ie. Don't use videoredo quickstream fix. It's a great program usually, but messes this stream up for the video stream
The video should be 6:12.246 after IVTC. If you 're getting something different, check your source filter, or that repeat field flags are being honored
6:09 @ 23.976 CFR means you're dropping frames. You're missing ~3 seconds of data compared to a proper IVTCed version with unique frames - so you'd expect about 70-80 good frames dropped , not counting the duplicates . -
See post #21 . FFVideoSource with rffmode=1 . Don't use pp=0 , because there are sections with combing - that was just for a preview and to check sync with the processed audio
For the versions of Lsmash I'm using,
LSmashVideoSource gives the wrong framerate 25.737, and the wrong framecount, doesn't honor flags .
LWLibavVideoSource gives the correct framerate, correct framecount and honors flags . Same result as ffms2 with rffmode=1 -
I'm confused. Parts of the video are progressive. Look at frame 2883 on. No combing, DR deinterlacing shows Progressive.
Other parts have significant combing.
It seems that the long-range camera on stage centre is showing combing but the side cameras aren't. -
-
Similar Threads
-
join aac + mp4 without reencode
By Clemens Ratte-Polle in forum EditingReplies: 3Last Post: 14th Oct 2023, 20:46 -
What audio container works well with .mp4/.mkv containers? FLAC or AAC?
By Guernsey in forum Newbie / General discussionsReplies: 1Last Post: 2nd Dec 2021, 00:18 -
I want to output to MP4 with AAC audio - what software?
By Drconfused in forum EditingReplies: 6Last Post: 11th Feb 2021, 19:56 -
AVCHD MTS to MP4 question on interlacing and AC3 or AAC
By TwoJ in forum Video ConversionReplies: 1Last Post: 23rd Jan 2021, 17:59 -
mp4 aac not playing / corrupted
By krecik in forum AudioReplies: 1Last Post: 15th Sep 2020, 17:24