Version 0.9:
      - rework of audio/video sync code
      - drop -S option

Version 0.8:
      - changed filename quoting from " to '
      - added new parameter "-r" (dont restart), "-a" (transcode audio)
        "-S num"  (Sync Offset)

Version 0.7:
      - filenames are now quoted to avoid problems with
        special characters (patch from Christoph Martin)

Version 0.6:
      - new option "-M mpegonly" from Thomas Koch

Version 0.5:
      - use 64 bit file routines to allow for temp files > 2GByte
      - fixed some errors resulting in core dumps

Version 0.4:
      - automatically determine number of output CD's
        when no -cn option given
      - new option 'k' allows to keep temporary files
      - better audio/video synchronisation

Version 0.3:
      - new parameter -c set number of output CD's
        if set tosvcd restarts with incremented -q parameter, if
        size of output mpeg exceeds capacity of CS's
        tosvcd restarts if
            - estimated cd capcity is exceeded by more than 20%
            - estimated cd capacity is exceeded for more than 5 min during
              encoding
      - better recognition of video audio stream id's
      - ignore stream id 0xbd
      - changed audio/video sync handling

Version 0.2:
      - fixed overflow in time calculation

      - reads marks.vdr and cuts video on the fly;
        to reencode a cutted video you need only to set the cutting
        marks with vdr; no need for the vdr "cut" command
        Note: resyncing audio/video after a cut is untested;

      - changed interface; can only be called with VDR-recording
        directory

      - added estimation for resulting mpeg size
        expressed as percent cd fill:
            example:   89%   filles one CD to 89%
                      170%   filles two CD's 100%+70%
        this should help to find best -q value to get
        CD's filled

Version 0.1:
      initial release

