Gentoo Archives: gentoo-user

From: Mark Knecht <markknecht@×××××.com>
To: gentoo-user@l.g.o
Subject: Re: [gentoo-user] 32bit or 64bit
Date: Tue, 17 Jul 2012 18:51:19
Message-Id: CAK2H+ec76VwF2344zyoY1U=JJc9Whc1Ubq7yYJmm-XGUq8apuQ@mail.gmail.com
In Reply to: Re: [gentoo-user] 32bit or 64bit by Michael Mol
1 On Tue, Jul 17, 2012 at 11:32 AM, Michael Mol <mikemol@×××××.com> wrote:
2 > On Tue, Jul 17, 2012 at 2:23 PM, Mark Knecht <markknecht@×××××.com> wrote:
3 >> On Tue, Jul 17, 2012 at 11:13 AM, Michael Hampicke <gentoo-user@××××.biz> wrote:
4 >>>>> Video-codecs? I haven't seen a video in years that was not playable by 64bit
5 >>>>> ffmpeg based players but worked with 32bit.
6 >>>> <SNIP>
7 >>>>
8 >>>> Lots of wmv files won't play in 64-bit. That's the only one I have
9 >>>> trouble with. They play fine in 32-bit Gentoo.
10 >>>>
11 >>> Mark, was thinking of you and your videos that don't play on 64bit when
12 >>> I read Volkers statement :)
13 >>> ffmpeg know lots of shit, but not all if it.
14 >>>
15 >>
16 >> Yeah, that's the truth. I suspect this specific case just lacks a
17 >> smart developer who wants to figure it all out and do the work to make
18 >> an Open Source codec that plays the file type, but maybe there's
19 >> patents and other junk that gets in the way.
20 >
21 > It's possible they just don't have a sample to work with. If you can
22 > send it to them, they can at least add it to their samples archives.
23 >
24 >
25 >>
26 >> And really, as I use a lot of VM's all day long, it doesn't seem
27 >> overly important any more. It's trivial to just run a Windows VM to
28 >> play wmv files whereas finding someone in the Linux world who actually
29 >> cares about supporting and promoting the wmv format seems like a waste
30 >> of my time and theirs. They can work on better things.
31 >
32 > There are containers and codecs. Most containers are supported,
33 > leaving the codecs.
34 >
35 > Can you post the output of 'mplayer -identify $filename' on that file?
36 >
37 > --
38 > :wq
39 >
40
41 Point me toward a samples archive and I'll post a file.
42
43 The file plays audio in mplayer. There is no video which is consistent
44 with what I see here. Granted, this is 64-bit and I don't have
45 win32codecs installed which is what plays it on the 32-bit VM.
46
47 - Mark
48
49
50 mark@c2stable ~/Builder/1_BrooksPriceAction/2012_04 $ mplayer
51 -identify BTR20120330-3544edit.wmv
52 MPlayer SVN-r33094-4.5.3 (C) 2000-2011 MPlayer Team
53
54 Playing BTR20120330-3544edit.wmv.
55 ASF file format detected.
56 ID_AUDIO_ID=1
57 [asfheader] Audio stream found, -aid 1
58 ID_VIDEO_ID=2
59 [asfheader] Video stream found, -vid 2
60 VIDEO: [MSS2] 1366x740 24bpp 1000.000 fps 4971.0 kbps (606.8 kbyte/s)
61 Load subtitles in ./
62 ID_FILENAME=BTR20120330-3544edit.wmv
63 ID_DEMUXER=asf
64 ID_VIDEO_FORMAT=MSS2
65 ID_VIDEO_BITRATE=4971000
66 ID_VIDEO_WIDTH=1366
67 ID_VIDEO_HEIGHT=740
68 ID_VIDEO_FPS=1000.000
69 ID_VIDEO_ASPECT=0.0000
70 ID_AUDIO_FORMAT=353
71 ID_AUDIO_BITRATE=0
72 ID_AUDIO_RATE=0
73 ID_AUDIO_NCH=0
74 ID_START_TIME=5.00
75 ID_LENGTH=8713.83
76 ID_SEEKABLE=1
77 ID_CHAPTERS=0
78 ==========================================================================
79 Requested video codec family [wmsdmod] (vfm=dmo) not available.
80 Enable it at compilation.
81 Requested video codec family [wms10dmod] (vfm=dmo) not available.
82 Enable it at compilation.
83 Cannot find codec matching selected -vo and video format 0x3253534D.
84 ==========================================================================
85 ==========================================================================
86 Opening audio decoder: [ffmpeg] FFmpeg/libavcodec audio decoders
87 AUDIO: 44100 Hz, 1 ch, s16le, 20.0 kbit/2.84% (ratio: 2501->88200)
88 ID_AUDIO_BITRATE=20008
89 ID_AUDIO_RATE=44100
90 ID_AUDIO_NCH=1
91 Selected audio codec: [ffwmav2] afm: ffmpeg (DivX audio v2 (FFmpeg))
92 ==========================================================================
93 AO: [alsa] 48000Hz 1ch s16le (2 bytes per sample)
94 ID_AUDIO_CODEC=ffwmav2
95 Video: no video
96 Starting playback...
97 A: 16.1 (16.0) of 8713.8 ( 2:25:13.8) 0.3%
98
99
100 MPlayer interrupted by signal 2 in module: play_audio
101 ID_SIGNAL=2
102 A: 16.1 (16.1) of 8713.8 ( 2:25:13.8) 0.3%
103
104 Exiting... (Quit)
105 ID_EXIT=QUIT

Replies

Subject Author
Re: [gentoo-user] 32bit or 64bit Michael Mol <mikemol@×××××.com>
Re: [gentoo-user] 32bit or 64bit "J. Roeleveld" <joost@××××××××.org>