View Single Post
Posts: 10 | Thanked: 1 time | Joined on Feb 2011
#5
Originally Posted by zimon View Post
Have you tried to play with mplayer?

You could try to fix with mencoder:
Code:
mencoder -forceidx -oac copy -ovc copy /tmp/src.mp4 -o /tmp/dst.avi
Yes i did try playing it with both media player and media player classic.

This is the error message that I get:
Code:
Media Type 0:
--------------------------
Unknown

AM_MEDIA_TYPE: 
majortype: MEDIATYPE_Stream {E436EB83-524F-11CE-9F53-0020AF0BA770}
subtype: Unknown GUID Name {08E22ADA-B715-45ED-9D20-7B87750301D4}
formattype: TIME_FORMAT_NONE {00000000-0000-0000-0000-000000000000}
bFixedSizeSamples: 1
bTemporalCompression: 0
lSampleSize: 1
cbFormat: 0


Media Type 1:
--------------------------
Unknown

AM_MEDIA_TYPE: 
majortype: MEDIATYPE_Stream {E436EB83-524F-11CE-9F53-0020AF0BA770}
subtype: TIME_FORMAT_NONE {00000000-0000-0000-0000-000000000000}
formattype: TIME_FORMAT_NONE {00000000-0000-0000-0000-000000000000}
bFixedSizeSamples: 1
bTemporalCompression: 0
lSampleSize: 1
cbFormat: 0

Last edited by denisx; 2012-06-10 at 11:40.