NotchLC Concat
Updated: 6 Mar 2025
Updated: 6 Mar 2025
This process concatenates a number of NotchLC quicktime MOVs into a single Quicktime MOV without re-encoding.
NotchLCConcat.exe -options -i infile1.mov infile2.mov infile3.mov -o out.mov
Option | Description |
---|---|
-i filename1 filename2 filename3 filename4 |
Specify multiple input files. |
-o filename |
Specify the output filename. |
-f filename |
Specify a text file containing a list of input files. The input file list is compatible with the format used by FFMPEG. |
-fps 30.0 |
Specify the FPS of the output Quicktime MOV. If not specified, the first input MOV’s FPS is used. |
-benchmark |
Output execution time statistics. |
-strippaths |
Remove the paths from the filenames specified in the input text file. |
NotchLCConcat -fps 29.97 -i in0.mov in1.mov in2.mov in3.mov in4.mov -o out.mov
NotchLCConcat -benchmark -f filelist.txt -o out.mov