Hello,
I would like to ask a general question regarding timestamp.
I have 2 scenarios :
1. TI's H.264 encoding of video only (no audio) and muxing it to TS (mpeg-ts)
2. demuxing of mpeg-ts (was encoded by some other encoder - not TI's) and decoding video only (no audio) using TI's H.264 decoder
Our application does not require AVsync (there is no audio)
Do you think I need in the 1st scenario to generate PTS from codec output into stream ? and in the 2ns scenario do I need to retrieve PTS from TS and use it in TI's codec ?
Thank you,
Ran