Skip to content

Instantly share code, notes, and snippets.

Show Gist options
  • Select an option

  • Save dmthomas/65ef85040465786e4add698c19168ec2 to your computer and use it in GitHub Desktop.

Select an option

Save dmthomas/65ef85040465786e4add698c19168ec2 to your computer and use it in GitHub Desktop.

Revisions

  1. dmthomas created this gist Mar 8, 2022.
    17 changes: 17 additions & 0 deletions Apple Special Event Oct 2021 1080p, 1440p, 2160p
    Original file line number Diff line number Diff line change
    @@ -0,0 +1,17 @@
    #I broke the audio out separately because it's the same stream regardless of which video resolution you choose.

    #Audio for all
    ffmpeg -i https://p-events-delivery.akamaized.net/1001azawzugclrwbvehhawhkerzwfetq/vod_main_QXfNLMWGxcNjjtymsofuJLttKvwNuuVE/audio_main_en_2ch_aac_128/prog_index.m3u8 -c copy "Apple Special Event, October 2021 temp.aac"

    #h264 1080p
    ffmpeg -i https://p-events-delivery.akamaized.net/1001azawzugclrwbvehhawhkerzwfetq/vod_main_QXfNLMWGxcNjjtymsofuJLttKvwNuuVE/sdr_avc_1080p_8500/prog_index.m3u8 -c copy "Apple Special Event, October 2021 (1080p) temp.mp4"
    ffmpeg -i "Apple Special Event, October 2021 (1080p) temp.mp4" -i "Apple Special Event, October 2021 temp.aac" -c copy "Apple Special Event, October 2021 (1080p).mp4"
    #h265 1080p
    ffmpeg -i https://p-events-delivery.akamaized.net/1001azawzugclrwbvehhawhkerzwfetq/vod_main_QXfNLMWGxcNjjtymsofuJLttKvwNuuVE/sdr_hvc_1080p_7000/prog_index.m3u8 -c copy "Apple Special Event, October 2021 (1080p) temp.mp4"
    ffmpeg -i "Apple Special Event, October 2021 (1080p) temp.mp4" -i "Apple Special Event, October 2021 temp.aac" -c copy "Apple Special Event, October 2021 (1080p).mp4"
    #h265 1440p
    ffmpeg -i https://p-events-delivery.akamaized.net/1001azawzugclrwbvehhawhkerzwfetq/vod_main_QXfNLMWGxcNjjtymsofuJLttKvwNuuVE/sdr_hvc_1440p_8100/prog_index.m3u8 -c copy "Apple Special Event, October 2021 (1440p) temp.mp4"
    ffmpeg -i "Apple Special Event, October 2021 (1440p) temp.mp4" -i "Apple Special Event, October 2021 temp.aac" -c copy "Apple Special Event, October 2021 (1440p).mp4"
    #h265 2160p
    ffmpeg -i https://p-events-delivery.akamaized.net/1001azawzugclrwbvehhawhkerzwfetq/vod_main_QXfNLMWGxcNjjtymsofuJLttKvwNuuVE/sdr_hvc_2160p_16800/prog_index.m3u8 -c copy "Apple Special Event, October 2021 (2160p) temp.mp4"
    ffmpeg -i "Apple Special Event, October 2021 (2160p) temp.mp4" -i "Apple Special Event, October 2021 temp.aac" -c copy "Apple Special Event, October 2021 (2160p).mp4"