[MPlayer-users] cat files

Tom Brinkman tbrinkman at sbcglobal.net
Wed Apr 25 17:30:25 CEST 2007


On Wednesday 25 April 2007, Philippe De Neve wrote:
> Hi All,
>
> I tried concatenating files by:
>
> cat berlitz_junior_raw.avi volver_raw.avi | mencoder -noidx  
> -oac copy -ovc  copy -o out.avi -
>
> this results in only the first file being copied to ou.avi. The
> second file volver_raw.avi is not added.

   Try 

 avimerge -o out.avi -i berlitz_junior_raw.avi volver_raw.avi -c

   'avimerge' is a transcode util. Type 'avi <tab>' (might need to 
repeat <tab> ) to see the others. An read their man pages.  
IME, 'cat' has never worked for avi's
-- 
    Tom Brinkman                        Corpus Christi, Texas



More information about the MPlayer-users mailing list