Antw: Complete list of possible ogginfo warning and error messages
"Ulrich Windl" <[email protected]> Fri, 22 Oct 2010 09:53:45 +0200
| Newsgroups | gmane.comp.multimedia.ogg.vorbis.general |
|---|---|
| Message-ID | <[email protected]> |
>>> Kal Sze <[email protected]> schrieb am 22.10.2010 um 09:33 in Nachricht <[email protected]>: > Hello, > > I want to check my collection of hundreds of ogg files for potential > problems. As far as I know, "ogginfo -v" is as comprehensive as it gets. > However, using the "-v" option causes the output to be VERY VERY long when > there are hundreds of files to check. I need a way to skim the output and > only look at warnings and errors. In order to do that I need to know the > complete list of warnings and errors that can be output by ogginfo. Does > anybody have that list handy? Are they *all* contained in the ogginfo2.c > source code file? I see a lot of warning-related or error-related strings in > there, but I can't be sure that there are not more strings borrowed from > other source files. Hi! It would be helpful if errors were sent to stderr, while other messages were sent to stdout. Otherwise you'll have to use grep to filter messages. Regards, Ulrich > > Cheers, > Kal >