Skip to content

kbehouse/h264tojpg

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Golang for H264 decode to JPG

Prepare .mp4 or .h264 file

cd example

mp4 to .h264

ffmpeg -i test.mp4 -an -vcodec libx264 -crf 23 test.h264

play

Transfer .h264 to *.jpg

cd example
go build
./example

About

Golang for h264 decode to jpg

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published