Skip to content

toxypiks/neural_network_video_example

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

33 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Proof of concept for generating a high-resolution video with raw binary image files piped to ffmpeg

Using specific flags to get ffmpeg into a mode where it reads binary bytes of frames in RGB32 and assembles them into a video in real-time

Idea: ffmpeg should be started as a child_process by the program together with a pipe where it gets fed raw data from the program. Ffmpeg then outputs assembled video.

Quick Start

git clone [email protected]:toxypiks/neural_network_video_example.git

cd neural_network_video_example

mkdir build

cd build

cmake ..

make

./simple_example

About

Neural network visualization project

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published