VideoHelp Forum
+ Reply to Thread
Page 2 of 2
FirstFirst 1 2
Results 31 to 32 of 32
Thread
  1. DECEASED
    Join Date
    Jun 2009
    Location
    Heaven
    Search Comp PM
    Originally Posted by wsc4 View Post
    For what it's worth, "libvo_aacenc" is the library that is based on a codec implementation by VisualOn.

    Anyhow, I have tried out the Zeranoe build with -acodec libvo_aacenc -ab 64k and found it to be very good. IMHO, it is far better than libfaac. I tested both out and compared them with a high quality music PCM file.
    Just for the record, there are some people @ Hydrogenaudio who think "libvo_aacenc suxxx"

    http://www.hydrogenaudio.org/forums/index.php?showtopic=88183
    Quote Quote  
  2. Member bat999's Avatar
    Join Date
    Feb 2008
    Location
    United Kingdom
    Search Comp PM
    Originally Posted by wsc4 View Post
    Originally Posted by chicken264 View Post
    do you have similar command line, to encode video with libx264, audio with neroaac to produce mp4
    I tried all sorts of stdout / stdin and pipes with no luck. I think you have to do it in 3 steps. First encode the audio using nero, then encode the video using libx264, then mux the audio back into the video using FFmpeg. Can all this be done in one step please?
    Hi
    This method seems to be OK:-

    Code:
    ffmpeg -i "input" -c:v libx264 -crf 23 -preset medium -an output.mp4 -f wav - | neroAacEnc -if - -q 0.5 -ignorelength -of soundtrack.aac && MP4Box output.mp4 -add soundtrack.aac
    Quote Quote  



Similar Threads

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