You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{ "ism_offset", "Offset to the ISM fragment start times", offsetof(MOVMuxContext, ism_offset), AV_OPT_TYPE_INT64, {.i64=0}, 0, INT64_MAX, AV_OPT_FLAG_ENCODING_PARAM},
129
129
{ "video_track_timescale", "set timescale of all video tracks", offsetof(MOVMuxContext, video_track_timescale), AV_OPT_TYPE_INT, {.i64=0}, 0, INT_MAX, AV_OPT_FLAG_ENCODING_PARAM},
130
130
{ "audio_track_timescale", "set timescale of all audio tracks", offsetof(MOVMuxContext, audio_track_timescale), AV_OPT_TYPE_INT, {.i64=0}, 0, INT_MAX, AV_OPT_FLAG_ENCODING_PARAM },
131
+
{ "kind", "set custom kind for the track as schemeURI=value", offsetof(MOVMuxContext, kind), AV_OPT_TYPE_DICT, { 0 }, 0, 0, AV_OPT_FLAG_ENCODING_PARAM },
0 commit comments