Menu
Products
Products
Video Hosting
Upload and manage your videos in a centralized video library.
Image Hosting
Upload and manage all your images in a centralized library.
Galleries
Choose from 100+templates to showcase your media in style.
Video Messaging
Record, and send personalized video messages.
CincoTube
Create your own community video hub your team, students or fans.
Pages
Create dedicated webpages to share your videos and images.
Live
Create dedicated webpages to share your videos and images.
For Developers
Video API
Build a unique video experience.
DeepUploader
Collect and store user content from anywhere with our file uploader.
Solutions
Solutions
Enterprise
Supercharge your business with secure, internal communication.
Townhall
Webinars
Team Collaboration
Learning & Development
Creative Professionals
Get creative with a built in-suite of editing and marketing tools.
eCommerce
Boost sales with interactive video and easy-embedding.
Townhall
Webinars
Team Collaboration
Learning & Development
eLearning & Training
Host and share course materials in a centralized portal.
Sales & Marketing
Attract, engage and convert with interactive tools and analytics.
"Cincopa helped my Enterprise organization collaborate better through video."
Book a Demo
Resources
Resources
Blog
Learn about the latest industry trends, tips & tricks.
Help Centre
Get access to help articles FAQs, and all things Cincopa.
Partners
Check out our valued list of partners.
Product Updates
Stay up-to-date with our latest greatest features.
Ebooks, Guides & More
Customer Stories
Hear how we've helped businesses succeed.
Boost Campaign Performance Through Video
Discover how to boost your next campaign by using video.
Download Now
Pricing
Watch a Demo
Demo
Login
Start Free Trial
AWS Elemental provides 2 unique but complementary categories of services: Live and File Encoding (initial compression from raw inputs) and Transcoding (re-encoding existing media into new renditions). Each is designed for a different point in the workflow, with different latency and packaging requirements. Understanding the difference between them will help you create efficient pipelines for live and on-demand streaming. Encoding Services (Initial Compression) AWS Elemental MediaLive and Elemental Live appliances handle real-time encoding of raw or mezzanine inputs. These systems take SDI/HDMI/IP feeds, uncompressed files, or mezzanine formats such as ProRes and output compressed streams in H.264/AVC, H.265/HEVC, or VP9/AV1. Output containers include MPEG-TS, fragmented MP4 (CMAF), and RTMP for live distribution. Key Technical Points Input Sources : SDI, RTP, RTMP, or high-bitrate mezzanine files. Codec Selection : H.264, H.265, VP9, AV1; choose based on device reach vs. compression efficiency. Segment and GOP Alignment : Short GOPs (1 to 2 seconds) for low-latency live and longer GOPs for efficiency. Hardware Acceleration : Elemental Live uses ASIC-based encoders to achieve predictable latency. Transcoding Services (Re-Encoding Existing Media) AWS Elemental MediaConvert handles file-based transcoding. It takes already encoded assets (e.g., H.264 MP4 mezzanine) and creates new renditions for adaptive bitrate streaming or codec migration. This process decodes the original, applies optional filters, and re-encodes to target specs. Key Technical Points Bitrate Ladder Generation : Produces multiple renditions (resolutions/bitrates) from a single source for HLS/DASH. Codec Migration : H.264 → HEVC/AV1 to reduce storage or improve delivery efficiency. Filtering Stage : Scaling, frame rate conversion, color correction, and audio normalization before re-encoding. Quality Control : Each transcode introduces compression loss; start from mezzanine or high-bitrate source for minimal artifacts. Manifest and Packaging Impact Encoding Elemental Live/MediaLive outputs compressed streams aligned to segment boundaries with init segments, ready for just-in-time packaging by MediaPackage. This allows real-time HLS/DASH manifest generation and supports low-latency streaming. Transcoding MediaConvert regenerates manifests and segment files offline from the mezzanine asset. It produces complete ABR ladders with static manifests, long cache headers, and versioned URLs for CDN edge persistence. Latency and Workflow Differences Encoding Encoding services (like Elemental Live and MediaLive ) are built for real-time operation. They compress incoming feeds and hand off segments immediately to packaging services like MediaPackage. This design keeps latency to just a few seconds or less for live streaming, where viewers expect minimal delay between capture and playback. Transcoding Transcoding with MediaConvert runs as a file-based process. It decodes an existing asset, optionally applies filters, and re-encodes it into multiple renditions. As it is not tied to a live feed, it operates offline or in non-real-time mode to focus on producing high-quality outputs and complete ABR ladders rather than minimizing latency. Comparison Table