Joining WMV files?

T

Terry Pinnell

Can anyone recommend a free, easy-to-use program for joining short
movies please? Most are in WMV format, but if it could handle other
types like MPEG too, even better.
 
J

Jem Berkes

but if it could handle other
Thanks - off to try both.

By the way, I believe MPEG headers cooperate with simply appending the
files to each other. Under UNIX or cygwin/bash you would do
cat 01.mpg 02.mpg 03.mpg 04.mpg ... > output.mpg

I think under DOS/Windows it's
copy /B 01.mpg+02.mpg+03.mpg output.mpg
 
M

M.L.

By the way, I believe MPEG headers cooperate with simply appending the
files to each other. Under UNIX or cygwin/bash you would do
cat 01.mpg 02.mpg 03.mpg 04.mpg ... > output.mpg

I think under DOS/Windows it's
copy /B 01.mpg+02.mpg+03.mpg output.mpg

Such joining works only if the mpegs are formatted EXACTLY alike. The
best way to seamlessly join video files is with a dedicated video
editor.

For wmv files, use Windows Moviemaker2 to open them adjacently on a
timeline and save the result. There will be a slight loss in quality
due to the reencoding.

For mpeg, you can multiplex them using TMPGenc. If they are not
formatted exactly alike you'll need to make appropriate adjustments to
one or more of the files to equalize them. Again, there will be a
slight loss in quality due to reencoding.

If you join video files any other way you'll likely see a noticeable
jump-cut at the point where they were crudely joined.
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Top