Skip to content

ffmpeg not found in trunk #301

@bahamas10

Description

@bahamas10
$ pkgin search ffmpeg
gst-ffmpeg-0.10.13nb23  GStreamer ffmpeg plugin

=: package is installed and up-to-date
<: package is installed but newer version is available
>: installed package has a greater version than available package

Is all I see. I was able to compile it manually against the latest master branch with:

mkdir -p /var/tmp/ffmpeg
cd /var/tmp/ffmpeg
curl -L -o ffmpeg.tar.gz https://github.com/FFmpeg/FFmpeg/tarball/f7c3484b2659063043100e8194d5790d2aa1a73c
mkdir src
tar -xf ffmpeg.tar.gz -C src --strip-components=1
cd src

./configure --prefix=/opt/local --enable-libfdk-aac
make -j8
make install

edit: I should mention I had to install the following packages for this to compile:

pkgin install gcc9 pkg-config yasm fdk-aac

fdk-aac was something I needed for my own usage of ffmpeg FWIW

Metadata

Metadata

Assignees

Labels

No labels
No labels

Type

No type
No fields configured for issues without a type.

Projects

No projects

Milestone

No milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions