[MEncoder-users] 2 movies side by side

Michael Rozdoba mroz at ukgateway.net
Thu Jan 31 01:29:18 CET 2008


-----BEGIN PGP SIGNED MESSAGE-----
Hash: SHA1

Cristian Baltatescu wrote:
| Hi.
| First of all, i'm not sure if i'm asking this to the right place. Are
there
| two separate users- lists, one for ffmpeg and one for mencoder? I tried to
| subscribe to both but i guess there's just one?
|
| My question is this: can you stick two movies side by side, not one after
| the other? Meaning, each frame of the final movie will be made of 2
frames,
| side by side, from two separate movies.
| I found a similar question in the list archives, from 2005, but no
| concludent answer.

I assume you mean under Linux?

If under Windows, then this is trivial using AviSynth. However aiui
AviSynth 2 isn't stable under Wine & AviSynth 3 is still pre alpha.

BTW Using AviSynth all you need is an avs script which reads something like:

clip1 = AviSource("path to clip1")
clip2 = AviSource("path to clip2")
StackHorizontal(clip1, clip2)

Which you then give as input to MEncoder.

- --
Michael Rozdoba - PGP KeyID F0C827CF
-----BEGIN PGP SIGNATURE-----
Version: GnuPG v1.4.7 (MingW32)
Comment: Using GnuPG with Mozilla - http://enigmail.mozdev.org

iD8DBQFHoRZe+fcdsvDIJ88RAjgZAJ9d5bjqH6wOMpB7F322r3nlU/aptACgrAJI
eGvBleDTtx8TfGKlduSAkBQ=
=HHra
-----END PGP SIGNATURE-----



More information about the MEncoder-users mailing list