Changes between Version 1 and Version 2 of How to concatenate (join, merge) media files


Ignore:
Timestamp:
08/19/2012 06:37:34 PM (9 months ago)
Author:
burek
Comment:

mcs_a_all and mcs_v_all should be created as fifos too

Legend:

Unmodified
Added
Removed
Modified
  • How to concatenate (join, merge) media files

    v1 v2  
    123123# concatenate all raw audio/video inputs into one audio/video 
    124124################################################################################ 
     125mkfifo $TMP/mcs_a_all 
     126mkfifo $TMP/mcs_v_all 
    125127cat $all_a > $TMP/mcs_a_all & 
    126128cat $all_v > $TMP/mcs_v_all &