medha
3rd June 2008, 04:45
HI,
I am working on ISDB-1Seg..
I need to extract video PES from TS and give the same to decoder.
Since there is no PES length in the case of video data, i am storing the PES data from PUS(payload unit start indicator-1) and till the next PUS set.
Is the above methodology is proper? If not, please tell me how can i proceed?
Second problem is, in a single PES there are more than 1 video frame, in some cases its going upto, 6frames? as per spec, is this possible?
I collected the video data(per PES basis) and giving it to the decoder. Since there is a single PTS for all the frames, its displaying all of them at once which makes the output image speed and jerky. when i am playing the extracted data in VLC, its showing fast for few seconds and then freeze and again fast moving... How can this problem be rectified.
Thanks in advance.
I am working on ISDB-1Seg..
I need to extract video PES from TS and give the same to decoder.
Since there is no PES length in the case of video data, i am storing the PES data from PUS(payload unit start indicator-1) and till the next PUS set.
Is the above methodology is proper? If not, please tell me how can i proceed?
Second problem is, in a single PES there are more than 1 video frame, in some cases its going upto, 6frames? as per spec, is this possible?
I collected the video data(per PES basis) and giving it to the decoder. Since there is a single PTS for all the frames, its displaying all of them at once which makes the output image speed and jerky. when i am playing the extracted data in VLC, its showing fast for few seconds and then freeze and again fast moving... How can this problem be rectified.
Thanks in advance.