i don't have any knowledge with FFmpeg , i using below command in order to reduce video size via FFmpeg from this post , but outputted videos does not have video, they are only sound with black video.
ffmpeg -i in.mp4 -s 640x480 -b 512k -vcodec mpeg1video -acodec copy file.mp4
What is the issue?