[vlc-devel] [PATCH] Add x265 params support to VLC streaming module

Francois Cartegnie fcvlcdev at free.fr
Wed Jun 8 14:04:47 CEST 2016


Le 08/06/2016 à 13:55, Mahesh a écrit :

Hi,

> +#define LONGTEXT N_( "Please go through x265 readthedocs for full " \
> +    "information - https://x265.readthedocs.org/en/default/cli.html " )
> +
> +/* Frame-type options */

Someone else has to confirm,
but according to the last meeting, advanced options might not longer
require translation.

> +
> +#define KEYINT_TEXT N_("Max intra period in frames")
> +
> +#define MIN_KEYINT_TEXT N_("Minimum GOP size")
> +
> +#define OPENGOP_TEXT N_("Enable open GOP, allow I-slices to be non-IDR")
> +
> +#define SCENE_TEXT N_("Extra I-frames aggressivity")
> +
> +#define BFRAMES_TEXT N_("Maxinum number of consecutive B-frames")
> +
> +#define B_ADAPT_TEXT N_("Set the level of effort in determining B frame "  \
> +        "placement")
> +
> +#define B_BIAS_TEXT N_("Bias towards B frames in slicetype decision")
> +
> +#define BPYRAMID_TEXT N_("Use B-frames as references, when possible")
> +
> +#define REF_TEXT N_("Max number of L0 references to be allowed")
> +
> +#define FILTER_TEXT N_("Loop filter AlphaC0 and Beta parameters alpha:beta")

In case this has to be translated,
probably you can reuse/copy most strings from H264 options

> +
> +#define LEVEL_TEXT N_("HEVC level")
> +
> +#define PROFILE_TEXT N_("HEVC profile")

Francois




More information about the vlc-devel mailing list