Chris and Antoine,
The first attempt didn't make it to the list.
On Sat, Dec 19, 2009 at 12:25:29PM -0600, Chris Bennett wrote:
> Antoine Jacoutot wrote:
> >On Sat, 19 Dec 2009, Chris Bennett wrote:
> >>I have yet to get devede to work on i386.
> >
> >It works for me, and it always did.
> >
> How can I figure out what the problem is?
> I don't mind command line use. It looks to me that perhaps devede
> just uses a collection of different packages for each set of steps.
> I wouldn't mind at all doing it by hand.
> Chris
>
>
A friend and I did a bit more snooping and have the following info. that
may assist in fixing the problem.
First, the error mentions that libavcodec is miscompiled. When I
searched for that library, I did not find it. FFmpeg was also not
present in my system. I added them.
Second, the follwoing is the output of
montagueneal# mlayer -loop 1 -identify -ao null -vo null -frames 0
/usr/local/share/devede/silence.ogg
Notice that ID_LENGTH is reported as 'inf'.
<output>
1 MPlayer SVN-r29414-snapshot-3.3.5 (C) 2000-2009 MPlayer Team
2
3 Playing /usr/local/share/devede/silence.ogg.
4 ID_AUDIO_ID=0
5 [Ogg] stream 0: audio (Vorbis), -aid 0
6 Ogg file format detected.
7 ID_FILENAME=/usr/local/share/devede/silence.ogg
8 ID_DEMUXER=ogg
9 ID_AUDIO_FORMAT=vrbs
10 ID_AUDIO_BITRATE=0
11 ID_AUDIO_RATE=48000
12 ID_AUDIO_NCH=2
13 ID_LENGTH=inf
14 ID_SEEKABLE=1
15 ID_CHAPTERS=0
16
==========================================================================
17 Opening audio decoder: [ffmpeg] FFmpeg/libavcodec audio decoders
18 AUDIO: 48000 Hz, 2 ch, s16le, 64.0 kbit/4.17% (ratio: 8000->192000)
19 ID_AUDIO_BITRATE=64000
20 ID_AUDIO_RATE=48000
21 ID_AUDIO_NCH=2
22 Selected audio codec: [ffvorbis] afm: ffmpeg (FFmpeg Vorbis)
23
==========================================================================
24 AO: [null] 48000Hz 2ch s16le (2 bytes per sample)
25 ID_AUDIO_CODEC=ffvorbis
26 Video: no video
27 Starting playback...
28
29
30 Exiting... (End of file)
31 ID_EXIT=EOF
32 MPlayer SVN-r29414-snapshot-3.3.5 (C) 2000-2009 MPlayer Team
33
34 Playing /usr/local/share/devede/silence.ogg.
35 ID_AUDIO_ID=0
36 [Ogg] stream 0: audio (Vorbis), -aid 0
37 Ogg file format detected.
38 ID_FILENAME=/usr/local/share/devede/silence.ogg
39 ID_DEMUXER=ogg
40 ID_AUDIO_FORMAT=vrbs
41 ID_AUDIO_BITRATE=0
42 ID_AUDIO_RATE=48000
43 ID_AUDIO_NCH=2
44 ID_LENGTH=inf
45 ID_SEEKABLE=1
46 ID_CHAPTERS=0
47
==========================================================================
48 Opening audio decoder: [ffmpeg] FFmpeg/libavcodec audio decoders
49 AUDIO: 48000 Hz, 2 ch, s16le, 64.0 kbit/4.17% (ratio: 8000->192000)
50 ID_AUDIO_BITRATE=64000
51 ID_AUDIO_RATE=48000
52 ID_AUDIO_NCH=2
53 Selected audio codec: [ffvorbis] afm: ffmpeg (FFmpeg Vorbis)
54
==========================================================================
55 AO: [null] 48000Hz 2ch s16le (2 bytes per sample)
56 ID_AUDIO_CODEC=ffvorbis
57 Video: no video
58 Starting playback...
59
60
61 Exiting... (End of file)
62 ID_EXIT=EOF
63 MPlayer SVN-r29414-snapshot-3.3.5 (C) 2000-2009 MPlayer Team
64
65 Playing /usr/local/share/devede/silence.ogg.
66 ID_AUDIO_ID=0
67 [Ogg] stream 0: audio (Vorbis), -aid 0
68 Ogg file format detected.
69 ID_FILENAME=/usr/local/share/devede/silence.ogg
70 ID_DEMUXER=ogg
71 ID_AUDIO_FORMAT=vrbs
72 ID_AUDIO_BITRATE=0
73 ID_AUDIO_RATE=48000
74 ID_AUDIO_NCH=2
75 ID_LENGTH=inf
76 ID_SEEKABLE=1
77 ID_CHAPTERS=0
78
==========================================================================
79 Opening audio decoder: [ffmpeg] FFmpeg/libavcodec audio decoders
80 AUDIO: 48000 Hz, 2 ch, s16le, 64.0 kbit/4.17% (ratio: 8000->192000)
81 ID_AUDIO_BITRATE=64000
82 ID_AUDIO_RATE=48000
83 ID_AUDIO_NCH=2
84 Selected audio codec: [ffvorbis] afm: ffmpeg (FFmpeg Vorbis)
85
==========================================================================
86 AO: [null] 48000Hz 2ch s16le (2 bytes per sample)
87 ID_AUDIO_CODEC=ffvorbis
88 Video: no video
89 Starting playback...
90
91
92 Exiting... (End of file)
93 ID_EXIT=EOF
</output>