[x265] [PATCH] input: read yuv input from stdin if filename is passed as "-"

Jan Ekstrom jeebjp at gmail.com
Fri Oct 25 19:31:04 CEST 2013


On Fri, Oct 25, 2013 at 8:15 PM, Steve Borho <steve at borho.org> wrote:
> hmm: so this would be ok?
>
> x265 --input-res WxH --fps 30 - out.hevc # encodes YUV from stdin
> x265 --y4m  - out.hevc                           # encodes Y4M from stdin

In x264 style you could have a setting that sets the used 'demuxer'
(akin to --demuxer in x264).
Naturally the name of the setting could be changed if there are better ideas.

ex: x265 - --demuxer y4m out.hevc

Just my 5 cents


Jan


More information about the x265-devel mailing list