VideoHelp Forum




+ Reply to Thread
Results 1 to 4 of 4
  1. Hello,

    I have multiple ec-3 audio files only and I'm looking for fastest and small way to convert them either to ac3 or ac3 without reencoding them (is it possible?) or using too much cpu? on Linux.

    is there anything less heavy and fastest than ffmpeg?
    can it be done with any tools of bento4 ?

    I'm more interested in Fastest way and less Cpu usage than Audio quality.

    Regards
    Quote Quote  
  2. Originally Posted by Karol View Post
    I have multiple ec-3 audio files only and I'm looking for fastest and small way to convert them either to ac3 or ac3 without reencoding them
    No, you have to re-encode it.
    Code:
    ffmpeg -i input.eac3 -c ac3 -b:a 320k output.ac3
    Quote Quote  
  3. Originally Posted by ProWo View Post
    Originally Posted by Karol View Post
    I have multiple ec-3 audio files only and I'm looking for fastest and small way to convert them either to ac3 or ac3 without reencoding them
    No, you have to re-encode it.
    Code:
    ffmpeg -i input.eac3 -c ac3 -b:a 320k output.ac3
    I'm already using ffmpeg for that, i'm looking for alternative

    Regards
    Quote Quote  
  4. Member
    Join Date
    Nov 2006
    Location
    Washington, USA
    Search Comp PM
    eac3to seems to be able to extra the core AC3 5.1 from EAC3 without reencoding. From its changelog:

    v3.41

    * You can now extract the AC3 core from EAC3 with sensible syntax and no re-encoding:
    eac3to_mod in.eac3 out.ac3 -core

    If -core is omitted, re-encoding will occur.
    Quote Quote  



Similar Threads

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