PDA

View Full Version : AVI to MP4



themoose
July 23rd, 2007, 06:24
Does anyone know of an easy solution to this?

Basically I want a bulk, minimal step needed avi to mp4 converter that works on vista. The faster the better, too.

This is for iPod btw.

Any ideas?

Thanks

krakjoe
July 23rd, 2007, 06:27
what's wrong with using ffmpeg ?

themoose
July 23rd, 2007, 06:29
It's not bulk.. :(

And what's the actual syntax for that? I forgot :p.

krakjoe
July 23rd, 2007, 06:36
ffmpeg -i video.mpg video.mp4

it's command line, so you can write batch files for it, or use php ......

there might be something, I was just wondering if ffmpeg didn't have the right codec or something ......

themoose
July 23rd, 2007, 06:44
It says I/O Error occured: Usually this means the file is truncated and/or corrupted.

But it's not :s.

krakjoe
July 23rd, 2007, 06:50
ffmpeg -i input.avi -f flv -s 320x240 output.flv

try that .... whats the format of the file you're converting ?

themoose
July 23rd, 2007, 07:42
Input is avi, output is mp4.. and if I'm not mistaken that would make the output flv :(.

themoose
July 23rd, 2007, 15:16
I found a good one, it's called Total Video Converter... easy to use; import files, select format, click convert. Relatively fast too!

Johnson
July 23rd, 2007, 23:56
VLC may work.

krakjoe
July 24th, 2007, 02:21
sorry I was not concentrating when I posted that and yeah it would create an flv, just change the obvious bits for the correct format and filenames .....

VLC is just a player/server isnt it ?

Johnson
July 24th, 2007, 02:31
VLC is the swiss army knife of video.

krakjoe
July 24th, 2007, 02:42
Didn't know it could convert video though, I always thought it was just a kickass player .....

utcrazy
July 24th, 2007, 18:06
I use Videora iPod Converter.