Slackware :: Sbopkg - How To Install Svn Versions Of X264 - Ffmpeg - Mplayer ?
Jan 29, 2010
How users to install the latest svn versions of x264, ffmpeg and mplayer. Primarily, this is important for users who rip movies from dvds.
How do I perform the same tasks using sbopkg? I believe some compilation options must be changed to reflect the svn changes.
Has anyone done this before? Are the steps important when using slackware 13 x86_64?
View 5 Replies
ADVERTISEMENT
Jun 15, 2010
I have been working on vlc (windows) and now i want to use the same in linux...so ma trying to compile it in linux..... i need ffmpeg functionality and others as such...so please provide me with the complete link and order so as where to fetch the source code and to compile....i have done googling and found lots of tutorials and most of the are confusing and not clear......and i tried doing them and am now confused(whether they are compiled or not) cos when i try to instll them it says already exists and when i try to use the functionality it says canot transcode ffmpeg doesnt exitst.....I am badly need of vlc transcoding options. Am using ubuntu 10.
View 9 Replies
View Related
Mar 1, 2011
As I understand (and remember) debian does not package x264 with its ffmpeg. [I say remember because I have a debian-multimedia line in my sources.list that I believe I added when I wanted a x264 enabled ffmpeg]
Is this status still the same? Do we still need to compile ffmpeg by hand if we want x264?
View 6 Replies
View Related
Jan 12, 2015
I use ffmpeg to covert video files for the net.
Code: Select allffmpeg -i infile -vcodec libx264 -vpre ipod640 -b 250k -bt 50k -acodec libfaac -ab 56k -ac 2 -s res.mp4
which works good. I was wondering if I could use larger resolution presets, but
find /usr -iname '*.ffpreset' only gives
#/usr/share/ffmpeg/libvpx-360p.ffpreset
#/usr/share/ffmpeg/libvpx-1080p.ffpreset
#/usr/share/ffmpeg/libx264-ipod320.ffpreset
#/usr/share/ffmpeg/libvpx-1080p50_60.ffpreset
#/usr/share/ffmpeg/libx264-ipod640.ffpreset
#/usr/share/ffmpeg/libvpx-720p50_60.ffpreset
#/usr/share/ffmpeg/libvpx-720p.ffpreset
with only 2 presets for libx264.
I installed ffmpeg from deb-multimedia. Is there a package which provides further preset files? There should be e.g. hq, max etc..
View 2 Replies
View Related
May 29, 2011
I am trying to compile OpenCV 2.0 with ffmpeg (with x264) support on my Ubuntu 11.04 64-bit machine. (Since I want to use the binaries provided by other developers, I have to use opencv 2.0 version)
I followed the guide from: [URL] to compile x264 and ffmpeg manually, and succeeded.
Then I followed the guide in the INSTALL file provided by the OpenCV 2.0 package. I use CMake to configure and generate them, and use "make" command to try compiling. However, I got the following error report, which haunted me for almost half a week.
Code:
Linking CXX static library ../../lib/libhighgui_pch_dephelp.a
[ 71%] Built target highgui_pch_dephelp
Scanning dependencies of target pch_Generate_highgui
[ 71%] Generating _highgui.h
[ 71%] [COLOR="rgb(65, 105, 225)"]Generating
[Code].....
View 7 Replies
View Related
Apr 27, 2010
I'm having, namely building mplayer with x264 support. If I do ./configure on it's own it builds fine without x264, with ./configure --enable-x264 I get this with make
Code:
libavcodec/libavcodec.a(libx264.o): In function `X264_frame':
libx264.c:(.text+0x1d9): undefined reference to `x264_encoder_encode'
libavcodec/libavcodec.a(libx264.o): In function `X264_close':
[Code]....
View 6 Replies
View Related
Apr 28, 2010
I've probably exhausted all possible ffmpeg argument combinations for encoding with a libx264 codec - none worked, the codec always either segfaults or tells me incorrect parameters. I've installed, uninstalled and re-installed all available versions of the codec - no difference. Did anyone have any luck with it? Are there any tricks or conflicts in different arguments? Does the input file have to be in any particular container/format/codec for the x264 to work on?
My examples: >ffmpeg -i video.mpg -vcodec libx264 video.mkv >... Error while opening encoder for output stream #0.0 - maybe incorrect parameters such as bit_rate, rate, width or height >ffmpeg -i video.mpg -vcodec libx264 -b 4000 -s hd1080 -f h264 video.mkv Same error If I use any other codec, they all work fine. give a working ffmpeg arguments example,
View 9 Replies
View Related
Mar 4, 2011
Is that 'normal' for the sbopkg install of Wine?
View 6 Replies
View Related
Apr 11, 2010
I am trying to install gnome mplayer and later mplayer codecs.script run
Code:
root@zorro:/home/siawacsh/Downloads/MPlayer/mplayer/slackbuild/gnome-mplayer# ./gnome-mplayer.SlackBuild
gnome-mplayer-0.9.8/
[code]....
View 16 Replies
View Related
Apr 16, 2011
I was trying to play some mp3s and mp4s in my totem but keep on getting this error report of which I have attached some screenshots. I also tried to download some things that I usually put on my system such as: vlc, ffmpeg, dvdbackup, dvdrip, audacity, thoggen, handbrake, audacious & sound converter but I fail in the process.
Here are my outputs:
Code: [root@localhost ~]# yum install ffmpeg libdvdcss libdvdread libdvdnav libdvdplay lsdvd mplayer gxine
Loaded plugins: refresh-packagekit
google-chrome | 951 B 00:00
google-chrome/primary | 1.4 kB 00:00
google-chrome 3/3
Setting up Install Process
No package ffmpeg available.
[Code]...
View 3 Replies
View Related
Feb 13, 2011
I am very happy to announce that today I succeeded to install full Slackware ARM on the pandaboard: URL...I did the following:
* sd with 2 partitions, one (vfat) for bootloaders (MLO, u-boot.bin) and uImage and the other one (ext2) for minirootfs
* copy xloader (MLO), uboot and uImage from Angstrom distro on the first partition
* copy Slackware ARM minirootfs on the second partition with Angstrom modules in the usual path (/lib/modules/...)
* boot in ARMedslack
* install all the others packages via NFS
I had to make some changes to configuration files as indicated here:URL...The next step is to build a kernel and modules for omap4 by myself and use them instead of the Angstrom ones.One question: is there any kind of package manager, such as slap-get, sbopkg, etc. for Slackware ARM? If not, can I use the SlackBuilds from slackbuilds.org? How to modify them?
View 6 Replies
View Related
Feb 24, 2011
I have an assignment as follow. I have to install 2 versions of FFMPEG 0.6.1 and Alexander Strange on non default locations with all required dependencies and check the dependancies for each of these and make sure to install the required dependancies in the local folder of the app rather than at the system root.
The flags to set for the above must include
--enable-mp3lame --enable-gpl --disable-vhook --disable-ffplay --disable-ffserver --enable-a52 --enable-xvid --enable-faac --enable-faad --enable-amr_nb --enable-pthreads --enable-x264
Now how to install them? and how to run them simultaneously? Do let me know if any other thing/info required.
View 1 Replies
View Related
Jun 4, 2011
Anyone know of the simple (!) command syntax to : a) download the full SQF tree from [URl].. b) maintain that tree WITHOUT having to download the whole dang thing again.
I'm 100% certain this is possible - that's exactly what source-code repository tools like subversion and git are supposed to do. But Git is complex and that site doesn't seem to have an obvious (to me) method of doing part b)
View 4 Replies
View Related
Mar 29, 2010
I was very happy to see that dzen2 is now available on SlackBuilds.org because now I can use XMonad to its fullest. Unfortunately, sbopkg is not able to download the source code for dzen2. This is probably because the source is hosted on Google Code, which requires the user to click a second download link for some reason. I downloaded the source and the SlackBuild manually and installed dzen2 that way, and that worked perfectly, but I would really prefer to have sbopkg manage updates for me. Is there any way I could get this working? Perhaps I could just download the source manually, place it in the appropriate directory, and let sbopkg build it and manage updates, but I don't know which directory the source would go in or if this would even work.
Here is the link to the SlackBuilds.org page for dzen2: [URL]
View 4 Replies
View Related
Jun 11, 2010
The default sourceforge mirror selected by wget or sbopkg is too slow for me. How do i set a different mirror permanently?
View 3 Replies
View Related
May 25, 2011
I need to build HDF library from sources. This library requires libjpeg-6b and won't compile with newer libjpeg-8 which already available.
Well, I download and install libjpeg-6b, but can't understand how to force use this library instead system default.
P.S.: I try to find any SlackBuilds for HDF4, but found them only for HDF5.
View 3 Replies
View Related
Mar 27, 2011
Just a question out of curiosity: Is there a build-queue that can be used with sbopkg to build a complete Slackware repository from scratch?Just asking, because the 32 bit version of Slackware is suited to run on older computers by compiling for i486 architecture. I want to know if it is possible to rebuild the complete repository with optimizations for newer architectures, so that the programs can make use of the features of newer processors, like MMX, SSE and so on.
View 7 Replies
View Related
Jul 1, 2011
I have a doubt wrt to installing "Q" files . I have cloned a repo from git ..Yesterday I tried to install Libre office using sbopkg..It began with the download and gave an error asking me to retry/abort or continue with the build due to some missing package..I presently have a folder "queues" in /var/lib/sbopkg..I also downloaded another repo and placed it another folder. The problem is that in SBOpkg it is picking up only from the queue folder in /var/lib/SBOpkg/Queues. I dont know how to point to the other folder in /home/downloads/queues/ (the second repo)..I thought of trying this as neither slackbuild or the first repo is working for installing libre office..The internet connectivity is ok!
View 5 Replies
View Related
May 22, 2011
Code:
Building flash-player-plugin
flash-player-plugin:
flash-player-plugin not found in /var/cache/sbopkg.
--2011-05-22 10:36:40-- http://fpdownload.macromedia.com/get/flashplayer/current/install_flash_player_10_linux.tar.gz
Resolving fpdownload.macromedia.com (fpdownload.macromedia.com)... 95.100.2.70
[Code]...
I tried three times, by removing /var/cache/sbopkg/install_flash_player_10_linux.tar.gz then start sbopkg again.
EDIT: I went to slackbuilds.org, downloaded flashplayer from there, and checked the md5sum. Still the same of course.
View 6 Replies
View Related
Jul 18, 2011
I am really enjoying recently slackware. Using slackpkg and sbopkg it is so easy to keep slackware running current. Sometimes I feel like a master of Linux, which is absolutely no true. Apart of some objectives I have regarding slackware's philosophy, I have this question please. I have about 8 packages installed via sbopkg. my question.
1)Is there a way to keep these packages updated via a program? (If not I guess I am obliged to check manually for each of them.) 2) Also, sometimes when we build a package via sbopkg it is necessary to build other packages. Is there an option to install via sbopkg and the package and its dependencies required through just one command?
View 8 Replies
View Related
May 27, 2010
Sbopkg 0.32.0 doesn't find slackbuilds 13.1 repository even though I have modified the sbopkg.conf. Is there going to be an updated sbopkg in the near future?
View 5 Replies
View Related
Feb 19, 2010
I am trying to get a listing of video information using ffmpeg or mplayer. I have found a way BUT it is only returning 1 piece of info..
Here is what I'm doing in PHP:
print exec("/usr/local/bin/mplayer -identify file.flv -ao null -vo null -frames 0 2>/dev/null | grep ^ID_");
But this will not provide an entire listing, it will only print out 1 thing such as:
ID_AUDIO_CODEC=mp3
I can specify what exactly I want to know something like:
print exec("/usr/local/bin/mplayer -identify file.flv -ao null -vo null -frames 0 2>/dev/null | grep ^ID_VIDEO_WIDTH");
but I want to just have all the info available at once instead of having to loop through like 20 times..
View 3 Replies
View Related
Mar 3, 2010
I recently upgraded my -current box, and now when I try to run sbopkg I get the exact error described in the following thread:[URL].. The error fwiw is as follows:
root@catbutt:~# sbopkg
ERROR
sbopkg: Invalid repository descriptor
Line
SBo 13.0 "SBo repository for Slackware 13.0" _SBo rsync slackbuilds.org::slackbuilds/13.0 GPG
of
/etc/sbopkg/repos.d/40-sbo.repo
specifies an unknown fetching tool (rsync).
seems likely given the discussion in that previous thread that the bash upgrade (to 4.1.002) in the recent -current onslaught is responsible?
View 6 Replies
View Related
Jan 2, 2011
Trying to get Midori browser from SBOpkg's and one of the dependencies is libsoup.configure: error: GLIB 2.21.3 or later is required to build libsoup.Anyone able to give me a pointer in the right direction to overcome this.
View 2 Replies
View Related
Mar 8, 2010
I'm having a problem compiling Blood Frontier on Slackware64-current. I believe this problem is also related to why I can't use make xconfig as well. Here is a bit of the error.
Code:
g++ -O2 -fPIC -Wall -fsigned-char -DINTERFACE -DIRC -Ishared -Iengine -Igame -Ienet/include -I/usr/X11R6/include `sdl-config --cflags` -o shared/cube.h.gch.tmp shared/cube.h
[code]....
View 6 Replies
View Related
Mar 18, 2010
I'm wondering if anyone distributes mplayer, mencoder, and ffmpeg, up-to-date builds of each and their associated dependencies (x264, faac, xvid, etc).I had to compile all that stuff myself and fought with it, and finally got it working.
If no one distributes latest builds, then I was thinking of going further with what I've done to help others: virtualbox lenny and automated compiles of all packages and putting up the builds, with latest revisions of mplayer and ffmpeg from their source code repos. Using LD_LIBRARY_PATH to isolate the build so any modern linux can run the produced binaries, with only glibc as a dependency.
View 3 Replies
View Related
May 11, 2010
I received a few updates today, one of which is mplayer. Now mplayer is broken and from what I can gather it's because it's incompatible with the version of ffmpeg I have installed. But the real problem is that mplayer and ffmpeg were originally installed from the debian-multimedia repo but the update for mplayer is from the debian repo. I can't go back because this new mplayer is dependent on libdirectfb-1.2-9 whereas mplayer from debian-multimedia is dependent on libdirectfb-1,2-0.
In case you want the error from mplayer:
mplayer: relocation error: mplayer: symbol codec_wav_tags, version LIBAVFORMAT_52 not defined in file libavformat.so.52 with link time reference
View 10 Replies
View Related
Apr 10, 2010
I'm doing a bit of housekeeping and tidying up of programs I no longer need/use, and as some of these were installed using sbopkg I thought I would also tidy those. However when attempting to view obsolete sources via the utilities sub-menu, sbopkg seems to crash to a cli interface from the ncurses one and spews continuously the error below. This thern continues until I CTRL+C the process which of course then leaves the sbopkg pid file still showing active in /var/run. Anyone else come across this, and a possible way to prevent it.
/usr/sbin/sbopkg: cannot make pipe for command substitution: Too many open files
stty: standard input: Bad file descriptor
/usr/sbin/sbopkg: line 569: read: read error: 0: Bad file descriptor
stty: standard input: Bad file descriptor
/usr/sbin/sbopkg: redirection error: cannot duplicate fd: Too many open files
View 1 Replies
View Related
Jul 3, 2011
The version of mencoder I currently have installed segfaults (immediately) when you ask it to convert x264-encoded MKVs to another format. One sample command-line would be:
Code:
mencoder -nosound -ovc libdv Puella_Magi_Madoka_Magica_720p_GG_-_06.mkv -o a.avi
This produces the following output:
Code:
MEncoder 20110702-4.5.2 (C) 2000-2011 MPlayer Team
success: format: 0 data: 0x0 - 0x1c43987e
libavformat file format detected.
[Code]...
Incidentally, I'm wondering if the version of FFMpeg that the MPlayer configure script downloads might be at fault. The slightly outdated FFMpeg I installed from SBo (6.1) does not crash when converting the same file. And no, I can't use either Alien Bob's Mplayer build or the MPlayer binaries included with Slackware. Neither is built against either libdv or x264. I need libdv as an output codec.
View 3 Replies
View Related
Jun 10, 2010
I'm trying the DVD authoring stuff on Slackware, so okay I have downloaded Tovid along with its dozens of dependencies that has their own dependencies and so on...Now, one of the dependency is x264 (for encoding H264/AVC video streams). I already have alien bob's VLC from the uk site (restricted packages) and I've read on his blog (if I'm not mistaken) that it has the H264 capability (don't know how to describe it ).Is there any chance that it will conflict with this x264 library?
View 2 Replies
View Related