--
You received this message because you are subscribed to the Google Groups "Upstate Carolina Linux Users Group" group.
To unsubscribe from this group and stop receiving emails from it, send an email to uclug+un...@googlegroups.com.
To view this discussion on the web visit https://groups.google.com/d/msgid/uclug/CAC%2BRRju0pYQX-qzECtxqRMWttWrL6FQmg_x77Myos43V6AbgzQ%40mail.gmail.com.
$ ffmpeg -i opening.mkv -i episode.mkv -i ending.mkv \
-filter_complex "[0:v] [0:a] [1:v] [1:a] [2:v] [2:a] \
concat=n=3:v=1:a=1 [v] [a]" \
-map "[v]" -map "[a]" output.mkv
To view this discussion on the web visit https://groups.google.com/d/msgid/uclug/CAKmOqmQV6F1rUN5CUnOjnirFdN6B_XV3Hy%3DQ0yudedkoKrVSeQ%40mail.gmail.com.
To view this discussion on the web visit https://groups.google.com/d/msgid/uclug/CAKzfAU4hJBqGg2NoQNmfa6OrDvw2baGo%2BEKtD02Bx-_dmk8M_g%40mail.gmail.com.