VideoHelp Forum




+ Reply to Thread
Results 1 to 7 of 7
  1. I have lots of FLV files that I would like to batch convert but I am having issues. The audio codec is nellymoser so a lot of the programs i have tried do not work. I have purchased movavi video converter but the process is still to slow. I don't really want to have to convert all my files as they will lose quality i just want to change the video container. I have also tried having a play around with FFMEG but I am a bit of a newbie with this software. Hope someone can help.
    Quote Quote  
  2. assuming libav can handle nellymoser audio, Hybrid could be used to do the deed,...
    users currently on my ignore list: deadrats, Stears555, marcorocchini
    Quote Quote  
  3. I'm a MEGA Super Moderator Baldrick's Avatar
    Join Date
    Aug 2000
    Location
    Sweden
    Search Comp PM
    Does mp4 support that audio codec? Or you could just reconvert the audio and copy the video.

    Have you tried any ffmpeg frontends like avanti or hybrid?

    Or use a bat file with ffmpeg:

    Code:
    for %%a in ("*.flv") do ffmpeg -i "%%a" -vcodec copy -acodec copy "newfiles\%%~na.mp4"
    pause
    See https://forum.videohelp.com/threads/356314-How-to-batch-convert-multiplex-any-files-with-ffmpeg
    Quote Quote  
  4. Does mp4 support that audio codec?
    Nope. using ffmpeg wit acodec copy would be a bad idea.
    users currently on my ignore list: deadrats, Stears555, marcorocchini
    Quote Quote  
  5. Member stax76's Avatar
    Join Date
    Nov 2009
    Location
    On thin ice
    Search PM
    Best solution is IMO remuxing to MKV!
    Quote Quote  
  6. Are you sure mkv supports nellymoser ?
    users currently on my ignore list: deadrats, Stears555, marcorocchini
    Quote Quote  
  7. Member stax76's Avatar
    Join Date
    Nov 2009
    Location
    On thin ice
    Search PM
    I don't know, probably best to just leave it as is.
    Quote Quote  



Similar Threads

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