Image optimiser suggestion

DOA

Member
Do that but with ffmpeg for mp4 video files under the /data folder. Simple compression savings could be amazing.

Aka:
Code:
ffmpeg -i input.mp4 -vcodec h264 -acodec mp2 out.mp4

Regards,
D.
 
Back
Top