Gentoo Archives: gentoo-user

From: Michael Mol <mikemol@×××××.com>
To: gentoo-user@l.g.o
Subject: Re: [gentoo-user] convert wmv to mp4?
Date: Tue, 01 May 2012 19:12:56
Message-Id: CA+czFiCjCQ4mGhCvqp9h88XM-BX+JuLMpd8thvpgO0_NtAu4Nw@mail.gmail.com
In Reply to: Re: [gentoo-user] convert wmv to mp4? by Mark Knecht
1 On Tue, May 1, 2012 at 2:43 PM, Mark Knecht <markknecht@×××××.com> wrote:
2 > On Tue, May 1, 2012 at 11:19 AM, Mark Knecht <markknecht@×××××.com> wrote:
3 >> On Tue, May 1, 2012 at 10:56 AM, Michael Orlitzky <michael@××××××××.com> wrote:
4 > <SNIP>
5 >>> Can you play the WMV?
6 >>>
7 >>> The "wmv" extension usually indicates an ASF container, and the ASF
8 >>> container can have DRM. I see them every once in a while, and
9 >>> ffmpeg/mplayer have no idea what to do with them.
10 >>>
11 >>
12 >> I Cannot play the files on my Gentoo box using Linux. No player that
13 >> I've tried so far - xine, mplayer, dragon player in KDE - none of them
14 >> play these files. However I can play the files within a Win7 VM on
15 >> this machine which is what I've been doing this morning so far. I sort
16 >> of doubt the DRM restriction on this stuff. The web site asks
17 >> subscribers not to farward these to their friends, etc., and says
18 >> subscribers are on the honor system. They appears to be simple
19 >> recordings of of his screen and audio coming from an inexpensive mic.
20 >> Nothing more.
21 >>
22 >> I just got access to these files today so until this morning I didn't
23 >> even know what format they'd be in.
24 >
25 > Expanding a bit I copied one of the files to a test directory to play
26 > with. It seems smplayer will actually play the audio but won't display
27 > video. midentify gives some data. When I look at the ffmpeg info it
28 > seems to me it's also having trouble with the video portion. At least
29 > it seems to understand the audio portion.
30 >
31 > I'm guessing the pivot point here is the video format code:
32 >
33 > ID_VIDEO_FORMAT=MSS2
34 >
35 > Cheers,
36 > Mark
37 >
38 > mark@c2stable ~/WMV-Test $ midentify Test1.wmv
39 > ID_AUDIO_ID=1
40 > ID_VIDEO_ID=2
41 > ID_FILENAME=Test1.wmv
42 > ID_DEMUXER=asf
43 > ID_VIDEO_FORMAT=MSS2
44 > ID_VIDEO_BITRATE=4971000
45 > ID_VIDEO_WIDTH=1366
46 > ID_VIDEO_HEIGHT=740
47 > ID_VIDEO_FPS=1000.000
48 > ID_VIDEO_ASPECT=0.0000
49 > ID_AUDIO_FORMAT=353
50 > ID_AUDIO_BITRATE=0
51 > ID_AUDIO_RATE=0
52 > ID_AUDIO_NCH=0
53 > ID_START_TIME=5.00
54 > ID_LENGTH=9130.09
55 > ID_SEEKABLE=1
56 > ID_CHAPTERS=0
57 > ID_AUDIO_BITRATE=20008
58 > ID_AUDIO_RATE=44100
59 > ID_AUDIO_NCH=1
60 > ID_AUDIO_CODEC=ffwmav2
61 > ID_EXIT=EOF
62 > mark@c2stable ~/WMV-Test $
63
64 http://wiki.debian.org/WindowsMediaVideo
65
66 Videos with the MSS2 FOURCC should be playable with the w32codecs package.
67
68
69 --
70 :wq

Replies

Subject Author
Re: [gentoo-user] convert wmv to mp4? Mark Knecht <markknecht@×××××.com>