[MPlayer-users] Re: How turn-off ODML in MEncoder?
Tobias Diedrich
ranma at tdiedrich.de
Wed Apr 28 12:14:44 CEST 2004
rcooley wrote:
> You could change the value in aviheader.c (line 229 in
> pre4) to prevent it from writing to files under a certain size.
>
> if (demuxer->movi_end < 0x7fffffff) break;
That does not prevent creating ODML files, it only prevents reading the
ODML index.
To prevent it from creating ODML files, you could change ODML_CHUNKLEN
in muxer_avi.c to something really big, e.g. change 0x40000000 to
0x4000000000000000ULL
.
--
Tobias PGP: http://9ac7e0bc.2ya.com
Be vigilant!
More information about the MPlayer-users
mailing list