Tuesday, November 04, 2008

Video Concatenation

The problem was that I had made two videos and I needed to merge them into
one. The solution was something like
mencoder -oac pcm -ovc lavc -lavcopts vcodec=msmpeg4 -o a.avi animated_herb.ogg out.ogg

I had tried the non-linear video editing and other approaches, but this was the best solution that I found.

Now to compress it a bit.

No comments: