A RetroSearch Logo

Home - News ( United States | United Kingdom | Italy | Germany ) - Football scores

Search Query:

Showing content from https://docs.aws.amazon.com/sdkforruby/api/Aws/MediaConvert/Types/Mp4Settings.html below:

Mp4Settings — AWS SDK for Ruby V2

You are viewing documentation for version 2 of the AWS SDK for Ruby. Version 3 documentation can be found here.

Class: Aws::MediaConvert::Types::Mp4Settings
Inherits:
Struct show all
Defined in:
(unknown)
Overview Note:

When passing Mp4Settings as input to an Aws::Client method, you can use a vanilla Hash:

{
  cslg_atom: "INCLUDE",   ctts_version: 1,
  free_space_box: "INCLUDE",   moov_placement: "PROGRESSIVE_DOWNLOAD",   mp_4_major_brand: "__string",
}

Settings for MP4 container. You can create audio-only AAC outputs with this container.

Returned by:

Instance Attribute Summary collapse Instance Attribute Details #cslg_atom ⇒ String

When enabled, file composition times will start at zero, composition times in the \'ctts\' (composition time to sample) box for B-frames will be negative, and a \'cslg\' (composition shift least greatest) box will be included per 14496-1 amendment 1. This improves compatibility with Apple players and tools.

Possible values:

#ctts_version ⇒ Integer

Ignore this setting unless compliance to the CTTS box version specification matters in your workflow. Specify a value of 1 to set your CTTS box version to 1 and make your output compliant with the specification. When you specify a value of 1, you must also set CSLG atom (cslgAtom) to the value INCLUDE. Keep the default value 0 to set your CTTS box version to 0. This can provide backward compatibility for some players and packagers.

#free_space_box ⇒ String

Inserts a free-space box immediately after the moov box.

Possible values:

#moov_placement ⇒ String

If set to PROGRESSIVE_DOWNLOAD, the MOOV atom is relocated to the beginning of the archive as required for progressive downloading. Otherwise it is placed normally at the end.

Possible values:

#mp_4_major_brand ⇒ String

Overrides the \"Major Brand\" field in the output file. Usually not necessary to specify.


RetroSearch is an open source project built by @garambo | Open a GitHub Issue

Search and Browse the WWW like it's 1997 | Search results from DuckDuckGo

HTML: 3.2 | Encoding: UTF-8 | Version: 0.7.4