Videostrom ohne Ton kopieren
$ ffmpeg -i [input file] -an -c:v copy [output file]
$ ffmpeg -i input.mp4 -an -c:v copy output.mp4