Gentoo Archives: gentoo-user

From: Iain Buchanan <iaindb@××××××××××××.au>
To: gentoo-user@l.g.o
Subject: Re: [gentoo-user] converting any video to mpeg-1, mpeg-4 or DivX-5
Date: Thu, 15 Dec 2005 07:41:25
Message-Id: 1134631909.10829.46.camel@orpheus
In Reply to: Re: [gentoo-user] converting any video to mpeg-1, mpeg-4 or DivX-5 by Chris White
1 On Thu, 2005-12-15 at 12:59 +0900, Chris White wrote:
2 >
3 > mencoder / transcode
4 >
5 > DivX
6 >
7 > > DivX-5.x
8 > > Resolution : 720x480@25fps or 640x480@30fps
9 > > Bit Rate : 4Mbps
10 > > Audio : MPEG-1 Layer III, AAC, ADPCM
11 > > Format :.AVI ,
12 > > Remark:DivX-3.x/4.x unsupported
13 >
14 > Pick this
15
16 hmm, mencoder can't seem to do mpeg4 with aac audio, or divx5...
17
18 $ cat test.wmv | mencoder -ovc lavc -lavcopts vcodec=mpeg4:vbitrate=4000 -nosound -
19
20 makes a test.avi, but when I try and play it on the device, I simply get
21 "unsupported file type".
22
23 I've tried similar options for
24
25 $ cat test.wmv | mencoder -ovc lavc -lavcopts vcodec=mpeg1video:vbitrate=1500 -ofps 30 -oac mp3lame -
26
27 and other such commands, but all to no avail. When I try
28
29 $ cat test.wmv | mencoder -ovc divx4 -ofps 30 -oac mp3lame -
30
31 I just get "Couldn't find video filter 'divx4'."
32
33 ffmpeg also seems to fail:
34 $ ffmpeg -i test.wmv -b 4000 -r 30 -s 352x288 -aspect 4:3 -vcodec mpeg4 test.avi
35
36 when I copy test.avi to the device as test.mp4, it says "file content
37 error!"
38
39 Any further suggestions?
40
41 thanks,
42 --
43 Iain Buchanan <iaindb at netspace dot net dot au>
44
45 Economists state their GNP growth projections to the nearest tenth of a
46 percentage point to prove they have a sense of humor.
47 -- Edgar R. Fiedler
48
49 --
50 gentoo-user@g.o mailing list