-----BEGIN PGP SIGNED MESSAGE----- Hash: SHA1 Hi,
0n 09/06/1...@01:34 Ralph Zajac told me: > I'm not sure how to instruct transcode to create 15minutes segments > (separate files) from a stream. > > I can record my stream using this command: > > arecord -c 2 -f dat -D hw:1,0 foo.wav > > Now, I'd like to pipe arecord output to transcode so it creates > 15minutes long mp3s in a format stream0001.mp3, stream0002.mp3, > stream0003.mp3 .... Transcode is a tool for video streams basicly. Probably you want to pipe to a more specilist tool like lame/mp3splt. Dunno details, but IMHO something like: arecord [Options] - | lame [Options] - - | mp3splt [Options] should work. - -- bye maik -----BEGIN PGP SIGNATURE----- Version: GnuPG v1.4.9 (GNU/Linux) iEYEARECAAYFAko18tYACgkQ0Bn175Anq4i/4gCfUZYuNcEGWJylkmA/lIgJ5vai mV4AoJHeohNpPIF2mNSy3RNfxUMR7nHl =4Zhh -----END PGP SIGNATURE-----