formats

How to Join / Combine dv Video Files in Linux

Published on July 3, 2011, by + in linux.




To join multiple dv files into one, simply use the cat command.

$ cat 01file.dv 02file.dv 03file.dv > final.dv

No re-encoding or other processing required!

This is often useful after using programs such as dvgrab or others that split your miniDV capture into 1 or 2GB individual files.

Sweet!

Leave a Reply

Your email address will not be published. Required fields are marked *

You may use these HTML tags and attributes: <a href="" title=""> <abbr title=""> <acronym title=""> <b> <blockquote cite=""> <cite> <code> <del datetime=""> <em> <i> <q cite=""> <strike> <strong>

Notify me of followup comments via e-mail. You can also subscribe without commenting.

Home linux How to Join / Combine dv Video Files in Linux