Port details |
- transcode Text-console utility for video stream processing
- 1.1.7_51 multimedia
=44 1.1.7_51Version of this port present on the latest quarterly branch.
- BROKEN: depends on removed libav audio resample functions
DEPRECATED: abandoned by upstream and does not build This port expired on: 2023-03-31 IGNORE: is marked as broken: depends on removed libav audio resample functions
- Maintainer: se@FreeBSD.org
- Port Added: 2003-04-04 01:39:14
- Last Update: 2023-03-30 23:59:51
- Commit Hash: 450bb37
- People watching this port, also watch:: mplayer, libdvdread, gtk2, gettext, gmake
- License: GPLv2
- WWW:
- https://www.transcoding.org/
- Description:
- transcode is a text-console utility for video stream processing,
running on a platform that supports shared libraries and threads.
Decoding and encoding is done by loading modules that are responsible
for feeding transcode with raw video/audio streams (import modules)
and encoding the frames (export modules).
It supports elementary video and audio frame transformations,
including de-interlacing or fast resizing of video frames and loading
of external filters. A number of modules are included to enable
import of DVDs on-the-fly, MPEG elementary (ES) or program streams
(VOB), MPEG video, Digital Video (DV), YUV4MPEG streams, NuppelVideo
file format and raw or compressed (pass-through) video frames and
export modules for writing DivX;-), OpenDivX, DivX 4.xx or uncompressed
AVI files with MPEG, AC3 (pass-through) or PCM audio. Additional
export modules to write single frames (PPM) or YUV4MPEG streams are
available, as well as an interface import module to the avifile
library. Its modular concept is intended to provide flexibility
and easy user extensibility to include other video/audio codecs or
file types.
- ¦ ¦ ¦ ¦
- Manual pages:
-
- pkg-plist: as obtained via:
make generate-plist - Dependency lines:
-
- transcode>0:multimedia/transcode
- No installation instructions:
- This port has been deleted.
- PKGNAME: transcode
- Flavors: there is no flavor information for this port.
- distinfo:
- TIMESTAMP = 1675976910
SHA256 (wyyrepo-transcode-1.1.7-474090a_GH0.tar.gz) = 028c9a2dd9070c556cc056530177ca78020fe0c96ada81d95aaa23a28a6c3f65
SIZE (wyyrepo-transcode-1.1.7-474090a_GH0.tar.gz) = 2584504
No package information for this port in our database- Sometimes this happens. Not all ports have packages. Perhaps there is a build error. Check the fallout link:
- Dependencies
- NOTE: FreshPorts displays only information on required and default dependencies. Optional dependencies are not covered.
- Build dependencies:
-
- gmake>=4.3 : devel/gmake
- pkgconf>=1.3.0_1 : devel/pkgconf
- Library dependencies:
-
- libavcodec.so : multimedia/ffmpeg
- libdvdread.so : multimedia/libdvdread
- libmp3lame.so : audio/lame
- libintl.so : devel/gettext-runtime
- libjpeg.so : graphics/jpeg-turbo
- NOTE: dependencies for deleted ports are notoriously suspect
- This port is required by:
- for Build
-
Deleted ports which required this port:
- for Run
-
Deleted ports which required this port:
- * - deleted ports are only shown under the This port is required by section. It was harder to do for the Required section. Perhaps later...
Configuration Options:
- ===> The following configuration options are available for transcode-1.1.7_51:
A52=off: AC-3 support via liba52
BKTR=off: Bktr capture card support
DOCS=on: Build and/or install documentation
DV=off: Quasar DV video codec support (libdv)
DVDREAD=on: Libdvdread support
FAAC=off: FAAC AAC encoder support
FREETYPE=off: TrueType font rendering support
ICONV=on: Encoding conversion support via iconv
IMAGEMAGICK=off: ImageMagick image processing support
JPEG=on: JPEG image format support
LAME=on: LAME MP3 audio encoder support
LIBXML2=off: XML parser support via libxml2
LZO=off: LZO compression support
MJPEGTOOLS=off: MJPEG Tools support
MPEG2=off: MPEG-2 video support via libmpeg2
OGG=off: Ogg media format support
OPTIMIZED_CFLAGS=off: Use extra compiler optimizations
POSTPROC=off: Libpostproc support
QUICKTIME=off: QuickTime media support
SDL=off: Simple Direct Media Layer support
THEORA=off: Ogg Theora video codec support
V4L=off: Video 4 Linux support
VORBIS=off: Ogg Vorbis audio codec support
X11=off: X11 (graphics) support
X264=off: H.264 video codec support via x264
XVID=off: Xvid MPEG-4 video codec support
===> Use 'make config' to modify these settings
- Options name:
- multimedia_transcode
- USES:
- gmake libtool pkgconfig tar:bzip2 gettext-runtime iconv jpeg
- FreshPorts was unable to extract/find any pkg message
- Master Sites:
|
Commit History - (may be incomplete: for full details, see links to repositories near top of page) |
Commit | Credits | Log message |
0.6.12_1 11 Jun 2004 21:48:50 |
lofi |
Update XviD to version 1.0.1, chase shared library bump through dependencies,
disable xvid support in avifile and bump PORTREVISION in transcode for
added dependency on xvid4conf. |
0.6.12 05 Jun 2004 16:20:23 |
pav |
- Install pgm2txt in WITH_SUBRIP case
PR: ports/66856
Submitted by: Lewis Thompson <purple@lewiz.net>
Approved by: maintainer timeout (2 weeks) |
0.6.12 14 Mar 2004 18:04:30 |
pav |
- Chase libdv shlib version
Pointy hat to: lioux |
0.6.12 14 Mar 2004 06:17:56 |
ade |
Whoa there, boy, that's a mighty big commit y'all have there...
Begin autotools sanitization sequence by requiring ports to explicitly
specify which version of {libtool,autoconf,automake} they need, erasing
the concept of a "system default".
For ports-in-waiting:
USE_LIBTOOL=YES -> USE_LIBTOOL_VER=13
USE_AUTOCONF=YES -> USE_AUTOCONF_VER=213
USE_AUTOMAKE=YES -> USE_AUTOMAKE_VER=14
Ports attempting to use the old style system after June 1st 2004 will be
sorely disappointed. |
0.6.12 08 Mar 2004 01:01:31 |
edwin |
Properly use SDL everywhere:
USE_SDL=yes -> USE_SDL=sdl (good examles everywhere)
WANT_SDL/HAVE_SDL instead of exists(localbase/lib/lib...)
See
http://www.freebsd.org/doc/en_US.ISO8859-1/books/porters-handbook/using-sdl.html
for more information on how to use USE_SDL, WANT_SDL and HAVE_SDL.
PR: follow-ups of ports/55494, ports/61877
Submitted by: Edwin Groothuis <edwin@mavetju.org> |
0.6.12 26 Feb 2004 17:58:26 |
pav |
- Update to 0.6.12
- Add WITH_LIBTHEORA knob (submitted by Michael Johnson)
- Don't build WITH_NASM if it's installed
PR: ports/63402
Submitted by: Hendrik Scholz <hendrik@scholz.net> (maintainer) |
0.6.10_1 25 Feb 2004 10:43:17 |
kris |
BROKEN on !i386: Does not compile |
0.6.10_1 04 Feb 2004 05:10:27 |
marcus |
Bump PORTREVISION on all ports that depend on gettext to aid with upgrading.
(Part 1) |
0.6.10 20 Dec 2003 16:37:57 |
naddy |
Catch up with libogg/libvorbis version bump. |
0.6.10 15 Oct 2003 22:49:33 |
krion |
- Update to version 0.6.10
- Fix libxvidcore.so problem reported by several users.
PR: 58031
Submitted by: maintainer |
0.6.9_1 04 Oct 2003 16:36:19 |
nork |
Chase lib version change of graphics/ImageMagick.
Bump PORTREVISION acordingly. |
0.6.9 30 Aug 2003 20:57:34 |
krion |
- Update to version 0.6.9
PR: 56207
Submitted by: Hendrik Scholz <hendrik@scholz.net> (maintainer) |
0.6.8_1 12 Aug 2003 22:27:30 |
lofi |
Update xvid to latest release and chase library dependencies in ports
that depend on it.
Approved by: arved (Mentor) |
0.6.8_1 14 Jul 2003 02:53:03 |
sf |
get rid of libgnugetopt dependency for -CURRENT,
use USE_GETOPT_LONG instead. |
0.6.8 10 Jul 2003 08:55:16 |
nork |
Update to 0.6.8.
PR: ports/54311
Submitted by: Hendrik Scholz <hendrik@scholz.net> (maintainer) |
0.6.7_1 19 Jun 2003 09:08:01 |
daichi |
multimedia/transcode: add experimental DivX 5 support
PR: 53430
Submitted by: Hendrik Scholz <hendrik@scholz.net> (maintainer) |
0.6.7 09 Jun 2003 11:46:13 |
oliver |
Readd a patch which got removed but is still needed for the WITH_SUBRIP knob
PR: ports/53085 |
0.6.7 04 Jun 2003 16:56:43 |
adamw |
Update to 0.6.7.
PR: ports/52837
Submitted by: Hendrik Scholz <hendrik@scholz.net> (maintainer) |
0.6.7 04 Jun 2003 16:55:25 |
adamw |
Update to 0.6.7.
PR: ports/52837
Submitted by: Hendrik Scholz <hendrik@scholz.net> (maintainer) |
0.6.4 07 May 2003 13:55:58 |
arved |
Unbreak by fixing pkg-plist:
1) preview filter needs libdv, so add %%WITH_LIBDV%%
2) remove %%WITH_OGG%% for the ogg import/export filters since
transcode builds the modules anyway. `strings export_ogg` reveals
that ogg shell tools are used but their existance is not tested.
PR: 51917
Submitted by: Hendrik Scholz <hendrik@scholz.net> |
0.6.4 07 May 2003 00:00:54 |
kris |
BROKEN: Broken pkg-plist |
0.6.4 20 Apr 2003 19:35:03 |
marcus |
Remove USE_GNOMENG. |
0.6.4 16 Apr 2003 10:08:56 |
arved |
Fix pkg-plist. 3 files are only installed in the WITH_XVID case.
Submitted by: maintainer
Reported by: kris |
0.6.4 07 Apr 2003 22:11:25 |
kris |
Correct typo in PLIST_SUB |
0.6.4 05 Apr 2003 22:53:51 |
arved |
Update to 0.6.4
Changes:
- update MASTER_SITES since the maintainer changed
- add %%WITH_NASM%% knob to Makefile and pkg-plist to honor WITH_NASM
option correctly. Attention: WITH_NASM gets set if bin/nasm is
found but this may not be enough for transcode as nasm >= 0.98.34
is needed. Checking for bin/nasm-0.98.35 might be a way of achieving
this but leads to more work when updating nasm itself.
- add WITH_SUBRIP knob suggested by Michael Nottebrock in
ports/47923 and implemented in ports/48649.
- incorporate dvd_reader.c patch by Atte Peltomaeki which has already
been added in ports/48649
- remove the transcode.c patch from ports/48649 since it made its way
into the main distribution
- add threading patch by Andriy Gapon in ports/48126
- pkg-plist update
PR: 50377
Submitted by: maintainer |
0.6.3 04 Apr 2003 01:38:40 |
lioux |
After repo copy from graphics category to newly create multimedia
one, update all appropriate references: *_DEPENDS, CATEGORIES
Repo copied by: cvs (joe)
Approved by: portmgr (self & no objections) |