Tag: mencoder

Quick tip: Concatenating video files (with no quality loss)

Concatenation of video files can be done quickly from the command-line, video files must "match" (e.g. a movie formerly split into parts) i.e. they must use the same codec and parameters, this methods won't work as expected with random files. AVI files: Use mencoder with multiple inputs $ mencoder -oac copy -ovc copy -o output.avi […]

Read More