The FreeBSD Ports Archive

Freebsd | Contact
Welcome to FreeBSD Software


FreeBSD multimedia : mpegedit

A program to edit encoded mpeg streams

 mpeg_edit will edit and apply some effects to an already
encoded mpeg video stream.

The program has several bugs, but I've been able to use it.  Expect
core-dumps.  It has problems with displays >8 bits too.

eric.
erich@FreeBSD.org
 

http://www.netsw.org/graphic/movie/mpeg/mpegedit/



mpegedit history


v. 1.29
date: 2007/05/19 20:17:50;  author: flz;  state: Exp;  lines: +1 -0
- Welcome X.org 7.2 \o/.
- Set X11BASE to ${LOCALBASE} for recent ${OSVERSION}.
- Bump PORTREVISION for ports intalling files in ${X11BASE}.

v. 1.28 date: 2004/02/08 08:57:01; author: leeym; state: Exp; lines: +5 -9 add USE_GCC=2.95 and unbreak this port. replace pkg-plist with PORTDOCS and PLIST_FILES.
v. 1.27 date: 2003/06/04 22:43:32; author: kris; state: Exp; lines: +2 -2 Move inclusion of bsd.port.pre.mk later in the file for conditional BROKEN tag. Early inclusion caused problems for some ports, so to be safe I'm updating all of them. Pointy hat to: kris
v. 1.26 date: 2003/05/18 10:07:23; author: kris; state: Exp; lines: +7 -1 BROKEN on 5.1: bad C++
v. 1.25 date: 2003/04/04 01:38:38; author: lioux; state: Exp; lines: +1 -1 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)
v. 1.24 date: 2003/02/20 18:08:07; author: knu; state: Exp; lines: +1 -0 de-pkg-comment
v. 1.23 date: 2002/11/10 16:46:30; author: lioux; state: Exp; lines: +0 -2 o Rollback PORTCOMMENT modifications while this feature's implementation is better studied o Turn PORTCOMMENT variable in Makefile back into pkg-comment files Approved by: kris (portmgr hat), portmgr, re (silence)
v. 1.22 date: 2002/11/06 22:45:29; author: adamw; state: Exp; lines: +2 -0 Use PORTCOMMENT in the Makefile, and whack the pkg-comment. Approved by: pat
v. 1.21 date: 2002/09/29 08:07:45; author: ijliao; state: Exp; lines: +1 -1 find->${FIND},xargs->${XARGS} PR: 40791 Submitted by: Simon 'corecode' Schubert
v. 1.20 date: 2002/07/06 10:13:38; author: ijliao; state: Exp; lines: +1 -1 pbm -> netpbm lib name change PR: 40251, 40252, 40253, 40254 Submitted by: Edwin Groothuis
v. 1.19 date: 2001/12/08 02:27:14; author: pat; state: Exp; lines: +6 -6 Fix MASTER_SITES, Enforce DOCSDIR, and Quiet install PR: 32520 Submitted by: KATO Tsuguru
v. 1.18 date: 2001/04/13 15:09:13; author: tom; state: Exp; lines: +2 -2 Fix MASTER_SITES
v. 1.17 date: 2000/06/28 13:34:35; author: alex; state: Exp; lines: +16 -6 - Support CC/CXX/CFLAGS/CXXFLAGS/MAKE properly - Support NOPORTDOCS - Remove USE_GMAKE - Add WWW: line into pkg/DESCR - Add pnm.1 LIB_DEPENDS PR: 19344 Submitted by: KATO Tsuguru
v. 1.16 date: 2000/04/29 21:52:52; author: kris; state: Exp; lines: +2 -7 USE_X_PREFIX wasn't being set early enough due to a version check for old versions of 4.0-CURRENT. Remove the check and solve this. Noticed by: bento
v. 1.15 date: 2000/04/23 22:59:34; author: kris; state: Exp; lines: +2 -2 Revert erich's ports to ports@FreeBSD.org, as erich has been non-responsive for quite some time. If any non-committer wants to take over maintainership please let me know. Reviewed by: ports No response from: erich
v. 1.14 date: 2000/04/14 10:46:45; author: asami; state: Exp; lines: +4 -4 Convert to PORTNAME/PORTVERSION. lfview had an invalid version string so I fixed it.
v. 1.13 date: 2000/04/02 00:04:31; author: mharo; state: Exp; lines: +2 -2 netpnm moved to ${LOCALBASE}, update *_DEPENDS
v. 1.12 date: 2000/02/12 19:17:17; author: imura; state: Exp; lines: +2 -2 Fix new compiler error in -current. Submitted by: Alexander Langer All no response from: maintainer
v. 1.11 date: 1999/09/21 01:55:37; author: asami; state: Exp; lines: +2 -2 Fix BUILD_DEPENDS line, netpbm installs under ${X11BASE}.
v. 1.10 date: 1999/08/25 06:14:31; author: obrien; state: Exp; lines: +1 -1 Change Id->FreeBSD.
v. 1.9 date: 1999/06/22 16:55:16; author: steve; state: Exp; lines: +7 -2 This port doesn't build when the system compiler is egcs.
v. 1.8 date: 1998/10/13 03:16:33; author: jseger; state: Exp; lines: +2 -3 Unbreak for ELF. Submitted by: steve
v. 1.7 date: 1998/10/12 01:08:23; author: jseger; state: Exp; lines: +3 -1 Mark BROKEN for ELF: g++ -O -I/usr/X11R6/include -o mpeg_edit main.o globals/version.o editor/editor.a ui/ui.a MpegCodec/mpeg.a -L/usr/X11R6/lib -lXext -lX11 -lpnm -lppm -lpbm -lpgm -lm cc: editor/editor.a: No such file or directory cc: ui/ui.a: No such file or directory cc: MpegCodec/mpeg.a: No such file or directory
v. 1.6 date: 1998/08/05 09:31:13; author: asami; state: Exp; lines: +2 -2 Rename all USE_X11 to USE_X_PREFIX. Requires 1.279 (3.0-current) or 1.227.2.41 (2.2-stable) of bsd.port.mk for this to be interpreted correctly.
v. 1.5 date: 1997/08/11 14:53:41; author: erich; state: Exp; lines: +2 -2 fix MASTER_SITES
v. 1.4 date: 1996/11/20 12:50:36; author: asami; state: Exp; lines: +3 -1 Add BUILD_DEPENDS to netpbm.
v. 1.3 date: 1996/11/18 11:28:48; author: asami; state: Exp; lines: +2 -2 Use MAN? macros. CATEGORIES+= -> CATEGORIES.
v. 1.2 date: 1996/08/02 07:43:06; author: asami; state: Exp; lines: +3 -2 Just a little variable reordering (USE_X11 is after MAINTAINER).
v. 1.1 date: 1996/08/01 20:11:56; author: erich; state: Exp; branches: 1.1.1; Initial revision
v. 1.1.1.1 date: 1996/08/01 20:11:56; author: erich; state: Exp; lines: +0 -0 new port for mpegedit. ============================================================================= v. 1.29 date: 2007/05/19 20:17:50; author: flz; state: Exp; lines: +1 -0 - Welcome X.org 7.2 \o/. - Set X11BASE to ${LOCALBASE} for recent ${OSVERSION}. - Bump PORTREVISION for ports intalling files in ${X11BASE}.
v. 1.28 date: 2004/02/08 08:57:01; author: leeym; state: Exp; lines: +5 -9 add USE_GCC=2.95 and unbreak this port. replace pkg-plist with PORTDOCS and PLIST_FILES.
v. 1.27 date: 2003/06/04 22:43:32; author: kris; state: Exp; lines: +2 -2 Move inclusion of bsd.port.pre.mk later in the file for conditional BROKEN tag. Early inclusion caused problems for some ports, so to be safe I'm updating all of them. Pointy hat to: kris
v. 1.26 date: 2003/05/18 10:07:23; author: kris; state: Exp; lines: +7 -1 BROKEN on 5.1: bad C++
v. 1.25 date: 2003/04/04 01:38:38; author: lioux; state: Exp; lines: +1 -1 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)
v. 1.24 date: 2003/02/20 18:08:07; author: knu; state: Exp; lines: +1 -0 de-pkg-comment
v. 1.23 date: 2002/11/10 16:46:30; author: lioux; state: Exp; lines: +0 -2 o Rollback PORTCOMMENT modifications while this feature's implementation is better studied o Turn PORTCOMMENT variable in Makefile back into pkg-comment files Approved by: kris (portmgr hat), portmgr, re (silence)
v. 1.22 date: 2002/11/06 22:45:29; author: adamw; state: Exp; lines: +2 -0 Use PORTCOMMENT in the Makefile, and whack the pkg-comment. Approved by: pat
v. 1.21 date: 2002/09/29 08:07:45; author: ijliao; state: Exp; lines: +1 -1 find->${FIND},xargs->${XARGS} PR: 40791 Submitted by: Simon 'corecode' Schubert
v. 1.20 date: 2002/07/06 10:13:38; author: ijliao; state: Exp; lines: +1 -1 pbm -> netpbm lib name change PR: 40251, 40252, 40253, 40254 Submitted by: Edwin Groothuis
v. 1.19 date: 2001/12/08 02:27:14; author: pat; state: Exp; lines: +6 -6 Fix MASTER_SITES, Enforce DOCSDIR, and Quiet install PR: 32520 Submitted by: KATO Tsuguru
v. 1.18 date: 2001/04/13 15:09:13; author: tom; state: Exp; lines: +2 -2 Fix MASTER_SITES
v. 1.17 date: 2000/06/28 13:34:35; author: alex; state: Exp; lines: +16 -6 - Support CC/CXX/CFLAGS/CXXFLAGS/MAKE properly - Support NOPORTDOCS - Remove USE_GMAKE - Add WWW: line into pkg/DESCR - Add pnm.1 LIB_DEPENDS PR: 19344 Submitted by: KATO Tsuguru
v. 1.16 date: 2000/04/29 21:52:52; author: kris; state: Exp; lines: +2 -7 USE_X_PREFIX wasn't being set early enough due to a version check for old versions of 4.0-CURRENT. Remove the check and solve this. Noticed by: bento
v. 1.15 date: 2000/04/23 22:59:34; author: kris; state: Exp; lines: +2 -2 Revert erich's ports to ports@FreeBSD.org, as erich has been non-responsive for quite some time. If any non-committer wants to take over maintainership please let me know. Reviewed by: ports No response from: erich
v. 1.14 date: 2000/04/14 10:46:45; author: asami; state: Exp; lines: +4 -4 Convert to PORTNAME/PORTVERSION. lfview had an invalid version string so I fixed it.
v. 1.13 date: 2000/04/02 00:04:31; author: mharo; state: Exp; lines: +2 -2 netpnm moved to ${LOCALBASE}, update *_DEPENDS
v. 1.12 date: 2000/02/12 19:17:17; author: imura; state: Exp; lines: +2 -2 Fix new compiler error in -current. Submitted by: Alexander Langer All no response from: maintainer
v. 1.11 date: 1999/09/21 01:55:37; author: asami; state: Exp; lines: +2 -2 Fix BUILD_DEPENDS line, netpbm installs under ${X11BASE}.
v. 1.10 date: 1999/08/25 06:14:31; author: obrien; state: Exp; lines: +1 -1 Change Id->FreeBSD.
v. 1.9 date: 1999/06/22 16:55:16; author: steve; state: Exp; lines: +7 -2 This port doesn't build when the system compiler is egcs.
v. 1.8 date: 1998/10/13 03:16:33; author: jseger; state: Exp; lines: +2 -3 Unbreak for ELF. Submitted by: steve
v. 1.7 date: 1998/10/12 01:08:23; author: jseger; state: Exp; lines: +3 -1 Mark BROKEN for ELF: g++ -O -I/usr/X11R6/include -o mpeg_edit main.o globals/version.o editor/editor.a ui/ui.a MpegCodec/mpeg.a -L/usr/X11R6/lib -lXext -lX11 -lpnm -lppm -lpbm -lpgm -lm cc: editor/editor.a: No such file or directory cc: ui/ui.a: No such file or directory cc: MpegCodec/mpeg.a: No such file or directory
v. 1.6 date: 1998/08/05 09:31:13; author: asami; state: Exp; lines: +2 -2 Rename all USE_X11 to USE_X_PREFIX. Requires 1.279 (3.0-current) or 1.227.2.41 (2.2-stable) of bsd.port.mk for this to be interpreted correctly.
v. 1.5 date: 1997/08/11 14:53:41; author: erich; state: Exp; lines: +2 -2 fix MASTER_SITES
v. 1.4 date: 1996/11/20 12:50:36; author: asami; state: Exp; lines: +3 -1 Add BUILD_DEPENDS to netpbm.
v. 1.3 date: 1996/11/18 11:28:48; author: asami; state: Exp; lines: +2 -2 Use MAN? macros. CATEGORIES+= -> CATEGORIES.
v. 1.2 date: 1996/08/02 07:43:06; author: asami; state: Exp; lines: +3 -2 Just a little variable reordering (USE_X11 is after MAINTAINER).
v. 1.1 date: 1996/08/01 20:11:56; author: erich; state: Exp; branches: 1.1.1; Initial revision
v. 1.1.1.1 date: 1996/08/01 20:11:56; author: erich; state: Exp; lines: +0 -0 new port for mpegedit. ============================================================================= v. 1.29 date: 2007/05/19 20:17:50; author: flz; state: Exp; lines: +1 -0 - Welcome X.org 7.2 \o/. - Set X11BASE to ${LOCALBASE} for recent ${OSVERSION}. - Bump PORTREVISION for ports intalling files in ${X11BASE}.
v. 1.28 date: 2004/02/08 08:57:01; author: leeym; state: Exp; lines: +5 -9 add USE_GCC=2.95 and unbreak this port. replace pkg-plist with PORTDOCS and PLIST_FILES.
v. 1.27 date: 2003/06/04 22:43:32; author: kris; state: Exp; lines: +2 -2 Move inclusion of bsd.port.pre.mk later in the file for conditional BROKEN tag. Early inclusion caused problems for some ports, so to be safe I'm updating all of them. Pointy hat to: kris
v. 1.26 date: 2003/05/18 10:07:23; author: kris; state: Exp; lines: +7 -1 BROKEN on 5.1: bad C++
v. 1.25 date: 2003/04/04 01:38:38; author: lioux; state: Exp; lines: +1 -1 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)
v. 1.24 date: 2003/02/20 18:08:07; author: knu; state: Exp; lines: +1 -0 de-pkg-comment
v. 1.23 date: 2002/11/10 16:46:30; author: lioux; state: Exp; lines: +0 -2 o Rollback PORTCOMMENT modifications while this feature's implementation is better studied o Turn PORTCOMMENT variable in Makefile back into pkg-comment files Approved by: kris (portmgr hat), portmgr, re (silence)
v. 1.22 date: 2002/11/06 22:45:29; author: adamw; state: Exp; lines: +2 -0 Use PORTCOMMENT in the Makefile, and whack the pkg-comment. Approved by: pat
v. 1.21 date: 2002/09/29 08:07:45; author: ijliao; state: Exp; lines: +1 -1 find->${FIND},xargs->${XARGS} PR: 40791 Submitted by: Simon 'corecode' Schubert
v. 1.20 date: 2002/07/06 10:13:38; author: ijliao; state: Exp; lines: +1 -1 pbm -> netpbm lib name change PR: 40251, 40252, 40253, 40254 Submitted by: Edwin Groothuis
v. 1.19 date: 2001/12/08 02:27:14; author: pat; state: Exp; lines: +6 -6 Fix MASTER_SITES, Enforce DOCSDIR, and Quiet install PR: 32520 Submitted by: KATO Tsuguru
v. 1.18 date: 2001/04/13 15:09:13; author: tom; state: Exp; lines: +2 -2 Fix MASTER_SITES
v. 1.17 date: 2000/06/28 13:34:35; author: alex; state: Exp; lines: +16 -6 - Support CC/CXX/CFLAGS/CXXFLAGS/MAKE properly - Support NOPORTDOCS - Remove USE_GMAKE - Add WWW: line into pkg/DESCR - Add pnm.1 LIB_DEPENDS PR: 19344 Submitted by: KATO Tsuguru
v. 1.16 date: 2000/04/29 21:52:52; author: kris; state: Exp; lines: +2 -7 USE_X_PREFIX wasn't being set early enough due to a version check for old versions of 4.0-CURRENT. Remove the check and solve this. Noticed by: bento
v. 1.15 date: 2000/04/23 22:59:34; author: kris; state: Exp; lines: +2 -2 Revert erich's ports to ports@FreeBSD.org, as erich has been non-responsive for quite some time. If any non-committer wants to take over maintainership please let me know. Reviewed by: ports No response from: erich
v. 1.14 date: 2000/04/14 10:46:45; author: asami; state: Exp; lines: +4 -4 Convert to PORTNAME/PORTVERSION. lfview had an invalid version string so I fixed it.
v. 1.13 date: 2000/04/02 00:04:31; author: mharo; state: Exp; lines: +2 -2 netpnm moved to ${LOCALBASE}, update *_DEPENDS
v. 1.12 date: 2000/02/12 19:17:17; author: imura; state: Exp; lines: +2 -2 Fix new compiler error in -current. Submitted by: Alexander Langer All no response from: maintainer
v. 1.11 date: 1999/09/21 01:55:37; author: asami; state: Exp; lines: +2 -2 Fix BUILD_DEPENDS line, netpbm installs under ${X11BASE}.
v. 1.10 date: 1999/08/25 06:14:31; author: obrien; state: Exp; lines: +1 -1 Change Id->FreeBSD.
v. 1.9 date: 1999/06/22 16:55:16; author: steve; state: Exp; lines: +7 -2 This port doesn't build when the system compiler is egcs.
v. 1.8 date: 1998/10/13 03:16:33; author: jseger; state: Exp; lines: +2 -3 Unbreak for ELF. Submitted by: steve
v. 1.7 date: 1998/10/12 01:08:23; author: jseger; state: Exp; lines: +3 -1 Mark BROKEN for ELF: g++ -O -I/usr/X11R6/include -o mpeg_edit main.o globals/version.o editor/editor.a ui/ui.a MpegCodec/mpeg.a -L/usr/X11R6/lib -lXext -lX11 -lpnm -lppm -lpbm -lpgm -lm cc: editor/editor.a: No such file or directory cc: ui/ui.a: No such file or directory cc: MpegCodec/mpeg.a: No such file or directory
v. 1.6 date: 1998/08/05 09:31:13; author: asami; state: Exp; lines: +2 -2 Rename all USE_X11 to USE_X_PREFIX. Requires 1.279 (3.0-current) or 1.227.2.41 (2.2-stable) of bsd.port.mk for this to be interpreted correctly.
v. 1.5 date: 1997/08/11 14:53:41; author: erich; state: Exp; lines: +2 -2 fix MASTER_SITES
v. 1.4 date: 1996/11/20 12:50:36; author: asami; state: Exp; lines: +3 -1 Add BUILD_DEPENDS to netpbm.
v. 1.3 date: 1996/11/18 11:28:48; author: asami; state: Exp; lines: +2 -2 Use MAN? macros. CATEGORIES+= -> CATEGORIES.
v. 1.2 date: 1996/08/02 07:43:06; author: asami; state: Exp; lines: +3 -2 Just a little variable reordering (USE_X11 is after MAINTAINER).
v. 1.1 date: 1996/08/01 20:11:56; author: erich; state: Exp; branches: 1.1.1; Initial revision
v. 1.1.1.1 date: 1996/08/01 20:11:56; author: erich; state: Exp; lines: +0 -0 new port for mpegedit. =============================================================================



Main menu

FreeBSD

Program categories

Freebsd accessibility
Freebsd archivers
Freebsd astro
Freebsd audio
Freebsd benchmarks
Freebsd biology
Freebsd cad
Freebsd chinese
Freebsd comms
Freebsd converters
Freebsd databases
Freebsd deskutils
Freebsd devel
Freebsd dns
Freebsd editors
Freebsd emulators
Freebsd finance
Freebsd french
Freebsd ftp
Freebsd games
Freebsd german
Freebsd graphics
Freebsd hebrew
Freebsd hungarian
Freebsd irc
Freebsd japanese
Freebsd java
Freebsd korean
Freebsd lang
Freebsd mail
Freebsd math
Freebsd mbone
Freebsd misc
Freebsd multimedia
Freebsd net
Freebsd net-im
Freebsd net-mgmt
Freebsd net-p2p
Freebsd news
Freebsd palm
Freebsd polish
Freebsd ports-mgmt
Freebsd portuguese
Freebsd print
Freebsd russian
Freebsd science
Freebsd security
Freebsd shells
Freebsd sysutils
Freebsd textproc
Freebsd ukrainian
Freebsd vietnamese
Freebsd www
Freebsd x11
Freebsd x11-clocks
Freebsd x11-drivers
Freebsd x11-fm
Freebsd x11-fonts
Freebsd x11-servers
Freebsd x11-themes
Freebsd x11-toolkits
Freebsd x11-wm