Add date and time with seconds #373
Unanswered
aguileraps
asked this question in
Q&A
Replies: 1 comment 4 replies
-
First of all, check what PTS is, it's not current timestamp. PTS of the first frame should be 0, in your code it will never be so. Check GIF example https://github.com/kokorin/Jaffree/blob/master/src/test/java/examples/ProduceVideoExample.java |
Beta Was this translation helpful? Give feedback.
4 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Hello, I am trying to add the date and time with seconds to the frame, it works fine but the seconds are not updated, I did not find documentation on how time works according to the frames, can you guide me?
I want to create a pattern like this
https://rtsp.stream/videos/pattern.mp4
Beta Was this translation helpful? Give feedback.
All reactions