AVC2AVI_MOD avc2avi mod (build: 2006-11-12) - by DVBPortal
---------------------------------------------------------------------------
This release includes the following components

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

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

No installation is required

All included binary files made by DVBPortal are digitally signed. You should verify
the signature before installing them, for your own protection against forgery.

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

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

  -h, --help                  Print this help

  -i, --input                 Specify input file (default: stdin)
  -o, --output                Specify output file (default: stdout)

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

  -s, --split <pos> MB        Specify splitpoint

Enjoy!

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

This is a mod of the original tool by Laurent Aimar

---------------------------------------------------------------------------
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:

11-12-2006	Changes:

		- Support for BBC HD streams added
		- High profile fixed

08-21-2006	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

###