From f134c7ad412e87b1f9b03700a57478342003595d Mon Sep 17 00:00:00 2001 From: diego Date: Fri, 23 Apr 2004 15:52:44 +0000 Subject: update to version 0.5.1 by the author VMiklos git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@12263 b3059339-0415-0410-9bf9-f77b7e298cf2 --- TOOLS/divx2svcd | 38 +++++++++++++++++++++++++------------- 1 file changed, 25 insertions(+), 13 deletions(-) (limited to 'TOOLS') diff --git a/TOOLS/divx2svcd b/TOOLS/divx2svcd index 4576dc01f0..e16611cc54 100755 --- a/TOOLS/divx2svcd +++ b/TOOLS/divx2svcd @@ -4,16 +4,19 @@ # divx2svcd for MPlayer # distributed under GPL License -# A simple utility that creates SvcD from a video which uses avi container +# simple utility that creates a SVCD from a video in an AVI container # The newest version of this utility can be found at # http://vmiklos.uw.hu/divx2svcd/divx2svcd -# MPlayer avariable at -# http://www1.mplayerhq.hu/MPlayer/releases/MPlayer-1.0pre3.tar.bz2 +# MPlayer available at +# http://www.mplayerhq.hu/MPlayer/releases/MPlayer-1.0pre3try2.tar.bz2 ###changelog### #nobody cares about it :-) cat >/dev/null < template + $tcbin -i "$nev.m2v" $tcopt "$nev.mp2" -o "$nev.mpg" -m s -F template + rm template + rm "$nev.m2v" "$nev.mp2" +fi for i in *mpg do -- cgit v1.2.3