[mythtv-users] avidemux2 (way, way OT)

Chris Delis cedelis at uillinois.edu
Fri Feb 6 11:21:03 EST 2004


On Fri, Feb 06, 2004 at 09:39:29AM -0500, Harry Orenstein wrote:
> >From: Chris Delis <cedelis at uillinois.edu>
> >Reply-To: Discussion about mythtv <mythtv-users at mythtv.org>
> >To: Discussion about mythtv <mythtv-users at mythtv.org>
> >Subject: Re: [mythtv-users] avidemux2 (way, way OT)
> >Date: Fri, 6 Feb 2004 01:14:13 -0600
> >
> >On Fri, Feb 06, 2004 at 12:35:23AM -0600, Chris Delis wrote:

<snip/>

> 
> Chris,
> 
> Thanks for the reply.  Actually, I got it from:
> 
> http://www.metakine.com/files/M2VRequantiser.tgz
> 
> (which I believe is the developer's site)
> 
> I will try your suggested build instructions when I am back
> at my Linux box.  I think there may be some differences
> between the version you found and the one I am trying
> to use.  If you get a chance to look at the site above
> let me know if that changes your mind about the build
> command.  If I have any problem I will post again.


yes, there do appear to be differences.  You can, first, try building
it as I mentioned yesterday:

tar zxvf M2VRequantiser.tgz
cd M2VRequantiser
gcc -o m2vrequant main.c -lm

However, my compiler gives me troubles with some registers in main.c
If you get errors, you can try applying a simple patch that comments out
one of the #defines at the top.

patch -p0 < patch_m2vreq

-------------- next part --------------
diff -u -r ./main.c ../M2VRequantiser2/main.c
--- ./main.c	Wed Jan 21 17:48:32 2004
+++ ../M2VRequantiser2/main.c	Fri Feb  6 10:12:10 2004
@@ -12,7 +12,7 @@
 
 #define NDEBUG // turns off asserts
 #define REMOVE_BYTE_STUFFING	// removes series of 0x00
-#define USE_GLOBAL_REGISTER // assign registers to bit buffers
+//#define USE_GLOBAL_REGISTER // assign registers to bit buffers
 #define MAX_ERRORS 0 // if above copy slice
 
 //#define CHANGE_BRIGHTNESS //add a param to command line, changing brightness: _will_not_recompress_, disables max_errors


More information about the mythtv-users mailing list