VideoHelp Forum




+ Reply to Thread
Results 1 to 5 of 5
  1. Member
    Join Date
    Oct 2008
    Location
    Turkey
    Search Comp PM
    Hi,

    i have hundrets of wmv files. I want only change the audio codes of them without to recompress the video. Do you know softwares which do that ( not virtual dub ). If would be good if i coul make batch converting, they are close to 1000 files

    regards
    Quote Quote  
  2. I'm a MEGA Super Moderator Baldrick's Avatar
    Join Date
    Aug 2000
    Location
    Sweden
    Search Comp PM
    Change audio codec to?

    Maybe possible with ffmpeg (and a batch script) like

    Code:
    ffmpeg -i video.wmv -vcodec copy -acodec libmp3lame -ab 64k newvideo.wmv
    Quote Quote  
  3. Member
    Join Date
    Oct 2008
    Location
    Turkey
    Search Comp PM
    yes i would also likt to change the audio codecs, but with ffmpeg it takes to long, i have near to 1000 files to convert. With ffmpeg i have to do if one by one


    regerds
    Quote Quote  
  4. I'm a MEGA Super Moderator Baldrick's Avatar
    Join Date
    Aug 2000
    Location
    Sweden
    Search Comp PM
    Nope, you don't have to one by one as you can batch it. Make .bat file in the same folder as the wmv files file with
    Code:
    FOR %%F IN ("*.wmv") DO ffmpeg -i %%F -vcodec copy -acodec libmp3lame -ab 64k new-%%F
    (first try with some few test wmvs and see if it works)

    Google "for %% batch file" for more information.
    Quote Quote  
  5. Member
    Join Date
    Oct 2008
    Location
    Turkey
    Search Comp PM
    please send the message to my e-mail, it is not readble here

    joboxers@mynet.com
    Quote Quote  



Similar Threads

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