We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents d3ef2c7 + e21a81a commit 3105a87Copy full SHA for 3105a87
ffmpeg_streaming/_command_builder.py
@@ -68,11 +68,12 @@ def _dash(dash):
68
dirname, name = get_path_info(dash.output_)
69
_args = dash.format.all
70
_args.update({
71
- 'use_timeline': USE_TIMELINE,
72
- 'use_template': USE_TEMPLATE,
73
- 'init_seg_name': '{}_init_$RepresentationID$.$ext$'.format(name),
74
- "media_seg_name": '{}_chunk_$RepresentationID$_$Number%05d$.$ext$'.format(name),
75
- 'f': 'dash'
+ 'use_timeline': USE_TIMELINE,
+ 'use_template': USE_TEMPLATE,
+ 'init_seg_name': '{}_init_$RepresentationID$.$ext$'.format(name),
+ "media_seg_name": '{}_chunk_$RepresentationID$_$Number%05d$.$ext$'.format(name),
+ 'f': 'dash',
76
+ 'adaptation_sets': 'id=0,streams=v id=1,streams=a',
77
})
78
_args.update(dash.options)
79
args = cnv_options_to_args(_args)
AltStyle によって変換されたページ (->オリジナル) / アドレス: モード: デフォルト 音声ブラウザ ルビ付き 配色反転 文字拡大 モバイル
0 commit comments