Re: [FFmpeg-user] ffmpeg cpu loading

2021-11-12 Thread Dennis Mungai
On Fri, 12 Nov 2021 at 18:01, LianCheng wrote: > Hi, > > I tried to run several ffmpeg processes with different input mp4 files and > to different outputs within my PC (having Intel Core i7). The mp4 video > resolution is full HD format. > > ffmpeg -re -stream_loop -1 -i 1.mp4 -c:v libx264

Re: [FFmpeg-user] ffmpeg cpu loading

2021-11-12 Thread Reindl Harald
Am 12.11.21 um 16:01 schrieb LianCheng: Hi, I tried to run several ffmpeg processes with different input mp4 files and to different outputs within my PC (having Intel Core i7). The mp4 video resolution is full HD format. ffmpeg -re -stream_loop -1 -i 1.mp4 -c:v libx264 -preset ultrafast

[FFmpeg-user] ffmpeg cpu loading

2021-11-12 Thread LianCheng
Hi, I tried to run several ffmpeg processes with different input mp4 files and to different outputs within my PC (having Intel Core i7). The mp4 video resolution is full HD format. ffmpeg -re -stream_loop -1 -i 1.mp4 -c:v libx264 -preset ultrafast -tune zerolatency -maxrate 2M -bufsize 2M -r 20