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

For discussions about programming, programming questions/advice, and projects that don't really have anything to do with Puppy.
Post Reply
Message
Author
User avatar
sunburnt
Posts: 5090
Joined: Wed 08 Jun 2005, 23:11
Location: Arizona, U.S.A.

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

#1 Post 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.
Last edited by sunburnt on Wed 11 Nov 2009, 23:45, edited 2 times in total.

User avatar
lwill
Posts: 171
Joined: Fri 13 Jun 2008, 04:00
Location: City Of Lights
Contact:

#2 Post 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 \

User avatar
sunburnt
Posts: 5090
Joined: Wed 08 Jun 2005, 23:11
Location: Arizona, U.S.A.

#3 Post 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...

User avatar
sunburnt
Posts: 5090
Joined: Wed 08 Jun 2005, 23:11
Location: Arizona, U.S.A.

#4 Post by sunburnt »

Finally found it in one of the Unbuntu releases...
All dependencies are already in Dpup, probably any Puppy-4xx.

User avatar
sikpuppy
Posts: 415
Joined: Sun 29 Mar 2009, 05:54

#5 Post 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.
ASUS A1000, 800Mhz PIII Coppermine!, 192Mb RAM, 10Gb IBM Travelstar HDD, Build date August 2001.

Post Reply