Changeset 1516 for zzuf/trunk/README
- Timestamp:
- Dec 28, 2006, 4:43:28 PM (16 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
zzuf/trunk/README
r1513 r1516 34 34 # vlc fuzzy-movie.avi 35 35 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: 36 Fuzz mplayer's input with seeds 0 to 9999 and kill processes that take more 37 than one minute to read the movie file: 39 38 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 \ 41 40 mplayer movie.avi -- -benchmark -vo null -fps 1000 42 41 42 Same as above with up to 15 simultaneous child processes because we are 43 playing 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.