Chromecast Google TV Family All Sub Convert Audio Conform Pack¶
This pack provides shared Chromecast with Google TV HD and 4K delivery lanes.
Outcome Target¶
- target Chromecast with Google TV playback envelopes directly
- use H.264 for HD delivery and HEVC for 4K delivery
- keep all subtitles in scope while converting text subtitles when the delivery container wants MP4-safe subtitle text
Focus¶
- Chromecast Google TV family-specific output envelopes
- fragmented MP4 preferred, MKV fallback when subtitle/audio safety requires it
audio_conformfor DTS-family and PCM-family sources- optional video-only
aggressive_vmaf
Covered Device Baselines¶
| Profile | Current device baseline | Notes |
|---|---|---|
chromecast_google_tv_family_hd_all_sub_convert_audio_conform |
Chromecast with Google TV HD | Conservative HD baseline |
chromecast_google_tv_family_4k_all_sub_convert_audio_conform |
Chromecast with Google TV 4K | Conservative UHD baseline |
Included Profiles¶
- chromecast_google_tv_family_hd_all_sub_convert_audio_conform
- chromecast_google_tv_family_4k_all_sub_convert_audio_conform
Pack Flow¶
flowchart TD
classDef stage fill:#e0f2fe,stroke:#0284c7,color:#0c4a6e,stroke-width:1.2px;
classDef gate fill:#fff7ed,stroke:#f59e0b,color:#7c2d12,stroke-width:1.5px;
classDef output fill:#dcfce7,stroke:#16a34a,color:#14532d,stroke-width:1.2px;
A[Candidate media]:::stage --> B{Matches Chromecast HD envelope?}:::gate
B -->|Yes| C[chromecast_google_tv_family_hd_all_sub_convert_audio_conform]:::stage
B -->|No| D{Matches Chromecast 4K envelope?}:::gate
D -->|Yes| E[chromecast_google_tv_family_4k_all_sub_convert_audio_conform]:::stage
D -->|No| F[Handled by other profile or skipped]:::stage
C --> G[Profile output written]:::output
E --> H[Profile output written]:::output