Skip to content

Latest commit

 

History

History
25 lines (16 loc) · 238 Bytes

README.md

File metadata and controls

25 lines (16 loc) · 238 Bytes

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