Kal Sze
2010-Oct-22 07:33 UTC
[Vorbis] Complete list of possible ogginfo warning and error messages
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. Cheers, Kal -------------- next part -------------- An HTML attachment was scrubbed... URL: http://lists.xiph.org/pipermail/vorbis/attachments/20101022/ca6d072a/attachment.htm
Ulrich Windl
2010-Oct-22 07:53 UTC
[Vorbis] Antw: Complete list of possible ogginfo warning and error messages
>>> Kal Sze <swordangel at gmail.com> schrieb am 22.10.2010 um 09:33 in Nachricht<AANLkTi=WXKZbkcwXPvpjSMgFs2BeA=fmoOWTsuh9=Vbs at mail.gmail.com>:> 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 >