Since upgrading to the package "cygwin 1.7.20-1" a command such as this no
longer works

  ffmpeg -codecs | grep mov

http://ffmpeg.zeranoe.com/builds

Two workarounds I have found

1. run command like this

  timeout 1 ffmpeg -codecs | grep mov

2. Downgrade to package "cygwin 1.7.18-1"

--
Problem reports:       http://cygwin.com/problems.html
FAQ:                   http://cygwin.com/faq/
Documentation:         http://cygwin.com/docs.html
Unsubscribe info:      http://cygwin.com/ml/#unsubscribe-simple

Reply via email to