FN-GM Posted October 4, 2010 Posted October 4, 2010 Hi, I have a collection of videos here i think they are in .AVI format. I need them to be in .mp4 to go onto iPods. Normally for this job i would use Handbrake. But the problem is i have 50ish files. If i use handbrake i have to select each file individually. To be honest i cant be bothered doing it 50 times. There might be even more to come. Does anyone know of some software that will convert all video files in a root of a folder? Its so it saves me selecting one file, waiting then selecting the next. Does that make sense? Thanks
Devontechie Posted October 4, 2010 Posted October 4, 2010 Try Avi To Mp4 Converter You can add more than 1 video with this. Steve
computer_expert Posted October 4, 2010 Posted October 4, 2010 (edited) Super? Set the correct conversion settings, highlight all source files & drag all videos into the 'drop a valid multimedia file here' box and click encode (active files) Edited October 4, 2010 by computer_expert
jsnetman Posted October 4, 2010 Posted October 4, 2010 You can do multiple files with media coder, we have this deployed in our school environment, it's free and no nag software attached.
SYNACK Posted October 4, 2010 Posted October 4, 2010 You can do multiple files with media coder, we have this deployed in our school environment, it's free and no nag software attached. Eeek, after investigating it looks like you want to be sure to use the old version given the SF comments: By the developers own admission this is now CLOSED source and therefore should not receive privileges from sourceforge. Worse it now contains both malware (adware) in its extensions and bundles with Open Candy to trick users into installing toolbars during application install it is nefarious and ought be boycotted until it returns to OpenSource thereby not being in GPL violation
round2it Posted October 4, 2010 Posted October 4, 2010 try this it is nice and free Free Video Converter - Any Video Converter Free Version - convert video to any formats, avi to MPEG, avi to MP4, flv to MPG it lets you convert to loads of formats and has a nice youtube download feature. watch on the install for toolbars etc but the software seems pretty solid and quick
FN-GM Posted October 4, 2010 Author Posted October 4, 2010 Thanks for your guys input. I will try them soon
Sylv3r Posted October 4, 2010 Posted October 4, 2010 Slightly hijacking this thread but does anybody use any converting software for all users? I'd love to put the onus on the end user to convert their own files when created.
bossman Posted October 4, 2010 Posted October 4, 2010 @Sylv3r: You may be able to role this out as its free: Free Video Converter - Any Video Converter Free Version - convert video to any formats, avi to MPEG, avi to MP4, flv to MPG Let me know what you think 1
FN-GM Posted October 4, 2010 Author Posted October 4, 2010 Slightly hijacking this thread but does anybody use any converting software for all users? I'd love to put the onus on the end user to convert their own files when created. This is a good one to use. HandBrake 2
jsnetman Posted October 4, 2010 Posted October 4, 2010 Slightly hijacking this thread but does anybody use any converting software for all users Yes we use media coder, runs from a share off a server no need to deploy to stations, but as pointed out the latest version may have some nasties bundled with it. I installed media coder about 2 years ago and it was a going project on sourceforge. But if there is no support or they are not developing now you might want to try the alternatives mentioned here.
Admiral208 Posted October 4, 2010 Posted October 4, 2010 Another vote for Any video Convertor!! Its really easy to use and it will output to most formats
Sirbendy Posted October 5, 2010 Posted October 5, 2010 Pazera. He does lots of freeware ones from one format to another. I use it a lot.
SpuffMonkey Posted October 5, 2010 Posted October 5, 2010 Super and Format Factory - we make FF available to users
plexer Posted October 5, 2010 Posted October 5, 2010 Latest version of Handbrake doesn't support AVI anymore. Ben
sjatkn Posted October 5, 2010 Posted October 5, 2010 In answer to the two questions here, I use WinFF (WinFF - Free Video Converter), you just queue up all the files you want to convert and let it get on with it. For all users there is a portable version which runs from our shared applications drive.
fawkers Posted October 7, 2010 Posted October 7, 2010 (edited) you could try a little scripting (powershell) $path = "M:\Source\" $List = Get-ChildItem -path $path -Name foreach($item in $list) { $input = $path+$item $output = $path+$item+"output" .\HandBrakeCLI -i $input -o $output --preset="Universal" } This needs to be run the the DIR of the Handbrakecli.exe file Edited October 7, 2010 by fawkers
sturgeo Posted October 7, 2010 Posted October 7, 2010 We use Any Video Converter on a few machines here but arent having much luck packaging it up for distribution on a RM CC3 Network, has anyone got it to work?
Recommended Posts
Create an account or sign in to comment
You need to be a member in order to leave a comment
Create an account
Sign up for a new account in our community. It's easy!
Register a new accountSign in
Already have an account? Sign in here.
Sign In Now