With ffmpeg you can also decrease the size (aka: quality) of a mp4 file on linux command line.
You can use the following example, which will generate a +/- 5Mb file :
ffmpeg -i original.mp4 -fs 5M newfile.mp4
I.T. minded
With ffmpeg you can also decrease the size (aka: quality) of a mp4 file on linux command line.
You can use the following example, which will generate a +/- 5Mb file :
ffmpeg -i original.mp4 -fs 5M newfile.mp4