Search found 8 matches

by smartflutist661
Wed Jan 16, 2019 7:47 pm
Forum: GNU/Linux
Topic: No audio streams exported when using Export2
Replies: 3
Views: 605

Re: No audio streams exported when using Export2

Thanks, it helps actually... you know... following the instructions. :D A bit more testing showed me the issue. Export2: Filename=test.m4a NumChannels=2 doesn't fail, it just saves the file wherever you are running Audacity from (of course, I expect there would be potential permissions issues, but n...
by smartflutist661
Fri Jan 11, 2019 7:54 pm
Forum: GNU/Linux
Topic: No audio streams exported when using Export2
Replies: 3
Views: 605

No audio streams exported when using Export2

On Ubuntu 18.04, I've compiled the current alpha version (2.3.1, evening of 1/10/19) with mod-script-pipe enabled. I'm able to use almost all of the commands (that I've tried so far) successfully. However, I can't get Export2 to export with sound. I get a file output with the correct name, but a siz...
by smartflutist661
Thu Jan 10, 2019 10:25 pm
Forum: GNU/Linux
Topic: Can't find system FFMpeg when building 2.2.2 on Ubuntu 18
Replies: 11
Views: 1137

Re: Can't find system FFMpeg when building 2.2.2 on Ubuntu 18

I'll definitely look into 2.3.1. I use Python a bit more often than Perl, so I'll start with that. I'm not planning on doing anything that should be particularly complicated (yet).
by smartflutist661
Thu Jan 10, 2019 9:56 pm
Forum: GNU/Linux
Topic: Can't find system FFMpeg when building 2.2.2 on Ubuntu 18
Replies: 11
Views: 1137

Re: Can't find system FFMpeg when building 2.2.2 on Ubuntu 18

That appears to have been the issue, thanks. I had seen that post, but assumed that I had all of the build dependencies since I had the official repository version installed previously, forgetting that the -dev packages aren't always installed for that.
by smartflutist661
Thu Jan 10, 2019 9:16 pm
Forum: GNU/Linux
Topic: Can't find system FFMpeg when building 2.2.2 on Ubuntu 18
Replies: 11
Views: 1137

Re: Can't find system FFMpeg when building 2.2.2 on Ubuntu 18

Configure fails with the message

Code: Select all

configure: error: You requested using the system libraries for FFMPEG but they are not available
by smartflutist661
Thu Jan 10, 2019 8:59 pm
Forum: GNU/Linux
Topic: Can't find system FFMpeg when building 2.2.2 on Ubuntu 18
Replies: 11
Views: 1137

Re: Can't find system FFMpeg when building 2.2.2 on Ubuntu 18

Here's the configure command:

Code: Select all

../configure --with-lib-preference="local system" --with-ffmpeg="system" --disable-dynamic-loading --with-mod-script-pipe
by smartflutist661
Thu Jan 10, 2019 8:57 pm
Forum: GNU/Linux
Topic: Can't find system FFMpeg when building 2.2.2 on Ubuntu 18
Replies: 11
Views: 1137

Re: Can't find system FFMpeg when building 2.2.2 on Ubuntu 18

Apologies, I hadn't completed the post yet and couldn't delete it before it was approved. Here's more information: I'm attempting to build Audacity 2.2.2 from source, following the instructions here in order to enable mod-script-pipe (which, as far as I can tell, isn't available for any of the repos...
by smartflutist661
Thu Jan 10, 2019 8:44 pm
Forum: GNU/Linux
Topic: Can't find system FFMpeg when building 2.2.2 on Ubuntu 18
Replies: 11
Views: 1137

Can't find system FFMpeg when building 2.2.2 on Ubuntu 18

I'm attempting to build Audacity