
Yeah, FFmpeg comes with a minimalistic player, ffplay. The v4l2loopback kernel module required webcam video will be moved 1080 pixels left. $ ffmpeg -i /dev/video0 -i /dev/video1 -filter_complex "scale=-1:1080 hstack,format=yuv420p" -f v4l2 /dev/video2 Except ultrafast x264 supports another profiles: superfast, faster, fast, medium, slow, slower, veryslow. $ ffmpeg -s 1920x1080 -framerate 30 -f x11grab -i :0.0 -c:v libx264rgb -crf 0 -preset ultrafast -color_range 2 sceencast.mkvĬRF(Constant Rate Factor) designed to control video quality, default is 18, highest is 51.

$ ffmpeg -i video_in.mkv -c:v libx264 -c:a libfdk_aac video_out.mp4 Easy to use: fast switching from base use cases to advanced.Simple scaling: Docker containers, Linux, Windows, macOS and even ARM devices like Raspberry Pi are supported.Easy automation: find the best command for your needs and repeat it.

Let's highlight the reasons why you need FFmpeg: Of course, a lot of applications available to work with multimedia, from free to super costly giants made by Abobe & Sony. Big, solid and popular project without real competitors, also used in many applications. well, there's no sense in a classical introduction.
