Posts Tagged ‘multiple’

Ffmpeg help – how best to convert multiple input files to a file with FFmpeg?

Tuesday, September 29th, 2009

I have tried to convert multiple input streams of MPEG files on an FLV file.
It will convert the FLV file, the last entry and all others are ignored.
This is a command line for example:
> ffmpeg-i movie1. MPG-i Film2. MPG-i Film3. bigmovie mpg. flv
Thanks