Skip to content

Latest commit

 

History

History
12 lines (9 loc) · 757 Bytes

README.md

File metadata and controls

12 lines (9 loc) · 757 Bytes

Presentation

The slides in this repository was from a presentation held at Cocoaheads Stockholm on November 3rd, 2014.

Script

This Ruby script shows how to transcode a video using ffmpeg and package it for HLS using tools provided by Apple.

Disclaimer

The ffmpeg command in this script will not produce the best possible video. It's only a sample showing how to simply transcode a video for HLS using ffmpeg. Please refer to the ffmpeg documentation for more information on how to produce H264 encoded video and AAC encoded audio.

Requirements