Answer the question
In order to leave comments, you need to log in
How to compress a 2.5 GB video?
usually offer paid options or with a watermark
Answer the question
In order to leave comments, you need to log in
ffmpeg is free, but works through the command line. Available for Windows and Linux.
An example of transcoding video from 720 to 480:
ffmpeg -i input.mp4 -vf scale=720:480 output.mp4
file size decreased from 55 MB to 14 MB.
Through the command line parameters, you can set anything: format, bitrate, resolution, you can crop by time, etc. Command line examples for different actions can be googled.
compress videoIs it to compress? I don’t know where you get uncompressed from, but almost any modern source of video information gives already compressed, more or less. If you need to make a less compressed one more compressed, then editorial functions are not needed for this (they only make it difficult to master), a format converter is enough.
upload it to YouTube, download the result from the link in the panel, delete it from YouTube.
and you don't need any software
Didn't find what you were looking for?
Ask your questionAsk a Question
731 491 924 answers to any question