[LAU] Recording from JACK to 24-bit FLAC on the command-line?

Chris Caudle chris at chriscaudle.org
Fri Jul 7 16:01:54 UTC 2017


On Fri, July 7, 2017 10:54 am, Mario Lang wrote:
> What would I use to accomplish this?

The help output for jack_capture indicates that jack_capture will do what
you need.
No man page on my system, but jack_capture --help gives basic help, and
jack_capture --advanced-options gives the additional options, which
include different file formats.

>From the help output:
To record a stereo file of what you hear:
  $jack_capture

To record a stereo file of what you hear in the flac format:
 $jack_capture -f flac

To record a stereo file of what you hear in the ogg format:
 $jack_capture -f ogg

To record a stereo file of what you hear in the mp3 format:
 $jack_capture -mp3

To record a stereo file of what you hear in the wav format:
  $jack_capture --port system:playback_1 --port system:playback_2
****************************************************************************
**** NOTE! The above example does _exactly_ the same as the default!!!  ****
****************************************************************************

-- 
Chris Caudle




More information about the Linux-audio-user mailing list