/ffprobe -i this shows the source file specifications (video and sound) /ffplay -i -vf scale=640:-1 this plays the film while applying the video filter "scale" (needs width and height parameters) /ffmpeg -i -vf scale=640:-1 this effectively creates a new "scaled" output file.