I
I
Ilya Rodionov2015-05-24 15:51:49
Video
Ilya Rodionov, 2015-05-24 15:51:49

Compress 84GB of one video?

Hello! There is 2.5 hours of one video in mov format edited via final cut in hd format. (720r)
After rendering, the video weighs 84 GB .. is it possible to compress the video as much as possible?
I have a poppy, so please do not offer programs from Windows ..

Answer the question

In order to leave comments, you need to log in

4 answer(s)
S
sim3x, 2015-05-24
@sim3x

ffmpeg -i input.mov -v:c libx264 -c:a copy output.mkv

https://trac.ffmpeg.org/wiki/Encode/H.264
you can also play with bitrate from -b:v 2500to -b:v 5000for 720p

S
Spetros, 2015-05-24
@Spetros

Press (convert) the codec of your choice.

D
Deerenaros, 2015-05-24
@Deerenaros

ffmpeg -i input.mp4 -vcodec libx264 -crf 20 output.mp4

Didn't find what you were looking for?

Ask your question

Ask a Question

731 491 924 answers to any question