I am looking for a command line tool to join 2 video files, however I want the videos joined split screen frame by frame instead of one after another.

Any ideas? Seems this is not possible with ffmpeg.

link|improve this question

this can be done with the SOC version of libavfilter and some ingenuity. – Richard Jan 21 '11 at 2:04
feedback

1 Answer

What is the source format of your video? If it is AVCHD files in .mts or .m2ts, you can use tsmuxer command line version to join clips. You can get .ts or .m2ts as final format.

I am not sure what you mean by saying you want the videos joined split screen frame by frame.

link|improve this answer
feedback

Your Answer

 
or
required, but never shown

Not the answer you're looking for? Browse other questions tagged or ask your own question.