View Single Post
Old 23rd January 2009, 15:13   #7986  |  Link
Chumbo
Registered User
 
Chumbo's Avatar
 
Join Date: Feb 2005
Posts: 585
I wanted to report an issue I found. Looks like the number of frames is not reported when eac3to does a 2nd pass. I did not test this with 3.04 as I didn't see the problem until I no longer have the source. So if someone can verify if this problem still exists in 3.04 please. I'll see if I have anything else that may need a 2nd pass.

Here's a one pass:
Code:
eac3to v3.03
command line: eac3to BDSource 3) 1: "H:\Media\chapters1-3.txt" 2: "H:\Media\video1-3.mkv" 3: "H:\Media\audio1-3.ac3" -log="H:\Media\process1-3.txt"
------------------------------------------------------------------------------
M2TS, 1 video track, 1 audio track, 2 subtitle tracks, 0:29:33
1: Chapters, 2 chapters
2: MPEG2, 480i60 /1.001 (4:3)
3: AC3, English, 2.0 channels, 192kbps, 48khz
4: Subtitle (PGS), Spanish
5: Subtitle (PGS), Portuguese
Creating file "H:\Media\chapters1-3.txt"...
[v02] Extracting video track number 2...
[a03] Extracting audio track number 3...
[v02] Muxing video to Matroska...
[a03] Creating file "H:\Media\audio1-3.ac3"...
Added fps value to MKV header.
Video track 2 contains 53136 frames.
eac3to processing took 1 minute, 3 seconds.
Done.
This is the two-pass that does not contain the frame count
Code:
eac3to v3.03
command line: eac3to BDSource 2) 1: "H:\Media\chapters1-2.txt" 2: "H:\Media\video1-2.mkv" 3: "H:\Media\audio1-2.ac3" -log="H:\Media\process1-2.txt"
------------------------------------------------------------------------------
M2TS, 1 video track, 1 audio track, 2 subtitle tracks, 0:56:05
1: Chapters, 13 chapters
2: MPEG2, 480i60 /1.001 (4:3)
3: AC3, English, 2.0 channels, 192kbps, 48khz
4: Subtitle (PGS), Spanish
5: Subtitle (PGS), Portuguese
Creating file "H:\Media\chapters1-2.txt"...
[a03] Extracting audio track number 3...
[v02] Extracting video track number 2...
[v02] Muxing video to Matroska...
[a03] Creating file "H:\Media\audio1-2.ac3"...
[a03] Audio overlaps for 7ms at playtime 0:04:33.  <WARNING>
[a03] Audio overlaps for 18ms at playtime 0:09:52.  <WARNING>
[a03] Audio overlaps for 29ms at playtime 0:15:23.  <WARNING>
[a03] Audio overlaps for 16ms at playtime 0:19:55.  <WARNING>
[a03] Audio overlaps for 30ms at playtime 0:23:57.  <WARNING>
[a03] Audio overlaps for 6ms at playtime 0:28:56.  <WARNING>
[a03] Audio overlaps for 10ms at playtime 0:33:18.  <WARNING>
[a03] Audio overlaps for 9ms at playtime 0:38:05.  <WARNING>
[a03] Audio overlaps for 7ms at playtime 0:42:39.  <WARNING>
[a03] Audio overlaps for 23ms at playtime 0:46:56.  <WARNING>
[a03] Audio overlaps for 6ms at playtime 0:51:22.  <WARNING>
[a03] Starting 2nd pass...
[a03] Realizing (E-)AC3 gaps...
[a03] Creating file "H:\Media\audio1-2.ac3"...
Added fps value to MKV header.
number of frames found would normally go here
eac3to processing took 2 minutes, 9 seconds.
Done.
__________________
Chumbo
Chumbo is offline