Andreas Balogh - 2010-04-29

You are right: modcopy just searches for the sequence header signature $000001B3 and replaces one byte at offset. It does not parse the MPEG2 stream. And yes, if the signature is embedded - for example - in a GOP (group of pictures) it will change video data.

My source does not mention whether sequence header signatures are forbidden in video data.

Recently I started to convert the MOD files directly to AVI using avidemux. There I use different avidemux configuration files for 16:9 and 4:3 MOD files. The next release will contain this code.

Andreas