I have some video file. I need to re-encode this in this way: - result file bitrate is 2x lower than original - result file resolution is 2x lower (witdth and height) - audio codec - copied from source, video codec: h264
I know how to encode with hardcoded bitrate/resolution and audio copy. However, I have no idea how to make that values as half of input file parameters. Can I do this with ffmpeg?