samirkumardas / jmuxer

jMuxer - a simple javascript mp4 muxer that works in both browser and node environment.
Other
549 stars 108 forks source link

Can you support the timestamp? #92

Closed chenchenwuai closed 2 years ago

chenchenwuai commented 2 years ago

like this

jmuxer.feed({
   video: video,
   timestamp: timestamp
});
samirkumardas commented 2 years ago

jmuxer does not support it. You have to calculate the duration before feeding to jmuxer.

zhang22113 commented 6 months ago

像这样

jmuxer.feed({
   video: video,
   timestamp: timestamp
});

请问可以交流一下关于该项目的用法吗?