- 신규로 표시
- 북마크
- 구독
- 소거
- RSS 피드 구독
- 강조
- 인쇄
- 부적절한 컨텐트 신고
Using the sample_decode.exe can help to decode the .mvc bitstream file to .yuv and with rendering we can see the 3D effect.
However , if we try to transfer the .mvc from one PC to another, can we decode the received file while this file is getting larger and larger at the same time?
링크가 복사됨
3 응답
- 신규로 표시
- 북마크
- 구독
- 소거
- RSS 피드 구독
- 강조
- 인쇄
- 부적절한 컨텐트 신고
Hi,
Sorry, but I fail to understand the issue your facing. Could you please clarify?
Regards,
Sorry, but I fail to understand the issue your facing. Could you please clarify?
Regards,
Petter
- 신규로 표시
- 북마크
- 구독
- 소거
- RSS 피드 구독
- 강조
- 인쇄
- 부적절한 컨텐트 신고
Hi Petter, Thanks for your reply.
If we use a computer (called A) to encode raw data to .mvc bitstream with VPP and sample_encode program.
Then we can generate the .mvc file.
And then we can transfer this .mvc file through TCP to another computer (called B).
While still receiving the .mvc file, can we run the sample_decode at the same time ?
I have tested for several times, and I found that we can only execute the sample_decode program when the transmission of .mvc is done. In other words, the fileReader function in the sample_decode program will be blocked if the file is still under transmission.
Is there any solution ?
Thanks for your help.
- 신규로 표시
- 북마크
- 구독
- 소거
- RSS 피드 구독
- 강조
- 인쇄
- 부적절한 컨텐트 신고
Hi,
The Media SDK provides "sample_decode" sample to illustrate common decode usages of the Media SDK API. The sample is by no means designed to work for all desired usages. I suggest you explore the sample implementation (such as the file reader class) to find ways to extend the functionality to your needs.
Regards,
The Media SDK provides "sample_decode" sample to illustrate common decode usages of the Media SDK API. The sample is by no means designed to work for all desired usages. I suggest you explore the sample implementation (such as the file reader class) to find ways to extend the functionality to your needs.
Regards,
Petter
