Issue Type: Bug Bug
Assignee: Thomas E Enebo
Created: 25/Sep/12 6:42 PM
Description:

Basically, if you have ffmpeg for windows, ex: http://ffmpeg.zeranoe.com/builds

Then run it like this:

enum = `ffmpeg.exe -list_devices true -f dshow -i dummy 2>&1`

"every so often" the value returned is "" (presumably in error).

Example:

39 times you'll get this:

>> enum = `temp
ffmpeg.exe -list_devices true -f dshow -i dummy 2>&1`
=> "ffmpeg version N......\n"

then the 40th (or "xth") will be
>> enum = `temp
ffmpeg.exe -list_devices true -f dshow -i dummy 2>&1`
=> ""

https://gist.github.com/3784971 shows some java code that seems to run it reliably, though I didn't run it under cmd.exe so it's not a 1:1.

See also http://bugs.ruby-lang.org/issues/7070

Environment: jruby 1.6.7.2 (ruby-1.8.7-p357) (2012-05-01 26e08ba) (Java HotSpot(TM) Client VM 1.6.0_35) [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