Convert sequence of image files into video.
The image filepaths are inside "files.txt" with each line representing.
mencoder -nosound -noskip -oac copy -ovc copy -o output.avi -mf fps=6 'mf://@files.txt'
Convert sequence of image files into video.
The image filepaths are inside "files.txt" with each line representing.
mencoder -nosound -noskip -oac copy -ovc copy -o output.avi -mf fps=6 'mf://@files.txt'