HI,
I want to reduce the size of a video file so that I can send it through android mobile phone. The file is in mp4 format and is about 38 MB. I want a file of around 15 MB, it does not matter if there's a slight loss in video quality.
My OS is Ubuntu 12.04 (Linux).
Is there any solution?
Thanks for your reply.
+ Reply to Thread
Results 1 to 5 of 5
-
-
https://trac.ffmpeg.org/wiki/x264EncodingGuide
So
Code:ffmpeg -i video.mp4 -c:v libx264 -preset slow -crf 22 -c:a copy new.mp4
Or use a constant bitrate, replace then -crf with -b:v 1000k
Similar Threads
-
[Q] How to significantly reduce file size
By edd1234 in forum Blu-ray RippingReplies: 31Last Post: 10th Jun 2015, 18:13 -
Reduce file size of sub/idx?
By thinredline in forum SubtitleReplies: 6Last Post: 2nd Feb 2014, 11:01 -
Reduce file size .
By pensioner in forum Newbie / General discussionsReplies: 4Last Post: 10th Dec 2010, 14:08 -
Reduce file size
By windranger in forum Newbie / General discussionsReplies: 1Last Post: 13th Aug 2010, 09:18 -
How to reduce the size of an MP3 file ?
By SingSing in forum AudioReplies: 18Last Post: 28th Dec 2009, 05:40