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
+ Reply to Thread
Results 1 to 3 of 3
-
-
In the folder you can run
for file in *.wmv; do `ffmpeg -i $file /newfolder/$file.flv`;done -
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
Similar Threads
-
converting .wmv to .flv
By larryjam in forum Video ConversionReplies: 2Last Post: 18th Jul 2010, 14:49 -
wmv to flv converting?
By 2mmy in forum Video ConversionReplies: 1Last Post: 1st Aug 2008, 13:59 -
Problem with artifacts in flv conversion - i.e. converting to flv from avi
By brassplyer in forum Video Streaming DownloadingReplies: 9Last Post: 30th Apr 2008, 22:09 -
Converting FLV to 3GP --> FLV Unrecognized?
By SnakeGirl in forum ffmpegX general discussionReplies: 1Last Post: 21st Jan 2008, 22:33 -
.flv to .wmv or wmv. to mpg
By LITEONDVD in forum Video ConversionReplies: 5Last Post: 29th Jul 2007, 18:02