FFmpeg (Lucid 528-004)

Audio editors, music players, video players, burning software, etc.
Post Reply
Message
Author
User avatar
chrome307
Posts: 708
Joined: Thu 15 Jan 2009, 11:00

FFmpeg (Lucid 528-004)

#1 Post by chrome307 »

Anyway here are some I have already compiled:

[EDIT - 5 April 2012 ]

Please install this pet first as it is the latest snapshot of x264 which is needed for the FFMpeg libraries - in my rush to upload the libraries, I mistakenly added it to the tools package :oops:

x264-snapshot-20120403-2245-i686.pet ( approx 1.4mb )

http://www.datafilehost.com/download-1aa260af.html


FFmpeg 0.10.2 "Freedom"

0.10.2 was released on 2012-03-17. It is the latest stable FFmpeg release from the 0.10 release branch, which was cut from master on 2012-01-26. Amongst lots of other changes, it includes all changes from ffmpeg-mt, libav master of 2012-01-26, libav 0.8.1 as of 2012-03-17.

Approx 6.2 mb FFMpeg-0.10.2-i686

http://www.datafilehost.com/download-b3e7fdf8.html

FFmpeg 0.9.1 "Harmony"

0.9.1 was released on 2012-01-05. It is the latest stable FFmpeg release from the 0.9 release branch, which was cut from master on 2011-12-11. Amongst lots of other changes, it includes all changes from ffmpeg-mt, libav master of 2011-12-11, libav 0.7.2 as of 2011-12-11.

Approx 6.1 mb: FFmpeg-0.9.1-i686

http://www.datafilehost.com/download-d57ead48.html

FFmpeg 0.8.10 "Love"

0.8.10 was released on 2012-01-12. It is a stable FFmpeg release from the 0.8 release branch, which was cut from master on 2011-06-21. Amongst lots of other changes, it includes all changes from ffmpeg-mt, libav master of 2011-06-21, libav 0.7.4 as of 2012-01-12.

Approx 5.6 mb: FFMpeg-0.8.10-i686

http://www.datafilehost.com/download-5023bd59.html

If you want to do this yourself in future .... here's some basic help!

Tools needed to compile the FFMpeg source code:

Image

Image

Image

Image

Approx 4mb:

http://www.datafilehost.com/download-d4df4147.html

Once all the applications are installed you can grab the FFMpeg Source Code from here:

http://ffmpeg.org/download.html

Download the source package and then extract, navigate to the extracted directory and copy and paste this into 'terminal'

./configure --prefix=/usr --cpu=i686 --enable-shared --enable-gpl --enable-nonfree --disable-ffplay --enable-x11grab --enable-small --enable-runtime-cpudetect --enable-libopencore-amrnb --enable-libopencore-amrwb --enable-libdc1394 --enable-libfaac --enable-libfreetype --enable-libmp3lame --enable-libschroedinger --enable-libspeex --enable-libvorbis --enable-libvpx --enable-libx264 --enable-libxvid --enable-zlib --enable-postproc --disable-debug --enable-bzlib --enable-version3 --enable-libtheora --enable-swscale --enable-network --enable-libcdio
Once that has all finished, in the same 'terminal', type in

make && make install
That's it!
Last edited by chrome307 on Thu 05 Apr 2012, 09:13, edited 1 time in total.

User avatar
666philb
Posts: 3615
Joined: Sun 07 Feb 2010, 12:27
Location: wales ... by the sea

#2 Post by 666philb »

hi chrome307

i haven't tested this yet, but have been looking for a new ffmpeg, as i believe the one used in lucid puppy is lacking something... it seems to me that the colours are at a low bit depth.

i was wondering if the line

Code: Select all

bitdepth     8
is the problem, and could signify a similar probem with yours?

or is this refering to something else?

cheers 666philb
Bionicpup64 built with bionic beaver packages http://murga-linux.com/puppy/viewtopic.php?t=114311
Xenialpup64, built with xenial xerus packages http://murga-linux.com/puppy/viewtopic.php?t=107331

Speedyluck
Posts: 49
Joined: Sat 30 Jan 2010, 19:25

#3 Post by Speedyluck »

Have you tried xbmc-11 ? is the best player and multimedia software, it has internal ffmpeg and vdpau-xvba support, but it need the vga card driver:

Image

http://www.puppylinux.it/programmi/xbmc-mediacenter/

User avatar
chrome307
Posts: 708
Joined: Thu 15 Jan 2009, 11:00

#4 Post by chrome307 »

@ 666philb
I'm not a home now, but I think the bit depth that your referring to is the maximum setting during compilation. However I will take another look at it but I'm pretty sure I'm right.

Looking at Lucid 528-004, FFMpeg is version 6 or 8?

[EDIT]

If you have time, grab the FFMpeg source ( whichever build ) here:

http://ffmpeg.org/download.html

and extract it ( provided you have devx running ), open up terminal and simply type in:

./configure -h

Once you see the contents in terminal, scroll down and you should find the 'bit depth = ' paramater, the maximum setting for this from memory is 8.

BTW the tools package contain:

YASM - which is a compiler
Libva - Hardware graphics acceleration
Libvpx - VP8 encoder/decoder
x264 - Latest snapshot of this codec 4 March 2012

User avatar
playdayz
Posts: 3799
Joined: Fri 25 Apr 2008, 18:57

#5 Post by playdayz »

Very cool chrome307.

666philb, The Pmusic upgrade for Lucid 528 has a later ffmpeg (0.8.9) than the default Lucid. Lupu Plus also has that newer ffmpeg.
Pmusic Upgrade -> ftp://distro.ibiblio.org/puppylinux/pet ... 28-005.pet

Lupu Plus -> http://www.murga-linux.com/puppy/viewto ... 973#613973

User avatar
chrome307
Posts: 708
Joined: Thu 15 Jan 2009, 11:00

#6 Post by chrome307 »

Thanks for the feedback :) ..... sorry about the delay in getting back to you had some time off for the Easter B/H

@666phil

The 'bit depth = 8' refers to the x264 codec.

[EDIT - AFAIK the bit depth refers to compression, most encodes appear to be 8, however I read somewhere if your encoding and bit depth is set at 10, that gives you better/faster compression )

I have uploaded this again with bit depth=10, let me know if this makes any difference to you.

Approx 1.6mb:

http://www.datafilehost.com/download-c34243cd.html

This is what I used to compile it:

/configure --prefix=/usr --enable-shared --enable-static --system-libx264 --enable-visualize --bit-depth=10 --chroma-format=all --enable-debug --enable-gprof --enable-strip --enable-pic
Image

Also compiled FFMpeg 10. using an AMD cpu if needed:

FFmpeg 0.10.2 "Freedom"

http://www.datafilehost.com/download-d129d124.html

Post Reply