M
M
misc12014-09-19 18:37:01
linux
misc1, 2014-09-19 18:37:01

What can be used besides avconv(FFMpeg) to convert video on Linux?

Hello. There is video hosting, on the server 1GB of RAM, 10GB of HDD (yes, I know that this is not enough for video hosting), 1 core. We convert video via avconv (ffmpeg), convert MP4 video (21s, 5.21mb, 720p) to WebM (we use WebM for playback) more than 2 minutes. And "eats" up to 100% of the CPU, usually about 90% -98% of the CPU. AVI is faster, but eats the same way. Maybe there is an alternative?
ps VPS

Answer the question

In order to leave comments, you need to log in

2 answer(s)
M
misc1, 2014-09-19
@misc1

It looks like the simplest solution is to use the CloudConvert REST API .

N
neol, 2014-09-19
@neol

For video encoders, the job is to eat percent (=
So that this does not greatly interfere with other running processes, try adding
Encode before the convert command, it may take longer, but not so much affect everything else.

Didn't find what you were looking for?

Ask your question

Ask a Question

731 491 924 answers to any question