chipweinberger / flutter_quick_video_encoder

Quickly encode raw RGB images & PCM audio to MP4 video using the hardware h264 encoder
The Unlicense
7 stars 0 forks source link

Allow set timestamp for each frame #5

Open Gilianp opened 3 months ago

Gilianp commented 3 months ago

Can I add a video frame indicating the timestamp in which this frame should be? Example: Should the first frame be at timestamp 0, and then repeat this frame for 3 seconds, and the next frame be at timestamp "3 seconds"?

chipweinberger commented 3 months ago

you could just add the same frame multiple times, yes