Issue Type: Bug Bug
Assignee: Thomas E Enebo
Created: 30/May/12 5:27 PM
Description:

With this particular program (ffmpeg) one must hit "q" to exit (no enter is required).

If I run this command using MRI, I can hit 'q' and it immediately exits.
However, if I run it under jruby, I must hit 'q' then enter before the program exits (presumably, it's not receiving any input until a full line is input, which is unexpected).

Interestingly (and oddly), after the program exits, it appears that I have to hit enter one more time before input returns to the console.

Cheers!

{ a = %!ffmpeg -y -f dshow -i audio="virtual-audio-capturer":video="screen-capture-recorder" -vcodec qtrle -acodec ac3 "18.mov"! system(a) }

Environment: "jruby 1.7.0.preview1 (ruby-1.9.3-p203) (2012-05-30 09e1090) (Java HotSpot(TM) Client VM 1.6.0_32) [Windows 7-x86-java]"
Project: JRuby
Priority: Major Major
Reporter: Roger Pack
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators.
For more information on JIRA, see: http://www.atlassian.com/software/jira
--------------------------------------------------------------------- To unsubscribe from this list, please visit: http://xircles.codehaus.org/manage_email

Reply via email to