Gentoo Archives: gentoo-user

From: meino.cramer@×××.de
To: gentoo-user@l.g.o
Subject: Re: [gentoo-user] concatenate ogg-files...?
Date: Sun, 30 Jan 2011 16:55:50
Message-Id: 20110130165409.GF5754@solfire
In Reply to: Re: [gentoo-user] concatenate ogg-files...? by Neil Bothwick
1 Neil Bothwick <neil@××××××××××.uk> [11-01-30 17:20]:
2 > On Sun, 30 Jan 2011 17:06:14 +0100, meino.cramer@×××.de wrote:
3 >
4 > > > Mencoder should do this, something like
5 > > >
6 > > > mencoder -oac copy -o newfile.ogg oldfile1.ogg oldfile2.ogg...
7 >
8 > > Unfortunately mencoder cannot be used without a video stream.
9 > > There is no -ovc null or something like that.
10 >
11 > -vc null or -novideo
12 >
13 >
14 > --
15 > Neil Bothwick
16 >
17 > Why is the word abbreviation so long?
18
19
20 In both cases (output of one listed below) it fails because
21 of no video...
22
23 MEncoder SVN-r32624-4.4.4 (C) 2000-2010 MPlayer Team
24
25 WARNING: OUTPUT FILE FORMAT IS _AVI_. See -of help.
26 success: format: 0 data: 0x0 - 0x9ef590
27 libavformat file format detected.
28 [lavf] stream 0: audio (vorbis), -aid 0
29 Video stream is mandatory!
30
31 Exiting...
32
33
34 mcc