GitHub user sreid8 opened a pull request:

    https://github.com/apache/guacamole-server/pull/129

    GUACAMOLE-466: using "-" in place of an input file name with guacenc …

    …will cause guacenc to read data from stdin
    
    This is a really small patch that allows guacenc to read data from stdin 
rather than just from a file. It follows a common Linux practice of reserving 
the single "-" character to represent stdin if it's used in place of a 
filename. It also sets a default output filename "output" in the case that 
stdin is used instead of a file. For encodes that read from a file, the 
original filename with a ".m4v" is still used as the output filename.

You can merge this pull request into a Git repository by running:

    $ git pull https://github.com/sreid8/guacamole-server stdin_guacenc

Alternatively you can review and apply these changes as the patch at:

    https://github.com/apache/guacamole-server/pull/129.patch

To close this pull request, make a commit to your master/trunk branch
with (at least) the following in the commit message:

    This closes #129
    
----
commit 957cf5285bafab8357c54563b1a1c9253e836150
Author: Sean Reid <sean.re...@gmail.com>
Date:   2017-12-18T18:47:24Z

    GUACAMOLE-466: using "-" in place of an input file name with guacenc will 
cause guacenc to read data from stdin

----


---

Reply via email to