Ignore:
Timestamp:
Dec 28, 2006, 4:43:28 PM (16 years ago)
Author:
Sam Hocevar
Message:
  • Update documentation.
File:
1 edited

Legend:

Unmodified
Added
Removed
  • zzuf/trunk/README

    r1513 r1516  
    3434  # vlc fuzzy-movie.avi
    3535
    36 Fuzz mplayer's input with seeds 0 to 9999, launching up to 3 simultaneous
    37 child processes and killing mplayer if it takes more than one minute to read
    38 the file:
     36Fuzz mplayer's input with seeds 0 to 9999 and kill processes that take more
     37than one minute to read the movie file:
    3938
    40   # zzuf -q -s 0:10000 -F 3 -T 60 -r 0.02 -i movie.avi \
     39  # zzuf -q -s 0:10000 -T 60 -r 0.02 -i movie.avi \
    4140         mplayer movie.avi -- -benchmark -vo null -fps 1000
    4241
     42Same as above with up to 15 simultaneous child processes because we are
     43playing a sound file:
     44
     45  # zzuf -F 15 -q -s 0:10000 -T 60 -r 0.02 -i song.mp3 \
     46         mplayer song.mp3 -- -benchmark -ao null
     47
Note: See TracChangeset for help on using the changeset viewer.