I have fetch the header of media file and there are two values come form the .wmv file
Duration and bitmap
this values are basically in QWORD and DWORD types
for simplicity i have convert it into WCHAR.

Now i want to convert it into proper format
e.g
for DURATION the value is in hh:mm:ss format
for BITRATE the value is in kbps or mbps form

i would be wonder if any body help me.

Thanks in advance .