[Lunar-commits] r22759 - in moonbase/trunk/zbeta: . mpgedit

Jan Eidtmann cmak at lunar-linux.org
Mon Dec 25 21:28:04 CET 2006


Author: cmak
Date: 2006-12-25 21:28:03 +0100 (Mon, 25 Dec 2006)
New Revision: 22759

Added:
   moonbase/trunk/zbeta/mpgedit/
   moonbase/trunk/zbeta/mpgedit/BUILD
   moonbase/trunk/zbeta/mpgedit/DETAILS
Log:
this lets you cut n stuff mp3 files without de/reencoding. nice. but i have no idea what it depends on so i put in into zbeta for now. may dig into this deeper later, but feel free to be first :)

Added: moonbase/trunk/zbeta/mpgedit/BUILD
===================================================================
--- moonbase/trunk/zbeta/mpgedit/BUILD	                        (rev 0)
+++ moonbase/trunk/zbeta/mpgedit/BUILD	2006-12-25 20:28:03 UTC (rev 22759)
@@ -0,0 +1,7 @@
+(
+
+  cp makefile.linux Makefile &&
+  sedit 's/install_root\=\/usr\/local/install_root\=\/usr/' install.sh &&
+  default_make
+
+) > $C_FIFO 2>&1

Added: moonbase/trunk/zbeta/mpgedit/DETAILS
===================================================================
--- moonbase/trunk/zbeta/mpgedit/DETAILS	                        (rev 0)
+++ moonbase/trunk/zbeta/mpgedit/DETAILS	2006-12-25 20:28:03 UTC (rev 22759)
@@ -0,0 +1,24 @@
+          MODULE=mpgedit
+         VERSION=cvs
+          SOURCE=$MODULE-$VERSION.tar.bz2
+      SOURCE_URL=cvs://:pserver:anonymous@mpgedit.org:/usr/local/cvsroot:mpgedit
+        WEB_SITE=http://www.mpgedit.org
+         ENTERED=20061225
+         UPDATED=20061225
+           SHORT="MPEG 1 layer 1/2/3, MPEG 2, and MPEG 2.5 audio file editor"
+cat << EOF
+mpgedit is an MPEG 1 layer 1/2/3 (mp3), MPEG 2, and MPEG 2.5 audio file editor
+that is capable of processing both Constant Bit Rate (CBR) and Variable Bit
+Rate (VBR) encoded files. mpgedit can cut an input MPEG file into one or more
+output files, as well as join one or more input MPEG files into a single output
+file. Since no file decoding / encoding occurs during editing, there is no
+audio quality loss when editing with mpgedit. When editing VBR files that have
+a XING header, mpgedit updates the output file's XING header information to
+reflect the new file size and average bit rate.
+
+mpgedit operates in two modes: a command line and a curses-based, full-screen
+interactive shell. All editing functionality is available in both modes. The
+chief advantage of the interactive mode comes when using the playback feature
+for selection and verification of edit begin and end times, which is more
+rapidly performed interactively.
+EOF



More information about the Lunar-commits mailing list