Media (Intel® Video Processing Library, Intel Media SDK)
Access community support with transcoding, decoding, and encoding in applications using media tools like Intel® oneAPI Video Processing Library and Intel® Media SDK
Announcements
The Intel Media SDK project is no longer active. For continued support and access to new features, Intel Media SDK users are encouraged to read the transition guide on upgrading from Intel® Media SDK to Intel® Video Processing Library (VPL), and to move to VPL as soon as possible.
For more information, see the VPL website.

seek problem

cc1983
Beginner
486 Views
when i seek ssif(separated mvc stream in m2ts),there has sync problem with base view stream(0x1b) and non base view stream(0x20),timecode compare is not so accurate,should i compare frame number in slice(both base view and non base view)? And how can i get the frame number in non base view stream?
0 Kudos
2 Replies
Gregory_S_Intel
Employee
486 Views
Hello cc1983

I have several questions about your post.
Do you seek a stream generated by MediaSDK MVC encoder? What time codes do you mean? Are these PicTiming SEI or something else?

Both base and dependent views have picture order count (POC) field in slice headers. They should be the same for base and dependent view of the same frame.
0 Kudos
cc1983
Beginner
486 Views
Hi, Iam using ffmpeg ts demuxer to demux .ssif file and dump base view/dependent view stream separated, then mux them into one mvc file. And i seek .ssif file using ffmpeg seek(pcr information which i mean timecode), base view and dependent view stream dumped wrong sliceafter seek.There has frame_num in base view slice header,but seemed not in dependent view.I will try poc.
0 Kudos
Reply