TIL how to use ffmpeg for reducing video size
TIL again ffmpeg for reducing mp4 video size. I need this to upload screen recording to issue for WeScan on GitHub.
ffmpeg -i input.mp4 -vcodec h264 -acodec aac output.mp4
TIL again ffmpeg for reducing mp4 video size. I need this to upload screen recording to issue for WeScan on GitHub.
ffmpeg -i input.mp4 -vcodec h264 -acodec aac output.mp4