VideoHelp Forum




+ Reply to Thread
Results 1 to 3 of 3
  1. Member
    Join Date
    Jun 2009
    Location
    United States
    Search Comp PM
    I have this directory of wmv's and i would like to convert them to flash with minimal loss so I want ffmpeg to match the video bitrates and dimensions and framerate. Also I need the linux command to do the entire directory at once
    Quote Quote  
  2. I'm a MEGA Super Moderator Baldrick's Avatar
    Join Date
    Aug 2000
    Location
    Sweden
    Search Comp PM
    In the folder you can run
    for file in *.wmv; do `ffmpeg -i $file /newfolder/$file.flv`;done
    But this will give crap quality flvs. I would convert to mp4 h264 with constant encoding instead. See for example http://rob.opendot.cl/index.php/useful-stuff/ffmpeg-x264-encoding-guide/ .
    Quote Quote  
  3. Member
    Join Date
    Jun 2009
    Location
    United States
    Search Comp PM
    How can i convert a entire directory with one command for mp4 or another good quality format. what is the command I would use, also thank you
    Quote Quote  



Similar Threads

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