Changeset 1525 for zzuf/trunk/README
- Timestamp:
- Dec 29, 2006, 5:46:06 PM (14 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
zzuf/trunk/README
r1516 r1525 23 23 we do not want zzuf to fuzz them): 24 24 25 # zzuf - i'foo[.]jpeg' convert -- foo.jpeg -format tga /dev/null25 # zzuf -I 'foo[.]jpeg' convert -- foo.jpeg -format tga /dev/null 26 26 27 27 Fuzz the input of VLC, using file movie.avi as the original input, and … … 37 37 than one minute to read the movie file: 38 38 39 # zzuf -q -s 0:10000 -T 60 -r 0.02 - imovie.avi \39 # zzuf -q -s 0:10000 -T 60 -r 0.02 -I movie.avi \ 40 40 mplayer movie.avi -- -benchmark -vo null -fps 1000 41 41 … … 43 43 playing a sound file: 44 44 45 # zzuf -F 15 -q -s 0:10000 -T 60 -r 0.02 - isong.mp3 \45 # zzuf -F 15 -q -s 0:10000 -T 60 -r 0.02 -I song.mp3 \ 46 46 mplayer song.mp3 -- -benchmark -ao null 47 47
Note: See TracChangeset
for help on using the changeset viewer.