Search found 5989 matches: FFMPEG

Searched query: FFMPEG

by steve
Thu Jan 10, 2019 10:38 pm
Forum: GNU/Linux
Topic: Can't find system FFMpeg when building 2.2.2 on Ubuntu 18
Replies: 11
Views: 1151

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

I use Python a bit more often than Perl, so I'll start with that. That's good. Python is now the recommended language for scripting with mod-script-pipe. I'd recommend using Python 3 (Python 2 is rapidly becoming obsolete). When you get the Audacity 2.3.1 source code, take a look in "scripts/p...
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: 1151

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 steve
Thu Jan 10, 2019 10:17 pm
Forum: GNU/Linux
Topic: Can't find system FFMpeg when building 2.2.2 on Ubuntu 18
Replies: 11
Views: 1151

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

That appears to have been the issue, thanks. You're welcome :D Now that you've got the build working, I'd recommend that you build Audacity 2.3.1. It is officially still "alpha" software, but we are very close to releasing it. There's a LOT of new stuff in it for scripting, so I'd highly ...
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: 1151

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 steve
Thu Jan 10, 2019 9:50 pm
Forum: GNU/Linux
Topic: Can't find system FFMpeg when building 2.2.2 on Ubuntu 18
Replies: 11
Views: 1151

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

Do you have libavformat-dev installed?
(it may be worth also referring to this post: viewtopic.php?p=331010#p331010)
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: 1151

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 steve
Thu Jan 10, 2019 9:14 pm
Forum: GNU/Linux
Topic: Can't find system FFMpeg when building 2.2.2 on Ubuntu 18
Replies: 11
Views: 1151

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

You are correct that mod-script-pipe is not enabled by default.
Why do you think that FFmpeg can't be found?
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: 1151

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: 1151

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

... the instructions here in order to enable mod-script-pipe (which, as far as I can tell, isn't available for any of the repository versions). I have ffmpeg 3.4.4 installed from the Ubuntu repository (libavcodec.so.57 is located in /usr/lib/x86_64-linux-gnu); pkg-config --libs libavcodec returns -lavcodec ...
by steve
Thu Jan 10, 2019 8:49 pm
Forum: GNU/Linux
Topic: Can't find system FFMpeg when building 2.2.2 on Ubuntu 18
Replies: 11
Views: 1151

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

Also, why are you building Audacity 2.2.2? (Audacity 2.2.2 is available in the Ubuntu repository https://packages.ubuntu.com/search?suit ... chon=names )