[Novalug] different formats in an .avi file

Gregory Maxwell gmaxwell@gmail.com
Sun Jun 20 15:17:15 EDT 2010


On Sun, Jun 20, 2010 at 2:58 PM, Nino Pereira <pereira@speakeasy.net> wrote:
> List,
>
> I have a series of .avi files numbered foo.avi.001, foo.avi.002, etc.
> They seem to have different formats: I do
>
> file foo.avi*,
>
> and I get
>
> foo.avi.001  RIFF (little-endian) data AVI, 688x400, etc.,
> foo.avi.002  data
> etc.
>
> How do I get all of them to be recognized as .avi files, or somehow
> concatenate them?

Sounds like an avi that was split using split.

type  cat foo.avi.???  > output.avi

Tada!



More information about the Novalug mailing list