Hi,
I use "lavtrans -o output.avi -f a input1.avi input2.avi" to combine two MJPEG-files.
I just found out that lavtrans is not always doing what I expected it to do!
The result file named "output.avi" should have been one complete video with input1.avi and input2.avi merged together in one big file.
But what I got was only about 85% of input1.avi merged with input2.avi.
The only reason I found out was when comparing the size of the two input-files with the output file.
I then verified that something was missing in the result video (output.avi) by simply viewing it.
Is this a bug in lavtrans? I use version 1.6.2 of mjpegtools.
Best regards, Michael.
Title: Bug in lavtrans? "lavtrans -o output.avi -f a input1.avi input2.avi" only merging part of input1.avi with the full input2.avi file.