Patrickz (Peerasan Buranasanti)
  • Video streaming
  • Open source
  • Artificial Intelligence
  • Author

encoder

A collection of 3 posts
x264 preset
video

x264 preset

ffmpeg -i "mv.mp4" -report -rtbufsize 256M -codec:v libx264 -s:v 1280x720 -pix_fmt:v yuv420p -threads 4 -bufsize:v 2M -g:v 60 -preset:v veryfast -profile:v baseline -level:v 3.2 -b:v 3000k -maxrate:v 3000k -minrate:v 3000k -codec:a aac -ar 48000 -b:
Aug 11, 2021 — 5 min read
Build FFmpeg with libaom-av1 svt-av1 from nightly source
open-source

Build FFmpeg with libaom-av1 svt-av1 from nightly source

Compile FFmpeg + libaom (AOM AV1) + libsvtav1 (Scalable Video Technology, SVT AV1) Prepare Compiler apt-get install -y autoconf automake build-essential cmake git-core libass-dev libfreetype6-dev libgnutls28-dev libsdl2-dev libtool libva-dev libvdpau-dev libvorbis-dev libxcb1-dev libxcb-shm0-dev libxcb-xfixes0-dev meson ninja-build pkg-config texinfo wget yasm zlib1g-dev Install lib for FFmpeg apt-get install nasm libx264-dev libx265-dev libnuma-dev libvpx-dev
Feb 9, 2021 — 2 min read
OBS Studio 25.0.1 released
streaming

OBS Studio 25.0.1 released

Since OBS version 25.0 released, few day later version 25.0.1 was released. it is some hot bug fixed. xOBS v.25  has many bug fixed and new feature was added, especially SRT protocol! I test SRT protocol with wowza streaming server. it is quite simple to use.
Mar 27, 2020 — 1 min read
Patrickz (Peerasan Buranasanti) © 2023
Powered by Ghost