Yahoo Answers is shutting down on 4 May 2021 (Eastern Time) and the Yahoo Answers website is now in read-only mode. There will be no changes to other Yahoo properties or services, or your Yahoo account. You can find more information about the Yahoo Answers shutdown and how to download your data on this help page.

Manish
Lv 5
Manish asked in Computers & InternetSoftware · 1 decade ago

ffmpeg help - how to convert multiples input files to one file using ffmpeg?

I have been trying to convert from multiple input streams of mpeg files into one flv file.

It only converts the last input file to flv and all others are ignored.

This is a sample commandline instruction:

>ffmpeg -i movie1.mpg -i movie2.mpg -i movie3.mpg bigmovie.flv

Thanks

2 Answers

Relevance
  • csanon
    Lv 6
    1 decade ago
    Favourite answer

    That's a problem, because how do you deal with multiple streams? You should use another software to combine the mpgs into one stream. You'll have to decide whether it's a linear append, layering them simultaneously, blending, etc.. Once you have a single AV stream, convert that using ffmpeg.

  • Anonymous
    4 years ago

    From what I study, mjpeg isn't a typical. each and each digital camera producer has their own proprietary codec (many times residing house windows) and ffmpeg won't use proprietary stuff. I definitely have an mpeg recorder that treatments maximum of ills of incompatibllity and from there I convert to what i choose. My cameras use .avi, mpeg, and dv-uncooked.

Still have questions? Get answers by asking now.