MediaCoder can not even open the avi video !!!

Bug report and feature request
Post Reply
OO0000OO
Beginner
Beginner
Posts: 2
Joined: Sun May 25, 2008 4:34 pm

MediaCoder can not even open the avi video !!!

Post by OO0000OO » Sun May 25, 2008 4:40 pm

Here is the sample video. It can be played in all the video players I have tried. But it can not be loaded into MediaCoder. Besides, I did not preset anything to MC.

http://download.yousendit.com/1A56C79806CD3FB0
same video as above: http://rapidshare.com/files/117431638/sample.avi.html

Joker99
Beginner
Beginner
Posts: 8
Joined: Tue Apr 29, 2008 8:30 am

Post by Joker99 » Tue May 27, 2008 9:45 pm

It's a WMV file in AVI container...pretty weird. MediaCoder can handle it via Avisinth, with a little script like this:

Code: Select all

DirectShowSource("X:\sample.avi")
(install avisynth, create a .txt with the line above, rename it with .avs extension, drag it in MC)

OO0000OO
Beginner
Beginner
Posts: 2
Joined: Sun May 25, 2008 4:34 pm

Post by OO0000OO » Tue May 27, 2008 10:47 pm

Thanks! It works. Actually it is converted from wmv by using Mencoder without changing the video source. Is it possible to convert to mp4 format without re-encode the video?
Joker99 wrote:It's a WMV file in AVI container...pretty weird. MediaCoder can handle it via Avisinth, with a little script like this:

Code: Select all

DirectShowSource("X:\sample.avi")
(install avisynth, create a .txt with the line above, rename it with .avs extension, drag it in MC)

Joker99
Beginner
Beginner
Posts: 8
Joined: Tue Apr 29, 2008 8:30 am

Post by Joker99 » Wed May 28, 2008 12:16 am

OO0000OO wrote:Actually it is converted from wmv by using Mencoder without changing the video source. Is it possible to convert to mp4 format without re-encode the video?
Why :?:

Anyway, it shouldn't be possible; as you can see here:
http://en.wikipedia.org/wiki/MPEG-4_Part_14
Mp4 doesn't support neither WMV1 nor WMA.

Post Reply