Page 1 of 1

Transcode binary package for Puppy? ( Found...)

Posted: Wed 11 Nov 2009, 20:19
by sunburnt
The transcode package has a utility in it called avimerge.
It joins separate video files into one and can mux in audio too.
ffmpeg will join video but needs pipes and lots of fancy dancing,
but it only seems to work CLI in rxvt and it won`t work in a script.

As usual I looked on debian.org for a binary but to my surprise there was none.
This is one of the few examples I haven`t found what I wanted at debian.org

Ubuntu only had ONE package in the Video section! That`s just SICK!!!
Interestingly... Ubuntu`s package main page is identical to Debians...
I haven`t bothered to look at RPM files, they seem to have problems in Puppy.

Posted: Wed 11 Nov 2009, 21:20
by lwill
edit:

Upon further investigation I found this for Debian:

http://www.debian-multimedia.org/dists/ ... nscode.php

I found this from MythTV wiki where I find a lot of good video info.
/edit

There is a Fedora RPM at atrpms.net.
From my past experience, they tend to have fully enabled builds, so there may be a lot of dependencies.

Here is a list of what it was built with from the .spec file:

#BuildRequires: autoconf, libtool
#BuildRequires: libtool-ltdl-devel
BuildRequires: gcc-c++
BuildRequires: ffmpeg-devel >= 0.4.9
#BuildRequires: libpostproc-devel
BuildRequires: libmpeg2-devel
#BuildRequires: divx4linux-devel
BuildRequires: xvidcore-devel
BuildRequires: freetype-devel >= 2.0
#BuildRequires: avifile-devel >= 0.7.25
BuildRequires: lame-devel >= 3.89
BuildRequires: libogg-devel
BuildRequires: libvorbis-devel
BuildRequires: libtheora-devel
BuildRequires: libdvdread-devel
BuildRequires: libdv-devel
BuildRequires: libquicktime-devel >= 0.9.8
#BuildRequires: openquicktime-devel
BuildRequires: lzo-devel >= 2
BuildRequires: a52dec-devel >= 0.7.3
BuildRequires: libmpeg3-devel
BuildRequires: libxml2-devel
BuildRequires: mjpegtools-devel
BuildRequires: SDL-devel, libXv-devel, libjpeg-devel, libpng-devel
BuildRequires: libXaw-devel, libXpm-devel
BuildRequires: /usr/bin/gtk-config
BuildRequires: libfame-devel
%{?with_imagemagick:BuildRequires: ImageMagick-devel >= 5.4.3}
BuildRequires: libexif-devel, libtiff-devel, bzip2-devel

#BuildRequires: glib-devel
BuildRequires: zlib-devel
#BuildRequires: nasm
BuildRequires: alsa-lib-devel

And its .config options:

%configure --disable-static --disable-dependency-tracking \
--enable-ffmpeg \
--enable-libavcodec \
--enable-libavformat \
--enable-libmpeg2 \
--enable-statbuffer \
--enable-v4l \
--enable-alsa \
--enable-libpostproc \
--enable-freetype2 \
--enable-lame \
--enable-xvid \
--enable-x264 \
--enable-ogg \
--enable-vorbis \
--enable-theora \
--enable-libdvdread \
--enable-libdv \
--enable-libquicktime \
--enable-lzo --with-lzo-includes=%{_includedir}/lzo \
--enable-a52 \
--enable-faac \
--enable-libxml2 \
--enable-mjpegtools \
--enable-sdl \
%{?with_imagemagick:--enable-imagemagick} \
--enable-libjpeg \
--enable-iconv \
--enable-nuv \
\
--with-x \
--with-mod-path=%{_libdir}/transcode \

Posted: Wed 11 Nov 2009, 22:03
by sunburnt
Iwill; I found that too, but if you try to download anything it just leads you in a loop.
The main Debian repository of packages doesn`t have transcode.

I hoped someone had a binary file I could get, and maybe dependancies...

Posted: Wed 11 Nov 2009, 23:44
by sunburnt
Finally found it in one of the Unbuntu releases...
All dependencies are already in Dpup, probably any Puppy-4xx.

Posted: Thu 12 Nov 2009, 06:59
by sikpuppy
Try this. It includes a compile of FFMPEG checkout from 17th October 2009, libmpeg, and the Transcode CLI program.

It should work on Puppy 4.3.1, but I wouldn't be surprised if it works on any Puppy from 4.x onwards.

Transcode 1.1.4

Use this: click if you have issues using skydrive.