<br><br><div class="gmail_quote">On Mon, Jul 23, 2012 at 9:09 AM, Kristian Høgsberg <span dir="ltr"><<a href="mailto:hoegsberg@gmail.com" target="_blank">hoegsberg@gmail.com</a>></span> wrote:<br><blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex">
<div class="im">On Sun, Jul 22, 2012 at 06:51:27PM -0600, Scott Moreau wrote:<br>
> ---<br>
>  wcap/main.c |    9 ++++++---<br>
>  1 file changed, 6 insertions(+), 3 deletions(-)<br>
<br>
</div>I don't like the example filenames in the help text, but you have a<br>
point that dumping YUV4MPEG2 to the terminal isn't nice and it's not<br>
clear that that's what --yuv4mpeg2 does.  Instead, I've gone for this<br>
change, which clarifies help message slightly and then catches the<br>
dump-to-terminal case and provides an example of how to encode to webm<br>
in that case.<br></blockquote><div><br>That's cool, the whole point was to fix up the usage output. However, you still have a typo here.<br>Notice the difference in the --yuv4mpeg2 option name here. One says yuv4mpeg2, and the other<br>
yuv2mpeg4. This was the reason for my initial confusion.<br><br><br></div><blockquote class="gmail_quote" style="margin:0px 0px 0px 0.8ex;border-left:1px solid rgb(204,204,204);padding-left:1ex"><div class="im">                "[--help] [--yuv4mpeg2] [--frame=<frame>] [--all] \n"<br>
</div></blockquote><blockquote class="gmail_quote" style="margin:0px 0px 0px 0.8ex;border-left:1px solid rgb(204,204,204);padding-left:1ex"><div class="im">
</div>-               "\t--yuv2mpeg4\t\tdump wcap file in yuv4mpeg format\n"<br>
+               "\t--yuv2mpeg4\t\tdump wcap file to stdout in yuv4mpeg format\n"<br><br></blockquote></div><br><br><br>Scott<br>