Hi,
I was able to compile the application simple player on VC++ abd able to generate simple_player.exe. while trying to run this application with an mpeg1 input like:
simple_player.exe mpeg1mp2.m1v -p perf_data.txt -vfw
i get the following prints:
Usage: ????????e???????p????????w???????????
[-s(ilent)]
[-b(lind)]
[-n(atural temp)]
[-u(nrendered audio)
[-d(einterlacing)
[-i
[-t
[-p (must be in quotes if it contains gaps)]
[-v
I was able to compile the application simple player on VC++ abd able to generate simple_player.exe. while trying to run this application with an mpeg1 input like:
simple_player.exe mpeg1mp2.m1v -p perf_data.txt -vfw
i get the following prints:
Usage: ????????e???????p????????w???????????
[-s(ilent)]
[-b(lind)]
[-n(atural temp)]
[-u(nrendered audio)
[-d(einterlacing)
[-i
[-t
[-p
[-v
連結已複製
7 回應
Hi guys no replies yet. Did anyone got similar error while executing simple player.
BTW i had build the exe on 32 bit windows m/c. also attaching the exe for your reference.simple_player.exe
BTW i had build the exe on 32 bit windows m/c. also attaching the exe for your reference.simple_player.exe
Hi abhishek,
The UMC simple_player sample utilizes the UMC decoders, where I dont see any existing decoder for MPEG1 video.
Did you try an MPEG-2 stream or other video format supported by the UMC, in order to validate the built simpl_player.exe you have?
Please refer to the readme.htm, included within the simple_player project directory, and locate the current supported formats by the application; also, check the codec folder to see the full list of the sample implementations, UMC currently have.
Regards,
Tamer Assad
Hi,
thanks for the reply.
Although MPEG1 decoder is not specifically listed in the readme doc of the application but the file umc_mpeg1_dec.cpp in the mpeg2_dec/src folder. even otherwise i am pretty sure that the mpeg1 decoding is done by ipp although the code is present under mpeg2_dec folder.
regards
abhishek
thanks for the reply.
Although MPEG1 decoder is not specifically listed in the readme doc of the application but the file umc_mpeg1_dec.cpp in the mpeg2_dec/src folder. even otherwise i am pretty sure that the mpeg1 decoding is done by ipp although the code is present under mpeg2_dec folder.
regards
abhishek