VideoHelp Forum




+ Reply to Thread
Results 1 to 10 of 10
  1. Member
    Join Date
    May 2006
    Location
    United States Of America
    Search Comp PM
    Hey all,
    I have 17 AC3s. I don't want any video. All I'm trying to do is merge one after the next, to make a continuous AC3. Yep, I've tried looking for the answer but haven't found it, hence my asking here.
    Thanks,
    Justin
    Quote Quote  
  2. Member AlanHK's Avatar
    Join Date
    Apr 2006
    Location
    Hong Kong
    Search Comp PM
    If you can handle command lines, see http://ubuntuforums.org/showthread.php?t=1695477
    Quote Quote  
  3. Member
    Join Date
    May 2006
    Location
    United States Of America
    Search Comp PM
    Sometimes I am comfortable with command lines, but I'm not sure how to interpret the link you provided.
    Quote Quote  
  4. Member AlanHK's Avatar
    Join Date
    Apr 2006
    Location
    Hong Kong
    Search Comp PM
    It tells you how to do it with ffmpeg or mencoder.
    mencoder looks the most promising.
    Quote Quote  
  5. Member Trippedout's Avatar
    Join Date
    Aug 2012
    Location
    scotland
    Search Comp PM
    just tryed it out in winavi you can join them under video file in all in one converter then under common audiofiles you can output them back to ac3 it allows you to do that when you add the files you need to go to advanced and change to output to single file yes for instance i out put the ac3 files as mpg then back to ac3 in winavi all in one
    Quote Quote  
  6. Member Cornucopia's Avatar
    Join Date
    Oct 2001
    Location
    Deep in the Heart of Texas
    Search PM
    One of the cardinal rules of joining files is: All segments in a join must have the same format specifications (resolution, bit depth, sample rate, etc) for it to work correctly.
    Reason: Almost NO multimedia container formats have the capacity for documenting the multiple, disparate info needed by conjoined differently formatted segments (Quicktime Playlist/Reference files excepted).*

    The way it usually works is that a container has Header metadata info, then the Media Essence payload tracks (usually interleaved for parsing & buffering efficiciency), and then optional Footer metadata. So a typical MM file looks like this:
    Code:
    H.H.V1.V1.V1.A1.V1.V1.V1.A1.V1.V1.V1.A1.V1.V1.V1.A1.V1.V1.V1.A1.F.F.


    If you JOIN the quick & dirty (and bad) way, using "copy /b", you end up with a joined file that looks like this:
    Code:
    H.H.V1.V1.V1.A1.V1.V1.V1.A1.F.F.H.H.V2.V2.V2.A2.V2.V2.V2.A2.F.F.H.H.V3.V3.V3.A3.V3.V3.V3.A3.F.F.


    The problem with that is that those later Headers & Footers wouldn't exist in a legit copy of a combined multimedia file, and according to the specs, decoders & parsers would expect to look there for them and would ignore that information. They could ignore ANYTHING past the 1st Footer, in which case you are screwed as your joining is a waste of time. Or, they could ignore the subsequent Headers & Footers. This would be the equivalent of a legit join or a file combined in an NLE, which would look like this:
    Code:
    H.H.V1.V1.V1.A1.V1.V1.V1.A1.V2.V2.V2.A2.V2.V2.V2.A2.V3.V3.V3.A3.V3.V3.V3.A3.F.F.


    The problem with that is that of course you now ONLY have ONE header section. So everything is decoded according to that one set of metadata.

    Which is why that cardinal rule exists!

    *What can sometimes work is if there is metadata info encapsulated WITHIN one of the elementary streams (V or A), but then interpretation is still left up to the decoder/player. This usually only seems to work consistently WRT bitrates (as that is often expected to vary with a stream).

    Scott
    Quote Quote  
  7. Member
    Join Date
    Oct 2007
    Location
    United Kingdom
    Search Comp PM
    @Cornucopia Doesn't AC3fix or another tool fix those Header discontinuities...? I mean is it not possible to do the old way of copy /b and then run it through a utility? I never tried it but just found a few advising it...do you know?
    FaeGiN
    Quote Quote  
  8. Member Cornucopia's Avatar
    Join Date
    Oct 2001
    Location
    Deep in the Heart of Texas
    Search PM
    Don't know. Possibly. Could tell with a hex or atom viewer.
    But that still won't help if the segments don't already match in their settings.

    The point I'm trying to make is that if you have to go to the trouble of joining and then fixing and then comparing, etc, it actually makes more sense to instead use the correct tool all along: a smart-rendering NLE. (which basically internally does all those things for you)

    Scott
    Quote Quote  
  9. aBigMeanie aedipuss's Avatar
    Join Date
    Oct 2005
    Location
    666th portal
    Search Comp PM
    convert them all to pcm wav then join.
    --
    "a lot of people are better dead" - prisoner KSC2-303
    Quote Quote  



Similar Threads

Visit our sponsor! Try DVDFab and backup Blu-rays!