Opened 17 years ago
Closed 17 years ago
#1046 closed defect (fixed)
Document -identify -frames 0
Reported by: | Owned by: | ||
---|---|---|---|
Priority: | if idle | Component: | DOCS |
Version: | 1.0rc2 | Severity: | trivial |
Keywords: | Cc: | ||
Blocked By: | Blocking: | ||
Reproduced by developer: | no | Analyzed by developer: | no |
Description
On the man page, at -identify: add that one needs to also use
-frames 0 if one does not want to emit sound.
(At least ImageMagick's identify(1) command doesn't also go and show
you the image by default.)
Change History (2)
comment:1 by , 17 years ago
comment:2 by , 17 years ago
Resolution: | → fixed |
---|---|
Status: | new → closed |
(In reply to comment #1)
Also mention a how one can test if one has a valid mp3, etc. file, without
having to listen to it.
E.g., I remeber one of *.mp3 that I downloaded did not complete before the
modem hung up.
$ mplayer --validate *.mp3
yyy.mp3: truncated
--validate is not a valid MPlayer option.
Anyway, bug is fixed.
Note:
See TracTickets
for help on using tickets.
Also mention a how one can test if one has a valid mp3, etc. file, without having to listen to it.
E.g., I remeber one of *.mp3 that I downloaded did not complete before the modem hung up.
$ mplayer --validate *.mp3
yyy.mp3: truncated
Ah, thank goodness.