{"alang",HAS_ARG|OPT_STRING|OPT_AUDIO,{(void*)&audio_language},"set the ISO 639 language code (3 letters) of the current audio stream","code"},
{"sample_fmt",HAS_ARG|OPT_EXPERT|OPT_AUDIO,{(void*)opt_audio_sample_fmt},"set sample format, 'list' as argument shows all the sample formats supported","format"},
{"scodec",HAS_ARG|OPT_SUBTITLE|OPT_FUNC2,{(void*)opt_subtitle_codec},"force subtitle codec ('copy' to copy stream)","codec"},
{"slang",HAS_ARG|OPT_STRING|OPT_SUBTITLE,{(void*)&subtitle_language},"set the ISO 639 language code (3 letters) of the current subtitle stream","code"},