|
From: Hans v. d. M. <mj...@uk...> - 2004-01-08 12:15: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. I've done this with sed s/[string]/[new string]/g but if you want a real editor, vim might handle these large files correctly. Regards, Hans |