On Fri, Oct 25, 2013 at 8:15 PM, Steve Borho <[email protected]> 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 _______________________________________________ x265-devel mailing list [email protected] https://mailman.videolan.org/listinfo/x265-devel
