AVC2AVI_MOD avc2avi mod (build: 2013-01-27) - by Joe Forster/STA
http://sta.c64.org/winprg.html#avc2avi
---------------------------------------------------------------------------
This release includes the following components

    avc2avi.exe     	- the executable file
    readme.txt		- the file you are just reading

---------------------------------------------------------------------------
Installation: 

No installation is required

---------------------------------------------------------------------------
Usage:

avc2avi
Syntax: avc2avi [options] -i input.h264 -o output.avi

  -h, --help                  Print this help

  -i, --input                 Specify input file
  -o, --output                Specify output file

  -f, --fps <float>           Set FPS (default: from input or 25.0)
  -c, --codec <string>        Set the codec fourcc (default: 'h264')

  -s, --split <pos> MB        Specify splitpoint (default: 2000 MB)

Enjoy!

---------------------------------------------------------------------------
Notes: 

This is a mod of the original tool by Laurent Aimar, previously modified
by DVBPortal.

---------------------------------------------------------------------------
Known issues:

---------------------------------------------------------------------------
License: 

Copyright (C) 2004 Laurent Aimar
$Id: avc2avi.c,v 1.1 2004/06/03 19:27:08 fenrir Exp $

Authors: Laurent Aimar <fenrir@via.ecp.fr>

This program is free software; you can redistribute it and/or modify
it under the terms of the GNU General Public License as published by
the Free Software Foundation; either version 2 of the License, or
(at your option) any later version.

This program is distributed in the hope that it will be useful,
but WITHOUT ANY WARRANTY; without even the implied warranty of
MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
GNU General Public License for more details.

You should have received a copy of the GNU General Public License
along with this program; if not, write to the Free Software
Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA  02111, USA.

---------------------------------------------------------------------------
History:

2013-01-27	Modification by Joe Forster/STA

		Changes:

		- Read and write speed drastically improved
		- If present, FPS is copied from input (no need to
		  force values other than 25.000)
		- Frame rate is rounded correctly (no 23.976 -> 23.975)
		- Added long options (only in MinGW/gcc)
                - Removed support for standard input/output (does not work
                  in Windows anyway)
		- Source: Added makefile (for MinGW/gcc)
		- Source: Removed all warnings (at least, in MinGW/gcc)
		- Source: Can re-enable support for standard input/output
		- Source: Can switch between getopt() and getopt_long()

2006-11-12	Modification by DVBPortal

		Changes:

		- Support for BBC HD streams added
		- High profile fixed

2006-08-21	Modification by DVBPortal
		
		Changes:
		
		- Resolution fixed for interlaced material
		- Segmented AVI output added (use -s option)

2004-06-03	Original Release.


Any comments and feature requests are welcome. Please use our forum
http://dvbportal.dyn1.de/forum

###