[x265] [PATCH] cli: move raw bitstream output to separate file

Steve Borho steve at borho.org
Wed Apr 1 02:34:04 CEST 2015


On 03/31, Xinyue Lu wrote:
> 2015/3/31 8:02, Steve Borho:
> >ok
> >
> >watch the space between if and ()
> >
> >For new files, you can run them through uncrustify using the config file
> >in our doc/ folder. This will enforce the coding style mechanically.
> >
> >here too
> >
> >nit remove extra space
> >
> >watch the brace style, open brace on new-line
> >
> 
> Oops
> 
> >
> >does pts queueing need to be done in the CLI, or can it be done in the
> >output file class (if it needs it)?
> 
> AFAIK Matroska & L-SMASH Muxer both require the last PTS delta to compute the actual duration of the video.
> 
> I'm afraid that all container muxers require this, except the YUV/Y4M which basically are not container formats.
> 
> However I only planned to port these 2 muxers so, I'll follow your decision.

yeah, basically there would be raw, mkv, and mp4. The first could care
less about pts, the later two more so.

-- 
Steve Borho


More information about the x265-devel mailing list