|
From: Matto M. <ma...@mi...> - 2004-01-08 17:57:44
|
>Anybody know of a good simple binary file editor for Linux that can
>handle 30 GB files without a problem? If so, I can simply edit the
>YUV4MPEG header to suit me. By the way, the yuv4mpeg man page is quite
>good.
If you only need to modify bytes in-place, I think "lde" will do the
trick ("Linux Disk Editor", http://lde.sourceforge.net/, and it already
is packaged by Debian). If you need to insert bytes into a header,
I think you're going to have to rewrite the whole file to move the rest
of it over. (To 'remove' bytes from a header, just change them into
spaces.)
(And, thanks, I'm glad the manpage was helpful.)
-matt m.
|