|
84739 packages online
|
|
|
|
mus/misc/cutmp3-bin-m68k.lha |
|
No screenshot available
|
|
IF YOU WANT MORE GEEKY PROGGIES FOR YOUR AMIGA THEN VISIT
http://willthissurvive.ath.cx AND LEAVE YOUR MARK THERE!
cutmp3-1.9.2
-------------
This is very powerful mpeg audio cropping tool(operates on frames!), it can be
used from under the command line or interactively(readline + termcap), It does
supports CBR and VBR mpegs! There is a lot of tricks possible, read the 'USAGE'.
---
NOTES:
[*]
Requires 68000, OS 2.04+, 512 kib of free memory, lots of disk space if cropping
large files, ixemul 48+ and 'sh'(must be made resident to make 'system()' happy).
[*]
68000 version uses statically linked math functions, while 68020 version
depends on your 'mathieee...' setup, so it may turn out that the 68000
is faster than 68020 on your 020+ if your math libraries are old.
[*]
If in interactive mode then it needs 'TMP:'(it is hardcoded in a program and i wasnt
touching it) assign, but dont assign it to 'RAM:T/' - its a bad idea! Try this:
> assign tmp: sys:gg/tmp
or point it to some other drawer on your hard disk.
[*]
Code has been altered! I have fixed terminal deinitialization as the program
was not restoring it at exit. There are also two environment variables added:
CUTMP3PLAYER - allows to specify your favourite player and its options
(default: '/c/mpega -m -u -D -r -T -N -w -q0 -f1 -F11050')
CUTMP3REDIR - allows to specify where to redirect the output of the player
(default: '' - empty = same shell/window)
Vars will be (re)read only in interactive mode and yes they must contain unixish
paths except for the player internals if it is native Amiga program(like 'mpega').
This is because player is handled by the 'system()' function which uses 'sh'.
Redirection char is required in 'CUTMP3REDIR' i have left the possibility
to specify any redirection scheme, cuz you never know where you want to redirect
and how. Refer to 'korn shell' manual pages on how to use advanced redirection.
You can easily redirect output from player to a file(scheme -i + -O activates
interactive mode):
> set CUTMP3REDIR >/ram/mpega.log
> cutmp3 -i longmpegfile.mp3 -O croppedoutput.mp3
You can also use ARexx wrapper i made so that you will be able to see the output
in other window. This script listens for data on some 'FIFO:' channel and dumps
output to previously opened 'RAW:' window, this way you got operation field clean.
> acutmp3 -i longmpegfile.mp3 -O croppedoutput.mp3
You can of course (re)configure the script by editing it. 'FIFO:' can be found
on Aminet.
Oh and one more thing, options for 'sound cards' dont work, i have removed that.
[*]
See 'KEYS.jpg' on how to operate in interactive mode.
[*]
When in interactive mode try to avoid using 'P' and 'p' - auto seeking, it will
block the console until eof, and only way to stop it is to ctrl+c.
[*]
If you want configuration loading and saving you need to specify 'HOME' env var
like:
> set HOME home/
for this directory or any other place(setenv = permanent).
---
EXAMPLE(non-interactive, fastest)
cd cutmp3-1.9.2-bin-m68k
bin/cutmp3 -i inputfile.mp3 -a 1:00 -b 1:20 -O outputfile.mp3
---
EXAMPLE(interactive, same window):
cd cutmp3-1.9.2-bin-m68k
assign tmp: t: ;just an example, dont set it to 'T:' you may run out of free memory.
resident bin/sh pure
set TERM amiga
bin/cutmp3 -i inputfile.mp3 -O outputfile.mp3
---
EXAMPLE(interactive, two windows - requires Arexx)
cd cutmp3-1.9.2-bin-m68k
assign tmp: t:
assign c: bin/ add
resident bin/sh pure
c/acutmp3 -i inputfile.mp3 -O outputfile.mp3
---
megacz@usa.com
|
Contents of mus/misc/cutmp3-bin-m68k.lha
PERMSSN UID GID PACKED SIZE RATIO METHOD CRC STAMP NAME
---------- ----------- ------- ------- ------ ---------- ------------ -------------
[generic] 105792 237608 44.5% -lh5- 4e2b Oct 18 23:52 cutmp3-1.9.2-bin-m68k/bin/cutmp3
[generic] 102051 226880 45.0% -lh5- f84e Oct 18 23:52 cutmp3-1.9.2-bin-m68k/bin/cutmp3.68020
[generic] 83698 148308 56.4% -lh5- 9fb3 Sep 5 1997 cutmp3-1.9.2-bin-m68k/bin/sh
[generic] 93 116 80.2% -lh5- 4481 Apr 28 2005 cutmp3-1.9.2-bin-m68k/BUGS
[generic] 1664 4521 36.8% -lh5- 1765 Oct 19 01:04 cutmp3-1.9.2-bin-m68k/c/acutmp3
[generic] 2145 5164 41.5% -lh5- 055b Apr 6 2007 cutmp3-1.9.2-bin-m68k/Changelog
[generic] 7015 18009 39.0% -lh5- e98e Sep 22 2003 cutmp3-1.9.2-bin-m68k/COPYING
[generic] 24317 24559 99.0% -lh5- b0e6 Oct 19 01:42 cutmp3-1.9.2-bin-m68k/CUTMP3-SCREEN.png
[generic] 31 31 100.0% -lh0- 40f3 Oct 19 01:07 cutmp3-1.9.2-bin-m68k/home/.cutmp3rc
[generic] 37664 37664 100.0% -lh0- 63d9 Oct 18 18:38 cutmp3-1.9.2-bin-m68k/KEYS.jpg
[generic] 2229 4928 45.2% -lh5- 7294 Apr 6 2007 cutmp3-1.9.2-bin-m68k/man/man1/cutmp3.1
[generic] 686 1165 58.9% -lh5- a7f0 Apr 28 2005 cutmp3-1.9.2-bin-m68k/README
[generic] 1965 4864 40.4% -lh5- a96b Oct 19 02:06 cutmp3-1.9.2-bin-m68k/README.amiga
[generic] 395 892 44.3% -lh5- 69e6 Oct 19 02:01 cutmp3-1.9.2-bin-m68k/README.ixstack
[generic] 1070 2825 37.9% -lh5- a16b Oct 19 02:01 cutmp3-1.9.2-bin-m68k/README.termcap
[generic] 310 501 61.9% -lh5- b3d3 Feb 5 2006 cutmp3-1.9.2-bin-m68k/README.timetable
[generic] 118 221 53.4% -lh5- 3869 Apr 25 2004 cutmp3-1.9.2-bin-m68k/SITE.html
[generic] 2246 2246 100.0% -lh0- f0da Apr 6 2007 cutmp3-1.9.2-bin-m68k/src/cutmp3.1.gz
[generic] 298 418 71.3% -lh5- e41a May 15 2005 cutmp3-1.9.2-bin-m68k/src/cutmp3.desktop
[generic] 556 1718 32.4% -lh5- 8594 Jan 23 2006 cutmp3-1.9.2-bin-m68k/src/cutmp3.h
[generic] 791 1426 55.5% -lh5- 9741 Apr 6 2007 cutmp3-1.9.2-bin-m68k/src/cutmp3.spec
[generic] 19 19 100.0% -lh0- fb0a Apr 28 2005 cutmp3-1.9.2-bin-m68k/src/description-pak
[generic] 184 345 53.3% -lh5- e4a9 May 6 2006 cutmp3-1.9.2-bin-m68k/src/exitcodes
[generic] 21312 85191 25.0% -lh5- 5697 Oct 18 23:00 cutmp3-1.9.2-bin-m68k/src/main.c
[generic] 678 1880 36.1% -lh5- 319a Oct 18 23:08 cutmp3-1.9.2-bin-m68k/src/Makefile
[generic] 9680 38214 25.3% -lh5- 3a32 Jun 13 2004 cutmp3-1.9.2-bin-m68k/src/mpglib.c
[generic] 5382 19682 27.3% -lh5- fa05 Feb 4 2004 cutmp3-1.9.2-bin-m68k/src/mpglib.h
[generic] 126 175 72.0% -lh5- b968 Apr 6 2007 cutmp3-1.9.2-bin-m68k/TODO
[generic] 1628 3845 42.3% -lh5- 0812 Apr 6 2007 cutmp3-1.9.2-bin-m68k/USAGE
---------- ----------- ------- ------- ------ ---------- ------------ -------------
Total 29 files 414143 873415 47.4% Oct 18 18:16
|
|
|
|
Page generated in 0.02 seconds |
Aminet © 1992-2024 Urban
Müller and the Aminet team.
Aminet contact address: <aminetaminet net> |