awslabs / amazon-kinesis-video-streams-producer-sdk-java

Allows developers to install and customize their connected camera and other devices to securely stream video, audio, and time-encoded data to Kinesis Video Streams

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

How did you generate h264 files?

LittleWat opened this issue · comments

I would like to put split image(jpg) files into kinesis video stream.

There is a sample and it uses .h264 files

How did you convert jpg to this h264 file?

@LittleWat ,

GStreamer is the most popular tool to do the job. You can look at GStreamer forums to see how this conversion can be done.