View Single Post
jflatt's Avatar
Posts: 534 | Thanked: 723 times | Joined on Oct 2009
#7
I use ffmpeg:
ffmpeg -i movie.mp4 -s 854x480 -vcodec libx264 -b 4096k -profile baseline -acodec copy -threads 0 out.mp4
 

The Following User Says Thank You to jflatt For This Useful Post: