VideoHelp Forum




+ Reply to Thread
Results 1 to 3 of 3
  1. I have a few dozen videos in the AVI container which I'd like to rewrap as MP4s. Internally, the video is h.264 and the audio is aac in all. Is there any quick-and-dirty freeware that'll let me change them all at once (or even a batch file)? I've tried MP4Box and YAMB but couldn't get either to work. Thanks!
    Quote Quote  
  2. I'm a MEGA Super Moderator Baldrick's Avatar
    Join Date
    Aug 2000
    Location
    Sweden
    Search Comp PM
    You could try ffmpeg,

    Code:
    for %%a in ("*.avi") do ffmpeg -i %%a -vcodec copy -acodec copy %%~na.mp4
    and put it in a .bat file in the folder with all the avi files.
    Quote Quote  
  3. I tried ffmpeg too, but couldn't get the syntax right. That's why I'm not a programmer, I guess. Thanks!
    Quote Quote  



Similar Threads

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