- 신규로 표시
- 북마크
- 구독
- 소거
- RSS 피드 구독
- 강조
- 인쇄
- 부적절한 컨텐트 신고
Hi,
I have used sample_multi_transcode to transcode MPEG2 file:
sample_multi_transcode.exe -i::mpeg2 sample_mpeg2.m2v -o::h264 out.h264
the input file is from quicktime:
http://a1408.g.akamai.net/5/1408/1388/2005110404/1a1a1ad948be278cff2d96046ad90768d848b41947aa1986/sample_mpeg2.m2v.zip
However, the output file, out.h264, cannot played correctly in vlc or dshowplayer. Many frames is error. I attached the output file here.
Could anyone help us for correct transcode configuration (commandline or sourcecode modify)?
Thanks,
Tuan
I have used sample_multi_transcode to transcode MPEG2 file:
sample_multi_transcode.exe -i::mpeg2 sample_mpeg2.m2v -o::h264 out.h264
the input file is from quicktime:
http://a1408.g.akamai.net/5/1408/1388/2005110404/1a1a1ad948be278cff2d96046ad90768d848b41947aa1986/sample_mpeg2.m2v.zip
However, the output file, out.h264, cannot played correctly in vlc or dshowplayer. Many frames is error. I attached the output file here.
Could anyone help us for correct transcode configuration (commandline or sourcecode modify)?
Thanks,
Tuan
1 솔루션
- 신규로 표시
- 북마크
- 구독
- 소거
- RSS 피드 구독
- 강조
- 인쇄
- 부적절한 컨텐트 신고
Hi Tuan,
The input file you are using is an mpeg container that includes both video frames and audio samples.
Media SDK does not have any support for container handling (such as the mp4 or mpeg container formats). The SDK only operates on elementary video streams. Please refer to the Media SDK "Media Developers Guide" document (chapter 3), part of the SDK package for more information on this topic.
Regards,
The input file you are using is an mpeg container that includes both video frames and audio samples.
Media SDK does not have any support for container handling (such as the mp4 or mpeg container formats). The SDK only operates on elementary video streams. Please refer to the Media SDK "Media Developers Guide" document (chapter 3), part of the SDK package for more information on this topic.
Regards,
Petter
링크가 복사됨
2 응답
- 신규로 표시
- 북마크
- 구독
- 소거
- RSS 피드 구독
- 강조
- 인쇄
- 부적절한 컨텐트 신고
Hi Tuan,
The input file you are using is an mpeg container that includes both video frames and audio samples.
Media SDK does not have any support for container handling (such as the mp4 or mpeg container formats). The SDK only operates on elementary video streams. Please refer to the Media SDK "Media Developers Guide" document (chapter 3), part of the SDK package for more information on this topic.
Regards,
The input file you are using is an mpeg container that includes both video frames and audio samples.
Media SDK does not have any support for container handling (such as the mp4 or mpeg container formats). The SDK only operates on elementary video streams. Please refer to the Media SDK "Media Developers Guide" document (chapter 3), part of the SDK package for more information on this topic.
Regards,
Petter
- 신규로 표시
- 북마크
- 구독
- 소거
- RSS 피드 구독
- 강조
- 인쇄
- 부적절한 컨텐트 신고
Hi Petter,
Thanks for your answer. I forget about that.
Regards,
Tuan
Thanks for your answer. I forget about that.
Regards,
Tuan