winggan / video_rw_cpp

convenient interface for simple video r/w in cpp

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

video_rw_cpp

convenient interface for simple video r/w in cpp using ffmpeg/ffprob executable

build sample

build video_test sample by following steps

make build && cd build
cmake ..
make

run sample

cd build
FF_PREFIX=../ ./video_test input.mp4 rgb_reversed.mp4

thirdparty

subprocess.hpp from cpp_subprocess (version 2.0)

About

convenient interface for simple video r/w in cpp


Languages

Language:C++ 99.3%Language:CMake 0.7%