[x264-devel] commit: Add "Fake interlaced" option (Kieran Kunhya )
Takashi Mochizuki
mochi at da2.so-net.ne.jp
Sat May 22 07:53:04 CEST 2010
Hi,
It makes me confusing. Seems to be a typo, doesn't it?
- Setting this flag to zero makes it possible to flag
+ Setting this flag to non-zero makes it possible to flag
Takashi Mochizuki
> @@ -349,6 +349,14 @@ typedef struct x264_param_t
>
> int b_pic_struct;
>
> + /* Fake Interlaced.
> + *
> + * Used only when b_interlaced=0. Setting this flag to zero makes it possible to flag the stream as PAFF interlaced yet
> + * encode all frames progessively. It is useful for encoding 25p and 30p Blu-Ray streams.
> + */
> +
> + int b_fake_interlaced;
> +
> /* Slicing parameters */
> int i_slice_max_size; /* Max size per slice in bytes; includes estimated NAL overhead. */
> int i_slice_max_mbs; /* Max number of MBs per slice; overrides i_slice_count. */
More information about the x264-devel
mailing list