Slackware This Forum is for the discussion of Slackware Linux.
|
Notices |
Welcome to LinuxQuestions.org, a friendly and active Linux Community.
You are currently viewing LQ as a guest. By joining our community you will have the ability to post topics, receive our newsletter, use the advanced search, subscribe to threads and access many other special features. Registration is quick, simple and absolutely free. Join our community today!
Note that registered members see fewer ads, and ContentLink is completely disabled once you log in.
Are you new to LinuxQuestions.org? Visit the following links:
Site Howto |
Site FAQ |
Sitemap |
Register Now
If you have any problems with the registration process or your account login, please contact us. If you need to reset your password, click here.
Having a problem logging in? Please visit this page to clear all LQ-related cookies.
Get a virtual cloud desktop with the Linux distro that you want in less than five minutes with Shells! With over 10 pre-installed distros to choose from, the worry-free installation life is here! Whether you are a digital nomad or just looking for flexibility, Shells can put your Linux machine on the device that you want to use.
Exclusive for LQ members, get up to 45% off per month. Click here for more info.
|
 |
11-02-2013, 02:40 AM
|
#1
|
MLED Founder
Registered: Jun 2011
Location: Montpezat (South France)
Distribution: CentOS, OpenSUSE
Posts: 3,453
|
14.1: which version for ffmpeg ?
Hi,
I'm currently building all the extra packages for MLED and MLWS 14.1. Some of my extra stuff needs ffmpeg, like gst-ffmpeg, Audacity or the rebuilt K3B. The current packages - based on Slackware 14.0 - rely on a quite ancient version of ffmpeg (0.11.1), and I wonder if that choice was made on purpose, e. g. if other stuff will refuse to build on a more recent version.
I took a peek on ffmpeg's site, and the latest stable version is 2.1. I wonder if I should go for that, or if all the other stuff (Audacity, gst-ffmpeg, ...) will refuse to build. Since this will be a rather time-consuming task, I thought I'd better ask first. Maybe some of the multimedia gurus have a clear sight at their crystal ball
Cheers,
Niki
|
|
|
11-02-2013, 03:11 AM
|
#2
|
LQ Guru
Registered: Aug 2004
Location: Pisa, Italy
Distribution: Slackware
Posts: 7,525
|
audacity cannot be built against any version of ffmpeg later than 0.10.x, that's why I'm using here an ffmpeg010 package and a modified audacity build script, but it's a dirty solution: we better wait for audacity devs to support later ffmpeg versions and in the meantime, convert our stuff to wav (using ffmpeg) before editing, edit it, save it, and reconvert to the desired format (using ffmpeg).
gst-ffmpeg builds its own ffmpeg version, it doesn't rely on the system's ffmpeg libraries.
|
|
3 members found this post helpful.
|
11-02-2013, 03:35 AM
|
#3
|
MLED Founder
Registered: Jun 2011
Location: Montpezat (South France)
Distribution: CentOS, OpenSUSE
Posts: 3,453
Original Poster
|
Ok thanks very much ponce !
|
|
|
11-02-2013, 05:09 AM
|
#4
|
Slackware Contributor
Registered: Aug 2006
Location: Netherlands
Distribution: Slackware
Posts: 633
|
Just like ponce said, gst-ffmpeg doesn't need ffmpeg. It builds against an internal version of libav.
I'm working on ffmpeg 2.1 for the 14.1 repo on SBo. Planning on putting up a branch for it later today or tomorrow. So in case you wanna go for that, could save you some time 
|
|
1 members found this post helpful.
|
11-02-2013, 06:34 AM
|
#5
|
MLED Founder
Registered: Jun 2011
Location: Montpezat (South France)
Distribution: CentOS, OpenSUSE
Posts: 3,453
Original Poster
|
Quote:
Originally Posted by ppr:kut
Just like ponce said, gst-ffmpeg doesn't need ffmpeg. It builds against an internal version of libav.
I'm working on ffmpeg 2.1 for the 14.1 repo on SBo. Planning on putting up a branch for it later today or tomorrow. So in case you wanna go for that, could save you some time 
|
Just spent a couple hours fiddling with ffmpeg and various libs it can be built against. Updated most of them, and ffmpeg-2.1 built fine.
Code:
Sat Nov 2 11:09:07 CET 2013
ap/cdlabelgen-4.3.0-noarch-1_microlinux.txz: Added.
ap/p7zip-9.20.1-i486-1_microlinux.txz: Added.
ap/recode-3.6-i486-2_microlinux.txz: Added.
ap/sbopkg-0.36.0-noarch-1_microlinux.txz: Added.
ap/unrar-5.0.12-i486-1_microlinux.txz: Added.
ap/lame-3.99.5-i486-1_microlinux.txz: Added.
l/x264-20131101-i486-1_microlinux.txz: Added.
l/enca-1.14-i486-1_microlinux.txz: Added.
l/libass-0.10.2-i486-1_microlinux.txz: Added.
l/libaacs-0.6.0-i486-1_microlinux.txz: Added.
l/libbluray-0.2.3-i486-1_microlinux.txz: Added.
l/celt-0.11.3-i486-1_microlinux.txz: Added.
l/libdc1394-2.2.1-i486-1_microlinux.txz: Added.
l//libmp4v2-2.0.0-i486-1_microlinux.txz: Added.
ap/faac-1.28-i486-2_microlinux.txz: Added.
l/frei0r-1.3-i486-1_microlinux.txz: Added.
l/gsm-1.0.13-i486-1_microlinux.txz: Added.
l/openjpeg-1.5.1-i486-1_microlinux.txz: Added.
l/OpenAL-1.15.1-i486-1_microlinux.txz: Added.
ap/opencore-amr-0.1.3-i486-1_microlinux.txz: Added.
l/rtmpdump-20120308_7340f6d-i486-1_microlinux.txz: Added.
d/orc-0.4.18-i486-1_microlinux.txz: Added.
l/schroedinger-1.0.11-i486-1_microlinux.txz: Added.
ap/speex-1.2rc1-i486-1_microlinux.txz: Added.
l/libvpx-1.2.0-i486-1_microlinux.txz: Added.
l/xvidcore-1.3.2-i486-1_microlinux.txz: Added.
ap/ffmpeg-2.1-i486-1_microlinux.txz: Added.
Cheers,
Niki
|
|
1 members found this post helpful.
|
11-03-2013, 12:28 PM
|
#6
|
LQ Guru
Registered: Aug 2004
Location: Pisa, Italy
Distribution: Slackware
Posts: 7,525
|
Quote:
Originally Posted by ppr:kut
Just like ponce said, gst-ffmpeg doesn't need ffmpeg. It builds against an internal version of libav.
I'm working on ffmpeg 2.1 for the 14.1 repo on SBo. Planning on putting up a branch for it later today or tomorrow. So in case you wanna go for that, could save you some time 
|
thanks ppr:kut, in the next days I'll try to test the stuff I use with the things you updated on your branch (BTW, thanks also for version bumping stuff for me - less work to do!  ).
Last edited by ponce; 11-03-2013 at 12:30 PM.
|
|
|
11-03-2013, 03:05 PM
|
#7
|
Slackware Contributor
Registered: Aug 2006
Location: Netherlands
Distribution: Slackware
Posts: 633
|
Quote:
Originally Posted by ponce
thanks ppr:kut, in the next days I'll try to test the stuff I use with the things you updated on your branch (BTW, thanks also for version bumping stuff for me - less work to do!  ).
|
Haha, you're welcome! I mostly picked those things from your git repo anyway! So, thanks for the pre-work! 
|
|
|
All times are GMT -5. The time now is 07:10 PM.
|
LinuxQuestions.org is looking for people interested in writing
Editorials, Articles, Reviews, and more. If you'd like to contribute
content, let us know.
|
Latest Threads
LQ News
|
|