The Perl Toolchain Summit needs more sponsors. If your company depends on Perl, please support this very important event.

NAME

flvsplice - Concatenate two or more FLVs into a single FLV file

SYNOPSIS

flvsplice [options] in.flv in.flv [in.flv ...] out.flv

 Options:
   -v --verbose        Print diagnostic messages
   -h --help           Verbose help message
   -V --version        Print version

Any of the in or out filenames can be -, meaning STDIN or STDOUT.

DESCRIPTION

This tool appends one FLV after another create a movie that plays the videos back to back. If the input FLVs are incompatible (mismatched codecs, for example) then this will fail.

SEE ALSO

flv2flv

flvcut

FLV::Splice

AUTHOR

Chris Dolan, cdolan@cpan.org

ACKNOWLEDGMENTS

This feature was created with financial support from John Drago (CPAN:JOHND). Thanks!