[svlug] creating a big binary file

Kristian Erik Hermansen kristian.hermansen at gmail.com
Thu Oct 11 22:42:25 PDT 2007


On 10/11/07, Anthony Ettinger <anthony at chovy.com> wrote:
> I want to take a 750mb avi file and add to it so it is exactly
> 1gb...how can I do this? (i'm not concerned about the quality of the
> file, only that is binary data for testing bandwidth).

The solutions mentioned previously don't interpret the video format.
AVI is just a container and can be one of any number of formats.  You
could make a 1GB video with ffmpeg or mencoder.  If you are lazy, just
insert blank frames of black.  However, obviously these will compress
too well in most formats.  Maybe adding random noisy frames is better
for such a format.  I would use cinelerra or kino if you have no idea
how to use the command line options for the other tools above...
-- 
Kristian Erik Hermansen



More information about the svlug mailing list