PDA

View Full Version : Video play issue



baluk
2nd December 2010, 21:51
Hi,

I have an issue with playing different encoded type videos in my app. I can only play certain encoded type files like avi and flv. I can't able to play yuv format files(QCIF encoded). I have checked the windows backend decoder (Ffdshow) and enabled YUV format to allow. Still I couldn't get succed.Though this post is not really related to Qt programming but I am still asking because If any body by chance have known the reason or if they have come across the issue like this.

Thank You,
baluk

BalaQT
4th December 2010, 06:08
hi balu,
did u try mplayer for playing??
Bala

baluk
4th December 2010, 08:38
thank you for the response. No, I haven't used it but can you tell me why do we have to use mplayer. U mean to say I have to use mplayer in my app or I have to install this player to check if yuv files are played in my system. I can able to play it in VLC player.

baluk
4th December 2010, 14:43
Hi BalaQt,

Sorry for my last post. I thought mplayer is some thing I have to downlaod. I then realized that it is windows media player -:). No i can't able to play the yuv in windows media player. Which means I have to do something with ffdshow decoder right?.