Last active
July 22, 2020 11:57
-
-
Save dmthomas/fccd4606a2d290454bcb20738017748e to your computer and use it in GitHub Desktop.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
# Script to download all the WWDC 2020 session videos in the highest 4K video and audio | |
# You may have to update ffmpeg before using this script. I needed version 4.3 or higher to successfully download the videos. | |
# | |
# If you want the lower bitrate audio, do a find/replace of "audio_english_192" with "audio_english_64" | |
# If you want lower bitrate or lower resolution video, do a find/replace of "hvc_2160p_16800" with any of the following: | |
# "hvc_2160p_11600" | |
# "hvc_1440p_8100" | |
# "hvc_1080p_5800" | |
# "hvc_1080p_4500" | |
# "hvc_720p_3400" | |
# "hvc_720p_2400" | |
# "hvc_540p_1600" | |
# "avc_1080p_6000" | |
# "avc_720p_4500" | |
# "avc_720p_3000" | |
# "avc_540p_2000" | |
# | |
# Test using the below five lines to get the Monday Wrap-up video because it's short before using all or any of the remaining script. | |
#ffmpeg -i https://devstreaming-cdn.apple.com/videos/wwdc/2020/10691/2/A92788CB-81ED-4CCF-B6B1-4DD7A1F3E87D/hvc_2160p_16800/prog_index.m3u8 -c copy "Session - 10691 temp.mp4" | |
#ffmpeg -i https://devstreaming-cdn.apple.com/videos/wwdc/2020/10691/2/A92788CB-81ED-4CCF-B6B1-4DD7A1F3E87D/audio_english_192/prog_index.m3u8 -c copy "Session - 10691 temp.aac" | |
#ffmpeg -i "Session - 10691 temp.mp4" -i "Session - 10691 temp.aac" -c copy "Session 10691 - [email protected]" | |
#rm "Session - 10691 temp.mp4" | |
#rm "Session - 10691 temp.aac" | |
# | |
ffmpeg -i https://devstreaming-cdn.apple.com/videos/wwdc/2020/102/1/D80F0868-A427-49B2-8422-D79AB307560E/hvc_2160p_16800/prog_index.m3u8 -c copy "Session - 102 temp.mp4" | |
ffmpeg -i https://devstreaming-cdn.apple.com/videos/wwdc/2020/102/1/D80F0868-A427-49B2-8422-D79AB307560E/audio_english_192/prog_index.m3u8 -c copy "Session - 102 temp.aac" | |
ffmpeg -i "Session - 102 temp.mp4" -i "Session - 102 temp.aac" -c copy "Session 102 - Platforms State of the Union.mp4" | |
rm "Session - 102 temp.mp4" | |
rm "Session - 102 temp.aac" | |
ffmpeg -i https://devstreaming-cdn.apple.com/videos/wwdc/2020/10004/3/5EA087F0-CA3A-4A96-82EF-C4F9535695B6/hvc_2160p_16800/prog_index.m3u8 -c copy "Session - 10004 temp.mp4" | |
ffmpeg -i https://devstreaming-cdn.apple.com/videos/wwdc/2020/10004/3/5EA087F0-CA3A-4A96-82EF-C4F9535695B6/audio_english_192/prog_index.m3u8 -c copy "Session - 10004 temp.aac" | |
ffmpeg -i "Session - 10004 temp.mp4" -i "Session - 10004 temp.aac" -c copy "Session 10004 - Expanding automation with the App Store Connect API.mp4" | |
rm "Session - 10004 temp.mp4" | |
rm "Session - 10004 temp.aac" | |
ffmpeg -i https://devstreaming-cdn.apple.com/videos/wwdc/2020/10005/2/249EF487-AF09-4A6B-8734-218EB66D6671/hvc_2160p_16800/prog_index.m3u8 -c copy "Session - 10005 temp.mp4" | |
ffmpeg -i https://devstreaming-cdn.apple.com/videos/wwdc/2020/10005/2/249EF487-AF09-4A6B-8734-218EB66D6671/audio_english_192/prog_index.m3u8 -c copy "Session - 10005 temp.aac" | |
ffmpeg -i "Session - 10005 temp.mp4" -i "Session - 10005 temp.aac" -c copy "Session 10005 - What's new in assessment.mp4" | |
rm "Session - 10005 temp.mp4" | |
rm "Session - 10005 temp.aac" | |
ffmpeg -i https://devstreaming-cdn.apple.com/videos/wwdc/2020/10006/1/02933507-C933-414F-934F-29DD0D82B6AA/hvc_2160p_16800/prog_index.m3u8 -c copy "Session - 10006 temp.mp4" | |
ffmpeg -i https://devstreaming-cdn.apple.com/videos/wwdc/2020/10006/1/02933507-C933-414F-934F-29DD0D82B6AA/audio_english_192/prog_index.m3u8 -c copy "Session - 10006 temp.aac" | |
ffmpeg -i "Session - 10006 temp.mp4" -i "Session - 10006 temp.aac" -c copy "Session 10006 - Introducing Car Keys.mp4" | |
rm "Session - 10006 temp.mp4" | |
rm "Session - 10006 temp.aac" | |
ffmpeg -i https://devstreaming-cdn.apple.com/videos/wwdc/2020/10008/4/5AB40083-DB36-4DDE-8F71-52A43F3865DF/hvc_2160p_16800/prog_index.m3u8 -c copy "Session - 10008 temp.mp4" | |
ffmpeg -i https://devstreaming-cdn.apple.com/videos/wwdc/2020/10008/4/5AB40083-DB36-4DDE-8F71-52A43F3865DF/audio_english_192/prog_index.m3u8 -c copy "Session - 10008 temp.aac" | |
ffmpeg -i "Session - 10008 temp.mp4" -i "Session - 10008 temp.aac" -c copy "Session 10008 - Optimize the Core Image pipeline for your video app.mp4" | |
rm "Session - 10008 temp.mp4" | |
rm "Session - 10008 temp.aac" | |
ffmpeg -i https://devstreaming-cdn.apple.com/videos/wwdc/2020/10009/6/70938EA4-71D0-4036-A3CB-9A6EF1273325/hvc_2160p_16800/prog_index.m3u8 -c copy "Session - 10009 temp.mp4" | |
ffmpeg -i https://devstreaming-cdn.apple.com/videos/wwdc/2020/10009/6/70938EA4-71D0-4036-A3CB-9A6EF1273325/audio_english_192/prog_index.m3u8 -c copy "Session - 10009 temp.aac" | |
ffmpeg -i "Session - 10009 temp.mp4" -i "Session - 10009 temp.aac" -c copy "Session 10009 - Edit and play back HDR video with AVFoundation.mp4" | |
rm "Session - 10009 temp.mp4" | |
rm "Session - 10009 temp.aac" | |
ffmpeg -i https://devstreaming-cdn.apple.com/videos/wwdc/2020/10010/2/2225D15B-77FC-4E59-8FE2-B672B817B8AE/hvc_2160p_16800/prog_index.m3u8 -c copy "Session - 10010 temp.mp4" | |
ffmpeg -i https://devstreaming-cdn.apple.com/videos/wwdc/2020/10010/2/2225D15B-77FC-4E59-8FE2-B672B817B8AE/audio_english_192/prog_index.m3u8 -c copy "Session - 10010 temp.aac" | |
ffmpeg -i "Session - 10010 temp.mp4" -i "Session - 10010 temp.aac" -c copy "Session 10010 - Export HDR media in your app with AVFoundation.mp4" | |
rm "Session - 10010 temp.mp4" | |
rm "Session - 10010 temp.aac" | |
ffmpeg -i https://devstreaming-cdn.apple.com/videos/wwdc/2020/10011/1/E824C41D-19F4-4AC3-AED5-23467D2DAB0E/hvc_2160p_16800/prog_index.m3u8 -c copy "Session - 10011 temp.mp4" | |
ffmpeg -i https://devstreaming-cdn.apple.com/videos/wwdc/2020/10011/1/E824C41D-19F4-4AC3-AED5-23467D2DAB0E/audio_english_192/prog_index.m3u8 -c copy "Session - 10011 temp.aac" | |
ffmpeg -i "Session - 10011 temp.mp4" -i "Session - 10011 temp.aac" -c copy "Session 10011 - Author fragmented MPEG-4 content with AVAssetWriter.mp4" | |
rm "Session - 10011 temp.mp4" | |
rm "Session - 10011 temp.aac" | |
ffmpeg -i https://devstreaming-cdn.apple.com/videos/wwdc/2020/10012/2/24D04013-C950-4074-891E-EFBB3ABD9D62/hvc_2160p_16800/prog_index.m3u8 -c copy "Session - 10012 temp.mp4" | |
ffmpeg -i https://devstreaming-cdn.apple.com/videos/wwdc/2020/10012/2/24D04013-C950-4074-891E-EFBB3ABD9D62/audio_english_192/prog_index.m3u8 -c copy "Session - 10012 temp.aac" | |
ffmpeg -i "Session - 10012 temp.mp4" -i "Session - 10012 temp.aac" -c copy "Session 10012 - Discover ray tracing with Metal.mp4" | |
rm "Session - 10012 temp.mp4" | |
rm "Session - 10012 temp.aac" | |
ffmpeg -i https://devstreaming-cdn.apple.com/videos/wwdc/2020/10013/2/A859FF75-C6A9-4C68-BE40-1BC692C81505/hvc_2160p_16800/prog_index.m3u8 -c copy "Session - 10013 temp.mp4" | |
ffmpeg -i https://devstreaming-cdn.apple.com/videos/wwdc/2020/10013/2/A859FF75-C6A9-4C68-BE40-1BC692C81505/audio_english_192/prog_index.m3u8 -c copy "Session - 10013 temp.aac" | |
ffmpeg -i "Session - 10013 temp.mp4" -i "Session - 10013 temp.aac" -c copy "Session 10013 - Get to know Metal function pointers.mp4" | |
rm "Session - 10013 temp.mp4" | |
rm "Session - 10013 temp.aac" | |
ffmpeg -i https://devstreaming-cdn.apple.com/videos/wwdc/2020/10017/4/56EE5AF2-2087-4A9D-99F9-9308C0CCCB53/hvc_2160p_16800/prog_index.m3u8 -c copy "Session - 10017 temp.mp4" | |
ffmpeg -i https://devstreaming-cdn.apple.com/videos/wwdc/2020/10017/4/56EE5AF2-2087-4A9D-99F9-9308C0CCCB53/audio_english_192/prog_index.m3u8 -c copy "Session - 10017 temp.aac" | |
ffmpeg -i "Session - 10017 temp.mp4" -i "Session - 10017 temp.aac" -c copy "Session 10017 - Core Data: Sundries and maxims.mp4" | |
rm "Session - 10017 temp.mp4" | |
rm "Session - 10017 temp.aac" | |
ffmpeg -i https://devstreaming-cdn.apple.com/videos/wwdc/2020/10019/5/3AF1C46A-B904-4AC4-91A5-15312B249C5F/hvc_2160p_16800/prog_index.m3u8 -c copy "Session - 10019 temp.mp4" | |
ffmpeg -i https://devstreaming-cdn.apple.com/videos/wwdc/2020/10019/5/3AF1C46A-B904-4AC4-91A5-15312B249C5F/audio_english_192/prog_index.m3u8 -c copy "Session - 10019 temp.aac" | |
ffmpeg -i "Session - 10019 temp.mp4" -i "Session - 10019 temp.aac" -c copy "Session 10019 - App accessibility for Switch Control.mp4" | |
rm "Session - 10019 temp.mp4" | |
rm "Session - 10019 temp.aac" | |
ffmpeg -i https://devstreaming-cdn.apple.com/videos/wwdc/2020/10020/5/C64A687F-F0D4-4294-AB34-A289CFFC3AE7/hvc_2160p_16800/prog_index.m3u8 -c copy "Session - 10020 temp.mp4" | |
ffmpeg -i https://devstreaming-cdn.apple.com/videos/wwdc/2020/10020/5/C64A687F-F0D4-4294-AB34-A289CFFC3AE7/audio_english_192/prog_index.m3u8 -c copy "Session - 10020 temp.aac" | |
ffmpeg -i "Session - 10020 temp.mp4" -i "Session - 10020 temp.aac" -c copy "Session 10020 - Make your app visually accessible.mp4" | |
rm "Session - 10020 temp.mp4" | |
rm "Session - 10020 temp.aac" | |
ffmpeg -i https://devstreaming-cdn.apple.com/videos/wwdc/2020/10021/5/F235075E-8CFC-43D9-8B58-07F6C7337FFD/hvc_2160p_16800/prog_index.m3u8 -c copy "Session - 10021 temp.mp4" | |
ffmpeg -i https://devstreaming-cdn.apple.com/videos/wwdc/2020/10021/5/F235075E-8CFC-43D9-8B58-07F6C7337FFD/audio_english_192/prog_index.m3u8 -c copy "Session - 10021 temp.aac" | |
ffmpeg -i "Session - 10021 temp.mp4" -i "Session - 10021 temp.aac" -c copy "Session 10021 - Build Metal-based Core Image kernels with Xcode.mp4" | |
rm "Session - 10021 temp.mp4" | |
rm "Session - 10021 temp.aac" | |
ffmpeg -i https://devstreaming-cdn.apple.com/videos/wwdc/2020/10022/2/28325B31-AC65-4DD2-9FB7-47C67AF86D8E/hvc_2160p_16800/prog_index.m3u8 -c copy "Session - 10022 temp.mp4" | |
ffmpeg -i https://devstreaming-cdn.apple.com/videos/wwdc/2020/10022/2/28325B31-AC65-4DD2-9FB7-47C67AF86D8E/audio_english_192/prog_index.m3u8 -c copy "Session - 10022 temp.aac" | |
ffmpeg -i "Session - 10022 temp.mp4" -i "Session - 10022 temp.aac" -c copy "Session 10022 - Create a seamless speech experience in your apps.mp4" | |
rm "Session - 10022 temp.mp4" | |
rm "Session - 10022 temp.aac" | |
ffmpeg -i https://devstreaming-cdn.apple.com/videos/wwdc/2020/10026/5/B32D5162-C0B7-418D-B9F9-DED5EFD06655/hvc_2160p_16800/prog_index.m3u8 -c copy "Session - 10026 temp.mp4" | |
ffmpeg -i https://devstreaming-cdn.apple.com/videos/wwdc/2020/10026/5/B32D5162-C0B7-418D-B9F9-DED5EFD06655/audio_english_192/prog_index.m3u8 -c copy "Session - 10026 temp.aac" | |
ffmpeg -i "Session - 10026 temp.mp4" -i "Session - 10026 temp.aac" -c copy "Session 10026 - Lists in UICollectionView.mp4" | |
rm "Session - 10026 temp.mp4" | |
rm "Session - 10026 temp.aac" | |
ffmpeg -i https://devstreaming-cdn.apple.com/videos/wwdc/2020/10027/1/83130B0F-2957-4A34-8FF3-AFD3AD6E7739/hvc_2160p_16800/prog_index.m3u8 -c copy "Session - 10027 temp.mp4" | |
ffmpeg -i https://devstreaming-cdn.apple.com/videos/wwdc/2020/10027/1/83130B0F-2957-4A34-8FF3-AFD3AD6E7739/audio_english_192/prog_index.m3u8 -c copy "Session - 10027 temp.aac" | |
ffmpeg -i "Session - 10027 temp.mp4" -i "Session - 10027 temp.aac" -c copy "Session 10027 - Modern cell configuration.mp4" | |
rm "Session - 10027 temp.mp4" | |
rm "Session - 10027 temp.aac" | |
ffmpeg -i https://devstreaming-cdn.apple.com/videos/wwdc/2020/10028/2/D443EC7E-54A5-4B9A-B073-18EBE9A7CE2A/hvc_2160p_16800/prog_index.m3u8 -c copy "Session - 10028 temp.mp4" | |
ffmpeg -i https://devstreaming-cdn.apple.com/videos/wwdc/2020/10028/2/D443EC7E-54A5-4B9A-B073-18EBE9A7CE2A/audio_english_192/prog_index.m3u8 -c copy "Session - 10028 temp.aac" | |
ffmpeg -i "Session - 10028 temp.mp4" -i "Session - 10028 temp.aac" -c copy "Session 10028 - Meet WidgetKit.mp4" | |
rm "Session - 10028 temp.mp4" | |
rm "Session - 10028 temp.aac" | |
ffmpeg -i https://devstreaming-cdn.apple.com/videos/wwdc/2020/10031/3/1B7C8541-59F6-419E-A1AF-A97B2A636C1B/hvc_2160p_16800/prog_index.m3u8 -c copy "Session - 10031 temp.mp4" | |
ffmpeg -i https://devstreaming-cdn.apple.com/videos/wwdc/2020/10031/3/1B7C8541-59F6-419E-A1AF-A97B2A636C1B/audio_english_192/prog_index.m3u8 -c copy "Session - 10031 temp.aac" | |
ffmpeg -i "Session - 10031 temp.mp4" -i "Session - 10031 temp.aac" -c copy "Session 10031 - Stacks, Grids, and Outlines in SwiftUI.mp4" | |
rm "Session - 10031 temp.mp4" | |
rm "Session - 10031 temp.aac" | |
ffmpeg -i https://devstreaming-cdn.apple.com/videos/wwdc/2020/10033/4/304690FC-B7D9-4ADD-9ECB-1A44B05144B7/hvc_2160p_16800/prog_index.m3u8 -c copy "Session - 10033 temp.mp4" | |
ffmpeg -i https://devstreaming-cdn.apple.com/videos/wwdc/2020/10033/4/304690FC-B7D9-4ADD-9ECB-1A44B05144B7/audio_english_192/prog_index.m3u8 -c copy "Session - 10033 temp.aac" | |
ffmpeg -i "Session - 10033 temp.mp4" -i "Session - 10033 temp.aac" -c copy "Session 10033 - Build SwiftUI views for widgets.mp4" | |
rm "Session - 10033 temp.mp4" | |
rm "Session - 10033 temp.aac" | |
ffmpeg -i https://devstreaming-cdn.apple.com/videos/wwdc/2020/10034/1/DD97BF31-3402-43A6-81EB-079E0E1F7EED/hvc_2160p_16800/prog_index.m3u8 -c copy "Session - 10034 temp.mp4" | |
ffmpeg -i https://devstreaming-cdn.apple.com/videos/wwdc/2020/10034/1/DD97BF31-3402-43A6-81EB-079E0E1F7EED/audio_english_192/prog_index.m3u8 -c copy "Session - 10034 temp.aac" | |
ffmpeg -i "Session - 10034 temp.mp4" -i "Session - 10034 temp.aac" -c copy "Session 10034 - Widgets Code-along, part 1 - The adventure begins.mp4" | |
rm "Session - 10034 temp.mp4" | |
rm "Session - 10034 temp.aac" | |
ffmpeg -i https://devstreaming-cdn.apple.com/videos/wwdc/2020/10035/2/70BC41EB-D88F-4E60-9C0F-83A10608927B/hvc_2160p_16800/prog_index.m3u8 -c copy "Session - 10035 temp.mp4" | |
ffmpeg -i https://devstreaming-cdn.apple.com/videos/wwdc/2020/10035/2/70BC41EB-D88F-4E60-9C0F-83A10608927B/audio_english_192/prog_index.m3u8 -c copy "Session - 10035 temp.aac" | |
ffmpeg -i "Session - 10035 temp.mp4" -i "Session - 10035 temp.aac" -c copy "Session 10035 - Widgets Code-along, part 2 - Alternate timelines.mp4" | |
rm "Session - 10035 temp.mp4" | |
rm "Session - 10035 temp.aac" | |
ffmpeg -i https://devstreaming-cdn.apple.com/videos/wwdc/2020/10036/2/DEDFDF9D-EC34-4B75-9E5B-D3E51C6F02CA/hvc_2160p_16800/prog_index.m3u8 -c copy "Session - 10036 temp.mp4" | |
ffmpeg -i https://devstreaming-cdn.apple.com/videos/wwdc/2020/10036/2/DEDFDF9D-EC34-4B75-9E5B-D3E51C6F02CA/audio_english_192/prog_index.m3u8 -c copy "Session - 10036 temp.aac" | |
ffmpeg -i "Session - 10036 temp.mp4" -i "Session - 10036 temp.aac" -c copy "Session 10036 - Widgets Code-along, part 3 - Advancing timelines.mp4" | |
rm "Session - 10036 temp.mp4" | |
rm "Session - 10036 temp.aac" | |
ffmpeg -i https://devstreaming-cdn.apple.com/videos/wwdc/2020/10037/2/4F91FDCC-9D6D-49CE-97C9-693004DDE30C/hvc_2160p_16800/prog_index.m3u8 -c copy "Session - 10037 temp.mp4" | |
ffmpeg -i https://devstreaming-cdn.apple.com/videos/wwdc/2020/10037/2/4F91FDCC-9D6D-49CE-97C9-693004DDE30C/audio_english_192/prog_index.m3u8 -c copy "Session - 10037 temp.aac" | |
ffmpeg -i "Session - 10037 temp.mp4" -i "Session - 10037 temp.aac" -c copy "Session 10037 - App essentials in SwiftUI.mp4" | |
rm "Session - 10037 temp.mp4" | |
rm "Session - 10037 temp.aac" | |
ffmpeg -i https://devstreaming-cdn.apple.com/videos/wwdc/2020/10039/2/77FEC8BA-EBFE-492B-BD87-7F4B92EEDF69/hvc_2160p_16800/prog_index.m3u8 -c copy "Session - 10039 temp.mp4" | |
ffmpeg -i https://devstreaming-cdn.apple.com/videos/wwdc/2020/10039/2/77FEC8BA-EBFE-492B-BD87-7F4B92EEDF69/audio_english_192/prog_index.m3u8 -c copy "Session - 10039 temp.aac" | |
ffmpeg -i "Session - 10039 temp.mp4" -i "Session - 10039 temp.aac" -c copy "Session 10039 - Build document-based apps in SwiftUI.mp4" | |
rm "Session - 10039 temp.mp4" | |
rm "Session - 10039 temp.aac" | |
ffmpeg -i https://devstreaming-cdn.apple.com/videos/wwdc/2020/10040/2/1883A34E-C606-4F56-9A9C-35B67257264E/hvc_2160p_16800/prog_index.m3u8 -c copy "Session - 10040 temp.mp4" | |
ffmpeg -i https://devstreaming-cdn.apple.com/videos/wwdc/2020/10040/2/1883A34E-C606-4F56-9A9C-35B67257264E/audio_english_192/prog_index.m3u8 -c copy "Session - 10040 temp.aac" | |
ffmpeg -i "Session - 10040 temp.mp4" -i "Session - 10040 temp.aac" -c copy "Session 10040 - Data Essentials in SwiftUI.mp4" | |
rm "Session - 10040 temp.mp4" | |
rm "Session - 10040 temp.aac" | |
ffmpeg -i https://devstreaming-cdn.apple.com/videos/wwdc/2020/10041/5/A0813DDE-8B07-4794-8A8E-5B4369D5E189/hvc_2160p_16800/prog_index.m3u8 -c copy "Session - 10041 temp.mp4" | |
ffmpeg -i https://devstreaming-cdn.apple.com/videos/wwdc/2020/10041/5/A0813DDE-8B07-4794-8A8E-5B4369D5E189/audio_english_192/prog_index.m3u8 -c copy "Session - 10041 temp.aac" | |
ffmpeg -i "Session - 10041 temp.mp4" -i "Session - 10041 temp.aac" -c copy "Session 10041 - What's new in SwiftUI.mp4" | |
rm "Session - 10041 temp.mp4" | |
rm "Session - 10041 temp.aac" | |
ffmpeg -i https://devstreaming-cdn.apple.com/videos/wwdc/2020/10042/4/B38E5ED8-1188-4675-877A-272A47769177/hvc_2160p_16800/prog_index.m3u8 -c copy "Session - 10042 temp.mp4" | |
ffmpeg -i https://devstreaming-cdn.apple.com/videos/wwdc/2020/10042/4/B38E5ED8-1188-4675-877A-272A47769177/audio_english_192/prog_index.m3u8 -c copy "Session - 10042 temp.aac" | |
ffmpeg -i "Session - 10042 temp.mp4" -i "Session - 10042 temp.aac" -c copy "Session 10042 - Build SwiftUI apps for tvOS.mp4" | |
rm "Session - 10042 temp.mp4" | |
rm "Session - 10042 temp.aac" | |
ffmpeg -i https://devstreaming-cdn.apple.com/videos/wwdc/2020/10043/2/949BD199-627B-486F-A85A-1255E4B935EC/hvc_2160p_16800/prog_index.m3u8 -c copy "Session - 10043 temp.mp4" | |
ffmpeg -i https://devstreaming-cdn.apple.com/videos/wwdc/2020/10043/2/949BD199-627B-486F-A85A-1255E4B935EC/audio_english_192/prog_index.m3u8 -c copy "Session - 10043 temp.aac" | |
ffmpeg -i "Session - 10043 temp.mp4" -i "Session - 10043 temp.aac" -c copy "Session 10043 - Build an Action Classifier with Create ML.mp4" | |
rm "Session - 10043 temp.mp4" | |
rm "Session - 10043 temp.aac" | |
ffmpeg -i https://devstreaming-cdn.apple.com/videos/wwdc/2020/10045/1/05C8FECE-B00F-4E58-9B29-B62713F310D7/hvc_2160p_16800/prog_index.m3u8 -c copy "Session - 10045 temp.mp4" | |
ffmpeg -i https://devstreaming-cdn.apple.com/videos/wwdc/2020/10045/1/05C8FECE-B00F-4E58-9B29-B62713F310D7/audio_english_192/prog_index.m3u8 -c copy "Session - 10045 temp.aac" | |
ffmpeg -i "Session - 10045 temp.mp4" -i "Session - 10045 temp.aac" -c copy "Session 10045 - Advances in diffable data sources.mp4" | |
rm "Session - 10045 temp.mp4" | |
rm "Session - 10045 temp.aac" | |
ffmpeg -i https://devstreaming-cdn.apple.com/videos/wwdc/2020/10046/3/81191926-FCF7-408D-A0CF-AD8C402ACF1C/hvc_2160p_16800/prog_index.m3u8 -c copy "Session - 10046 temp.mp4" | |
ffmpeg -i https://devstreaming-cdn.apple.com/videos/wwdc/2020/10046/3/81191926-FCF7-408D-A0CF-AD8C402ACF1C/audio_english_192/prog_index.m3u8 -c copy "Session - 10046 temp.aac" | |
ffmpeg -i "Session - 10046 temp.mp4" -i "Session - 10046 temp.aac" -c copy "Session 10046 - Create complications for Apple Watch.mp4" | |
rm "Session - 10046 temp.mp4" | |
rm "Session - 10046 temp.aac" | |
ffmpeg -i https://devstreaming-cdn.apple.com/videos/wwdc/2020/10047/3/D5C10755-5207-4B93-A25D-23489E4E8AC7/hvc_2160p_16800/prog_index.m3u8 -c copy "Session - 10047 temp.mp4" | |
ffmpeg -i https://devstreaming-cdn.apple.com/videos/wwdc/2020/10047/3/D5C10755-5207-4B93-A25D-23489E4E8AC7/audio_english_192/prog_index.m3u8 -c copy "Session - 10047 temp.aac" | |
ffmpeg -i "Session - 10047 temp.mp4" -i "Session - 10047 temp.aac" -c copy "Session 10047 - Enable encrypted DNS.mp4" | |
rm "Session - 10047 temp.mp4" | |
rm "Session - 10047 temp.aac" | |
ffmpeg -i https://devstreaming-cdn.apple.com/videos/wwdc/2020/10048/3/91F48BEB-CE9E-4F5F-9D5C-A36D2312DEBD/hvc_2160p_16800/prog_index.m3u8 -c copy "Session - 10048 temp.mp4" | |
ffmpeg -i https://devstreaming-cdn.apple.com/videos/wwdc/2020/10048/3/91F48BEB-CE9E-4F5F-9D5C-A36D2312DEBD/audio_english_192/prog_index.m3u8 -c copy "Session - 10048 temp.aac" | |
ffmpeg -i "Session - 10048 temp.mp4" -i "Session - 10048 temp.aac" -c copy "Session 10048 - Build complications in SwiftUI.mp4" | |
rm "Session - 10048 temp.mp4" | |
rm "Session - 10048 temp.aac" | |
ffmpeg -i https://devstreaming-cdn.apple.com/videos/wwdc/2020/10049/8/587BE8BD-074C-4607-A435-3DF9157348B7/hvc_2160p_16800/prog_index.m3u8 -c copy "Session - 10049 temp.mp4" | |
ffmpeg -i https://devstreaming-cdn.apple.com/videos/wwdc/2020/10049/8/587BE8BD-074C-4607-A435-3DF9157348B7/audio_english_192/prog_index.m3u8 -c copy "Session - 10049 temp.aac" | |
ffmpeg -i "Session - 10049 temp.mp4" -i "Session - 10049 temp.aac" -c copy "Session 10049 - Keep your complications up to date.mp4" | |
rm "Session - 10049 temp.mp4" | |
rm "Session - 10049 temp.aac" | |
ffmpeg -i https://devstreaming-cdn.apple.com/videos/wwdc/2020/10052/4/6637E1B9-615B-4228-878F-9962385DBB8B/hvc_2160p_16800/prog_index.m3u8 -c copy "Session - 10052 temp.mp4" | |
ffmpeg -i https://devstreaming-cdn.apple.com/videos/wwdc/2020/10052/4/6637E1B9-615B-4228-878F-9962385DBB8B/audio_english_192/prog_index.m3u8 -c copy "Session - 10052 temp.aac" | |
ffmpeg -i "Session - 10052 temp.mp4" -i "Session - 10052 temp.aac" -c copy "Session 10052 - Build with iOS pickers, menus and actions.mp4" | |
rm "Session - 10052 temp.mp4" | |
rm "Session - 10052 temp.aac" | |
ffmpeg -i https://devstreaming-cdn.apple.com/videos/wwdc/2020/10056/9/9A3ECD2F-44B1-42E3-9EBC-62186F6994F4/hvc_2160p_16800/prog_index.m3u8 -c copy "Session - 10056 temp.mp4" | |
ffmpeg -i https://devstreaming-cdn.apple.com/videos/wwdc/2020/10056/9/9A3ECD2F-44B1-42E3-9EBC-62186F6994F4/audio_english_192/prog_index.m3u8 -c copy "Session - 10056 temp.aac" | |
ffmpeg -i "Session - 10056 temp.mp4" -i "Session - 10056 temp.aac" -c copy "Session 10056 - Optimize the interface of your Mac Catalyst app.mp4" | |
rm "Session - 10056 temp.mp4" | |
rm "Session - 10056 temp.aac" | |
ffmpeg -i https://devstreaming-cdn.apple.com/videos/wwdc/2020/10057/2/1CD08B04-B1DA-4B06-B344-30A6EB05BCC7/hvc_2160p_16800/prog_index.m3u8 -c copy "Session - 10057 temp.mp4" | |
ffmpeg -i https://devstreaming-cdn.apple.com/videos/wwdc/2020/10057/2/1CD08B04-B1DA-4B06-B344-30A6EB05BCC7/audio_english_192/prog_index.m3u8 -c copy "Session - 10057 temp.aac" | |
ffmpeg -i "Session - 10057 temp.mp4" -i "Session - 10057 temp.aac" -c copy "Session 10057 - Identify trends with the Power and Performance API.mp4" | |
rm "Session - 10057 temp.mp4" | |
rm "Session - 10057 temp.aac" | |
ffmpeg -i https://devstreaming-cdn.apple.com/videos/wwdc/2020/10060/7/63F224AC-58A2-43EE-A05B-78DD2841AC2A/hvc_2160p_16800/prog_index.m3u8 -c copy "Session - 10060 temp.mp4" | |
ffmpeg -i https://devstreaming-cdn.apple.com/videos/wwdc/2020/10060/7/63F224AC-58A2-43EE-A05B-78DD2841AC2A/audio_english_192/prog_index.m3u8 -c copy "Session - 10060 temp.aac" | |
ffmpeg -i "Session - 10060 temp.mp4" -i "Session - 10060 temp.aac" -c copy "Session 10060 - Design high quality Siri media interactions.mp4" | |
rm "Session - 10060 temp.mp4" | |
rm "Session - 10060 temp.aac" | |
ffmpeg -i https://devstreaming-cdn.apple.com/videos/wwdc/2020/10061/5/CDF4B558-1CD6-459A-AE54-BF781C393E5E/hvc_2160p_16800/prog_index.m3u8 -c copy "Session - 10061 temp.mp4" | |
ffmpeg -i https://devstreaming-cdn.apple.com/videos/wwdc/2020/10061/5/CDF4B558-1CD6-459A-AE54-BF781C393E5E/audio_english_192/prog_index.m3u8 -c copy "Session - 10061 temp.aac" | |
ffmpeg -i "Session - 10061 temp.mp4" -i "Session - 10061 temp.aac" -c copy "Session 10061 - Expand your SiriKit Media Intents to more platforms.mp4" | |
rm "Session - 10061 temp.mp4" | |
rm "Session - 10061 temp.aac" | |
ffmpeg -i https://devstreaming-cdn.apple.com/videos/wwdc/2020/10063/1/C2F4908A-ECBE-4752-BF78-915699C70677/hvc_2160p_16800/prog_index.m3u8 -c copy "Session - 10063 temp.mp4" | |
ffmpeg -i https://devstreaming-cdn.apple.com/videos/wwdc/2020/10063/1/C2F4908A-ECBE-4752-BF78-915699C70677/audio_english_192/prog_index.m3u8 -c copy "Session - 10063 temp.aac" | |
ffmpeg -i "Session - 10063 temp.mp4" -i "Session - 10063 temp.aac" -c copy "Session 10063 - Background execution demystified.mp4" | |
rm "Session - 10063 temp.mp4" | |
rm "Session - 10063 temp.aac" | |
ffmpeg -i https://devstreaming-cdn.apple.com/videos/wwdc/2020/10068/4/CABBE28B-5370-4E32-8814-149C5B8B0368/hvc_2160p_16800/prog_index.m3u8 -c copy "Session - 10068 temp.mp4" | |
ffmpeg -i https://devstreaming-cdn.apple.com/videos/wwdc/2020/10068/4/CABBE28B-5370-4E32-8814-149C5B8B0368/audio_english_192/prog_index.m3u8 -c copy "Session - 10068 temp.aac" | |
ffmpeg -i "Session - 10068 temp.mp4" -i "Session - 10068 temp.aac" -c copy "Session 10068 - What's new in SiriKit and Shortcuts.mp4" | |
rm "Session - 10068 temp.mp4" | |
rm "Session - 10068 temp.aac" | |
ffmpeg -i https://devstreaming-cdn.apple.com/videos/wwdc/2020/10071/1/56157276-5606-4CE5-AC58-2CBEB41E2372/hvc_2160p_16800/prog_index.m3u8 -c copy "Session - 10071 temp.mp4" | |
ffmpeg -i https://devstreaming-cdn.apple.com/videos/wwdc/2020/10071/1/56157276-5606-4CE5-AC58-2CBEB41E2372/audio_english_192/prog_index.m3u8 -c copy "Session - 10071 temp.aac" | |
ffmpeg -i "Session - 10071 temp.mp4" -i "Session - 10071 temp.aac" -c copy "Session 10071 - Evaluate and optimize voice interaction for your app.mp4" | |
rm "Session - 10071 temp.mp4" | |
rm "Session - 10071 temp.aac" | |
ffmpeg -i https://devstreaming-cdn.apple.com/videos/wwdc/2020/10073/2/E04129AA-96EA-499E-A94C-E96F1164059A/hvc_2160p_16800/prog_index.m3u8 -c copy "Session - 10073 temp.mp4" | |
ffmpeg -i https://devstreaming-cdn.apple.com/videos/wwdc/2020/10073/2/E04129AA-96EA-499E-A94C-E96F1164059A/audio_english_192/prog_index.m3u8 -c copy "Session - 10073 temp.aac" | |
ffmpeg -i "Session - 10073 temp.mp4" -i "Session - 10073 temp.aac" -c copy "Session 10073 - Empower your intents.mp4" | |
rm "Session - 10073 temp.mp4" | |
rm "Session - 10073 temp.aac" | |
ffmpeg -i https://devstreaming-cdn.apple.com/videos/wwdc/2020/10074/2/EF2DA5EE-0006-4155-A757-A726DD643CE8/hvc_2160p_16800/prog_index.m3u8 -c copy "Session - 10074 temp.mp4" | |
ffmpeg -i https://devstreaming-cdn.apple.com/videos/wwdc/2020/10074/2/EF2DA5EE-0006-4155-A757-A726DD643CE8/audio_english_192/prog_index.m3u8 -c copy "Session - 10074 temp.aac" | |
ffmpeg -i "Session - 10074 temp.mp4" -i "Session - 10074 temp.aac" -c copy "Session 10074 - Decipher and deal with common Siri errors.mp4" | |
rm "Session - 10074 temp.mp4" | |
rm "Session - 10074 temp.aac" | |
ffmpeg -i https://devstreaming-cdn.apple.com/videos/wwdc/2020/10076/2/939E9AD6-0771-49BA-B145-16572CE38C6C/hvc_2160p_16800/prog_index.m3u8 -c copy "Session - 10076 temp.mp4" | |
ffmpeg -i https://devstreaming-cdn.apple.com/videos/wwdc/2020/10076/2/939E9AD6-0771-49BA-B145-16572CE38C6C/audio_english_192/prog_index.m3u8 -c copy "Session - 10076 temp.aac" | |
ffmpeg -i "Session - 10076 temp.mp4" -i "Session - 10076 temp.aac" -c copy "Session 10076 - Diagnose performance issues with the Xcode Organizer.mp4" | |
rm "Session - 10076 temp.mp4" | |
rm "Session - 10076 temp.aac" | |
ffmpeg -i https://devstreaming-cdn.apple.com/videos/wwdc/2020/10077/1/9A150DC3-4DCB-4A04-90FD-323C75C5A7F4/hvc_2160p_16800/prog_index.m3u8 -c copy "Session - 10077 temp.mp4" | |
ffmpeg -i https://devstreaming-cdn.apple.com/videos/wwdc/2020/10077/1/9A150DC3-4DCB-4A04-90FD-323C75C5A7F4/audio_english_192/prog_index.m3u8 -c copy "Session - 10077 temp.aac" | |
ffmpeg -i "Session - 10077 temp.mp4" -i "Session - 10077 temp.aac" -c copy "Session 10077 - Eliminate animation hitches with XCTest.mp4" | |
rm "Session - 10077 temp.mp4" | |
rm "Session - 10077 temp.aac" | |
ffmpeg -i https://devstreaming-cdn.apple.com/videos/wwdc/2020/10078/2/3874B6B7-228F-440C-9DA6-378AE6D29E58/hvc_2160p_16800/prog_index.m3u8 -c copy "Session - 10078 temp.mp4" | |
ffmpeg -i https://devstreaming-cdn.apple.com/videos/wwdc/2020/10078/2/3874B6B7-228F-440C-9DA6-378AE6D29E58/audio_english_192/prog_index.m3u8 -c copy "Session - 10078 temp.aac" | |
ffmpeg -i "Session - 10078 temp.mp4" -i "Session - 10078 temp.aac" -c copy "Session 10078 - Why is my app getting killed?.mp4" | |
rm "Session - 10078 temp.mp4" | |
rm "Session - 10078 temp.aac" | |
ffmpeg -i https://devstreaming-cdn.apple.com/videos/wwdc/2020/10081/2/E7652D43-23F3-4A3E-992F-04D72DE87DF0/hvc_2160p_16800/prog_index.m3u8 -c copy "Session - 10081 temp.mp4" | |
ffmpeg -i https://devstreaming-cdn.apple.com/videos/wwdc/2020/10081/2/E7652D43-23F3-4A3E-992F-04D72DE87DF0/audio_english_192/prog_index.m3u8 -c copy "Session - 10081 temp.aac" | |
ffmpeg -i "Session - 10081 temp.mp4" -i "Session - 10081 temp.aac" -c copy "Session 10081 - What's new in MetricKit.mp4" | |
rm "Session - 10081 temp.mp4" | |
rm "Session - 10081 temp.aac" | |
ffmpeg -i https://devstreaming-cdn.apple.com/videos/wwdc/2020/10083/2/AF15F679-76BC-4C61-9372-22A3E480091B/hvc_2160p_16800/prog_index.m3u8 -c copy "Session - 10083 temp.mp4" | |
ffmpeg -i https://devstreaming-cdn.apple.com/videos/wwdc/2020/10083/2/AF15F679-76BC-4C61-9372-22A3E480091B/audio_english_192/prog_index.m3u8 -c copy "Session - 10083 temp.aac" | |
ffmpeg -i "Session - 10083 temp.mp4" -i "Session - 10083 temp.aac" -c copy "Session 10083 - Integrate your app with Wind Down.mp4" | |
rm "Session - 10083 temp.mp4" | |
rm "Session - 10083 temp.aac" | |
ffmpeg -i https://devstreaming-cdn.apple.com/videos/wwdc/2020/10084/3/283AB1A1-F525-4700-8AAA-9695084F0B32/hvc_2160p_16800/prog_index.m3u8 -c copy "Session - 10084 temp.mp4" | |
ffmpeg -i https://devstreaming-cdn.apple.com/videos/wwdc/2020/10084/3/283AB1A1-F525-4700-8AAA-9695084F0B32/audio_english_192/prog_index.m3u8 -c copy "Session - 10084 temp.aac" | |
ffmpeg -i "Session - 10084 temp.mp4" -i "Session - 10084 temp.aac" -c copy "Session 10084 - Feature your actions in the Shortcuts app.mp4" | |
rm "Session - 10084 temp.mp4" | |
rm "Session - 10084 temp.aac" | |
ffmpeg -i https://devstreaming-cdn.apple.com/videos/wwdc/2020/10086/2/87FA13AF-A18D-4FAA-9E38-D6ECEC90AB05/hvc_2160p_16800/prog_index.m3u8 -c copy "Session - 10086 temp.mp4" | |
ffmpeg -i https://devstreaming-cdn.apple.com/videos/wwdc/2020/10086/2/87FA13AF-A18D-4FAA-9E38-D6ECEC90AB05/audio_english_192/prog_index.m3u8 -c copy "Session - 10086 temp.aac" | |
ffmpeg -i "Session - 10086 temp.mp4" -i "Session - 10086 temp.aac" -c copy "Session 10086 - Design for intelligence - Apps, evolved.mp4" | |
rm "Session - 10086 temp.mp4" | |
rm "Session - 10086 temp.aac" | |
ffmpeg -i https://devstreaming-cdn.apple.com/videos/wwdc/2020/10087/4/1947D6AD-6036-4086-A3FC-D511C48D543D/hvc_2160p_16800/prog_index.m3u8 -c copy "Session - 10087 temp.mp4" | |
ffmpeg -i https://devstreaming-cdn.apple.com/videos/wwdc/2020/10087/4/1947D6AD-6036-4086-A3FC-D511C48D543D/audio_english_192/prog_index.m3u8 -c copy "Session - 10087 temp.aac" | |
ffmpeg -i "Session - 10087 temp.mp4" -i "Session - 10087 temp.aac" -c copy "Session 10087 - Design for intelligence - Make friends with The System.mp4" | |
rm "Session - 10087 temp.mp4" | |
rm "Session - 10087 temp.aac" | |
ffmpeg -i https://devstreaming-cdn.apple.com/videos/wwdc/2020/10088/2/81B94958-493D-4351-9775-CE7A1E2CAB57/hvc_2160p_16800/prog_index.m3u8 -c copy "Session - 10088 temp.mp4" | |
ffmpeg -i https://devstreaming-cdn.apple.com/videos/wwdc/2020/10088/2/81B94958-493D-4351-9775-CE7A1E2CAB57/audio_english_192/prog_index.m3u8 -c copy "Session - 10088 temp.aac" | |
ffmpeg -i "Session - 10088 temp.mp4" -i "Session - 10088 temp.aac" -c copy "Session 10088 - Design for intelligence - Discover new opportunities.mp4" | |
rm "Session - 10088 temp.mp4" | |
rm "Session - 10088 temp.aac" | |
ffmpeg -i https://devstreaming-cdn.apple.com/videos/wwdc/2020/10089/4/2DBC4710-18BF-43AA-B350-FCE96187E788/hvc_2160p_16800/prog_index.m3u8 -c copy "Session - 10089 temp.mp4" | |
ffmpeg -i https://devstreaming-cdn.apple.com/videos/wwdc/2020/10089/4/2DBC4710-18BF-43AA-B350-FCE96187E788/audio_english_192/prog_index.m3u8 -c copy "Session - 10089 temp.aac" | |
ffmpeg -i "Session - 10089 temp.mp4" -i "Session - 10089 temp.aac" -c copy "Session 10089 - Discover Core Image debugging techniques.mp4" | |
rm "Session - 10089 temp.mp4" | |
rm "Session - 10089 temp.aac" | |
ffmpeg -i https://devstreaming-cdn.apple.com/videos/wwdc/2020/10090/4/5EF0B182-546A-4890-B99B-3E1FF5D3A03B/hvc_2160p_16800/prog_index.m3u8 -c copy "Session - 10090 temp.mp4" | |
ffmpeg -i https://devstreaming-cdn.apple.com/videos/wwdc/2020/10090/4/5EF0B182-546A-4890-B99B-3E1FF5D3A03B/audio_english_192/prog_index.m3u8 -c copy "Session - 10090 temp.aac" | |
ffmpeg -i "Session - 10090 temp.mp4" -i "Session - 10090 temp.aac" -c copy "Session 10090 - Decode ProRes with AVFoundation and VideoToolbox.mp4" | |
rm "Session - 10090 temp.mp4" | |
rm "Session - 10090 temp.aac" | |
ffmpeg -i https://devstreaming-cdn.apple.com/videos/wwdc/2020/10091/1/942EDF22-6815-4183-8CAD-0B0A6F6E783A/hvc_2160p_16800/prog_index.m3u8 -c copy "Session - 10091 temp.mp4" | |
ffmpeg -i https://devstreaming-cdn.apple.com/videos/wwdc/2020/10091/1/942EDF22-6815-4183-8CAD-0B0A6F6E783A/audio_english_192/prog_index.m3u8 -c copy "Session - 10091 temp.aac" | |
ffmpeg -i "Session - 10091 temp.mp4" -i "Session - 10091 temp.aac" -c copy "Session 10091 - Write tests to fail.mp4" | |
rm "Session - 10091 temp.mp4" | |
rm "Session - 10091 temp.aac" | |
ffmpeg -i https://devstreaming-cdn.apple.com/videos/wwdc/2020/10093/1/6804B64E-7A99-4B55-AB96-D613DB79C4E7/hvc_2160p_16800/prog_index.m3u8 -c copy "Session - 10093 temp.mp4" | |
ffmpeg -i https://devstreaming-cdn.apple.com/videos/wwdc/2020/10093/1/6804B64E-7A99-4B55-AB96-D613DB79C4E7/audio_english_192/prog_index.m3u8 -c copy "Session - 10093 temp.aac" | |
ffmpeg -i "Session - 10093 temp.mp4" -i "Session - 10093 temp.aac" -c copy "Session 10093 - Build for the iPadOS pointer.mp4" | |
rm "Session - 10093 temp.mp4" | |
rm "Session - 10093 temp.aac" | |
ffmpeg -i https://devstreaming-cdn.apple.com/videos/wwdc/2020/10094/2/CA751989-98CA-434D-98B5-544CA4A8B216/hvc_2160p_16800/prog_index.m3u8 -c copy "Session - 10094 temp.mp4" | |
ffmpeg -i https://devstreaming-cdn.apple.com/videos/wwdc/2020/10094/2/CA751989-98CA-434D-98B5-544CA4A8B216/audio_english_192/prog_index.m3u8 -c copy "Session - 10094 temp.aac" | |
ffmpeg -i "Session - 10094 temp.mp4" -i "Session - 10094 temp.aac" -c copy "Session 10094 - Handle trackpad and mouse input.mp4" | |
rm "Session - 10094 temp.mp4" | |
rm "Session - 10094 temp.aac" | |
ffmpeg -i https://devstreaming-cdn.apple.com/videos/wwdc/2020/10095/2/68EEB3DA-8242-464D-8311-7BA6005AA4F7/hvc_2160p_16800/prog_index.m3u8 -c copy "Session - 10095 temp.mp4" | |
ffmpeg -i https://devstreaming-cdn.apple.com/videos/wwdc/2020/10095/2/68EEB3DA-8242-464D-8311-7BA6005AA4F7/audio_english_192/prog_index.m3u8 -c copy "Session - 10095 temp.aac" | |
ffmpeg -i "Session - 10095 temp.mp4" -i "Session - 10095 temp.aac" -c copy "Session 10095 - The Push Notifications primer.mp4" | |
rm "Session - 10095 temp.mp4" | |
rm "Session - 10095 temp.aac" | |
ffmpeg -i https://devstreaming-cdn.apple.com/videos/wwdc/2020/10096/3/E26BE90C-7F33-4ADB-9939-505758D60858/hvc_2160p_16800/prog_index.m3u8 -c copy "Session - 10096 temp.mp4" | |
ffmpeg -i https://devstreaming-cdn.apple.com/videos/wwdc/2020/10096/3/E26BE90C-7F33-4ADB-9939-505758D60858/audio_english_192/prog_index.m3u8 -c copy "Session - 10096 temp.aac" | |
ffmpeg -i "Session - 10096 temp.mp4" -i "Session - 10096 temp.aac" -c copy "Session 10096 - Explore Packages and Projects with Xcode Playgrounds.mp4" | |
rm "Session - 10096 temp.mp4" | |
rm "Session - 10096 temp.aac" | |
ffmpeg -i https://devstreaming-cdn.apple.com/videos/wwdc/2020/10097/2/CB3952FA-6597-441E-BC0A-81A7E0F00B65/hvc_2160p_16800/prog_index.m3u8 -c copy "Session - 10097 temp.mp4" | |
ffmpeg -i https://devstreaming-cdn.apple.com/videos/wwdc/2020/10097/2/CB3952FA-6597-441E-BC0A-81A7E0F00B65/audio_english_192/prog_index.m3u8 -c copy "Session - 10097 temp.aac" | |
ffmpeg -i "Session - 10097 temp.mp4" -i "Session - 10097 temp.aac" -c copy "Session 10097 - Advances in UICollectionView.mp4" | |
rm "Session - 10097 temp.mp4" | |
rm "Session - 10097 temp.aac" | |
ffmpeg -i https://devstreaming-cdn.apple.com/videos/wwdc/2020/10098/2/53856B31-614D-4016-AAC3-7B141FB459C5/hvc_2160p_16800/prog_index.m3u8 -c copy "Session - 10098 temp.mp4" | |
ffmpeg -i https://devstreaming-cdn.apple.com/videos/wwdc/2020/10098/2/53856B31-614D-4016-AAC3-7B141FB459C5/audio_english_192/prog_index.m3u8 -c copy "Session - 10098 temp.aac" | |
ffmpeg -i "Session - 10098 temp.mp4" -i "Session - 10098 temp.aac" -c copy "Session 10098 - What's new in Universal Links.mp4" | |
rm "Session - 10098 temp.mp4" | |
rm "Session - 10098 temp.aac" | |
ffmpeg -i https://devstreaming-cdn.apple.com/videos/wwdc/2020/10099/1/27DE7B02-8000-41C6-9C33-E35587D1CD95/hvc_2160p_16800/prog_index.m3u8 -c copy "Session - 10099 temp.mp4" | |
ffmpeg -i https://devstreaming-cdn.apple.com/videos/wwdc/2020/10099/1/27DE7B02-8000-41C6-9C33-E35587D1CD95/audio_english_192/prog_index.m3u8 -c copy "Session - 10099 temp.aac" | |
ffmpeg -i "Session - 10099 temp.mp4" -i "Session - 10099 temp.aac" -c copy "Session 10099 - Explore the Action & Vision app.mp4" | |
rm "Session - 10099 temp.mp4" | |
rm "Session - 10099 temp.aac" | |
ffmpeg -i https://devstreaming-cdn.apple.com/videos/wwdc/2020/10100/1/AA308157-2DC6-4708-8651-3420BD63F7AD/hvc_2160p_16800/prog_index.m3u8 -c copy "Session - 10100 temp.mp4" | |
ffmpeg -i https://devstreaming-cdn.apple.com/videos/wwdc/2020/10100/1/AA308157-2DC6-4708-8651-3420BD63F7AD/audio_english_192/prog_index.m3u8 -c copy "Session - 10100 temp.aac" | |
ffmpeg -i "Session - 10100 temp.mp4" -i "Session - 10100 temp.aac" -c copy "Session 10100 - Meet Watch Face Sharing.mp4" | |
rm "Session - 10100 temp.mp4" | |
rm "Session - 10100 temp.aac" | |
ffmpeg -i https://devstreaming-cdn.apple.com/videos/wwdc/2020/10103/2/88C51FD4-D255-4441-88C5-9B3DB8149C46/hvc_2160p_16800/prog_index.m3u8 -c copy "Session - 10103 temp.mp4" | |
ffmpeg -i https://devstreaming-cdn.apple.com/videos/wwdc/2020/10103/2/88C51FD4-D255-4441-88C5-9B3DB8149C46/audio_english_192/prog_index.m3u8 -c copy "Session - 10103 temp.aac" | |
ffmpeg -i "Session - 10103 temp.mp4" -i "Session - 10103 temp.aac" -c copy "Session 10103 - Design great widgets.mp4" | |
rm "Session - 10103 temp.mp4" | |
rm "Session - 10103 temp.aac" | |
ffmpeg -i https://devstreaming-cdn.apple.com/videos/wwdc/2020/10104/7/799B5780-61E4-4A99-AED5-C3F239958E29/hvc_2160p_16800/prog_index.m3u8 -c copy "Session - 10104 temp.mp4" | |
ffmpeg -i https://devstreaming-cdn.apple.com/videos/wwdc/2020/10104/7/799B5780-61E4-4A99-AED5-C3F239958E29/audio_english_192/prog_index.m3u8 -c copy "Session - 10104 temp.aac" | |
ffmpeg -i "Session - 10104 temp.mp4" -i "Session - 10104 temp.aac" -c copy "Session 10104 - Adopt the new look of macOS.mp4" | |
rm "Session - 10104 temp.mp4" | |
rm "Session - 10104 temp.aac" | |
ffmpeg -i https://devstreaming-cdn.apple.com/videos/wwdc/2020/10105/1/DAE80D73-E41C-4FE2-B234-8BB64ED7083E/hvc_2160p_16800/prog_index.m3u8 -c copy "Session - 10105 temp.mp4" | |
ffmpeg -i https://devstreaming-cdn.apple.com/videos/wwdc/2020/10105/1/DAE80D73-E41C-4FE2-B234-8BB64ED7083E/audio_english_192/prog_index.m3u8 -c copy "Session - 10105 temp.aac" | |
ffmpeg -i "Session - 10105 temp.mp4" -i "Session - 10105 temp.aac" -c copy "Session 10105 - Build for iPad.mp4" | |
rm "Session - 10105 temp.mp4" | |
rm "Session - 10105 temp.aac" | |
ffmpeg -i https://devstreaming-cdn.apple.com/videos/wwdc/2020/10106/3/3F050B61-1F75-4542-A117-3518D2CAB429/hvc_2160p_16800/prog_index.m3u8 -c copy "Session - 10106 temp.mp4" | |
ffmpeg -i https://devstreaming-cdn.apple.com/videos/wwdc/2020/10106/3/3F050B61-1F75-4542-A117-3518D2CAB429/audio_english_192/prog_index.m3u8 -c copy "Session - 10106 temp.aac" | |
ffmpeg -i "Session - 10106 temp.mp4" -i "Session - 10106 temp.aac" -c copy "Session 10106 - Meet Scribble for iPad.mp4" | |
rm "Session - 10106 temp.mp4" | |
rm "Session - 10106 temp.aac" | |
ffmpeg -i https://devstreaming-cdn.apple.com/videos/wwdc/2020/10107/3/B60BD271-A670-4A6B-9128-71953424A891/hvc_2160p_16800/prog_index.m3u8 -c copy "Session - 10107 temp.mp4" | |
ffmpeg -i https://devstreaming-cdn.apple.com/videos/wwdc/2020/10107/3/B60BD271-A670-4A6B-9128-71953424A891/audio_english_192/prog_index.m3u8 -c copy "Session - 10107 temp.aac" | |
ffmpeg -i "Session - 10107 temp.mp4" -i "Session - 10107 temp.aac" -c copy "Session 10107 - What's new in PencilKit.mp4" | |
rm "Session - 10107 temp.mp4" | |
rm "Session - 10107 temp.aac" | |
ffmpeg -i https://devstreaming-cdn.apple.com/videos/wwdc/2020/10109/1/06711AB6-66FC-4171-9EF6-4E43A3292C06/hvc_2160p_16800/prog_index.m3u8 -c copy "Session - 10109 temp.mp4" | |
ffmpeg -i https://devstreaming-cdn.apple.com/videos/wwdc/2020/10109/1/06711AB6-66FC-4171-9EF6-4E43A3292C06/audio_english_192/prog_index.m3u8 -c copy "Session - 10109 temp.aac" | |
ffmpeg -i "Session - 10109 temp.mp4" -i "Session - 10109 temp.aac" -c copy "Session 10109 - Support hardware keyboards in your app.mp4" | |
rm "Session - 10109 temp.mp4" | |
rm "Session - 10109 temp.aac" | |
ffmpeg -i https://devstreaming-cdn.apple.com/videos/wwdc/2020/10110/2/AF5BC92D-3E8D-4ABF-AB91-DD7A74872092/hvc_2160p_16800/prog_index.m3u8 -c copy "Session - 10110 temp.mp4" | |
ffmpeg -i https://devstreaming-cdn.apple.com/videos/wwdc/2020/10110/2/AF5BC92D-3E8D-4ABF-AB91-DD7A74872092/audio_english_192/prog_index.m3u8 -c copy "Session - 10110 temp.aac" | |
ffmpeg -i "Session - 10110 temp.mp4" -i "Session - 10110 temp.aac" -c copy "Session 10110 - Support local network privacy in your app.mp4" | |
rm "Session - 10110 temp.mp4" | |
rm "Session - 10110 temp.aac" | |
ffmpeg -i https://devstreaming-cdn.apple.com/videos/wwdc/2020/10111/4/C00601A2-A26A-4D22-B1FA-277F79CC0DE2/hvc_2160p_16800/prog_index.m3u8 -c copy "Session - 10111 temp.mp4" | |
ffmpeg -i https://devstreaming-cdn.apple.com/videos/wwdc/2020/10111/4/C00601A2-A26A-4D22-B1FA-277F79CC0DE2/audio_english_192/prog_index.m3u8 -c copy "Session - 10111 temp.aac" | |
ffmpeg -i "Session - 10111 temp.mp4" -i "Session - 10111 temp.aac" -c copy "Session 10111 - Boost performance and security with modern networking.mp4" | |
rm "Session - 10111 temp.mp4" | |
rm "Session - 10111 temp.aac" | |
ffmpeg -i https://devstreaming-cdn.apple.com/videos/wwdc/2020/10113/2/48C894B6-2F06-4700-AD84-2C4A85DD9813/hvc_2160p_16800/prog_index.m3u8 -c copy "Session - 10113 temp.mp4" | |
ffmpeg -i https://devstreaming-cdn.apple.com/videos/wwdc/2020/10113/2/48C894B6-2F06-4700-AD84-2C4A85DD9813/audio_english_192/prog_index.m3u8 -c copy "Session - 10113 temp.aac" | |
ffmpeg -i "Session - 10113 temp.mp4" -i "Session - 10113 temp.aac" -c copy "Session 10113 - Build local push connectivity for restricted networks.mp4" | |
rm "Session - 10113 temp.mp4" | |
rm "Session - 10113 temp.aac" | |
ffmpeg -i https://devstreaming-cdn.apple.com/videos/wwdc/2020/10114/3/E2A04285-0BB5-42D7-9BD6-643A0DD51EC7/hvc_2160p_16800/prog_index.m3u8 -c copy "Session - 10114 temp.mp4" | |
ffmpeg -i https://devstreaming-cdn.apple.com/videos/wwdc/2020/10114/3/E2A04285-0BB5-42D7-9BD6-643A0DD51EC7/audio_english_192/prog_index.m3u8 -c copy "Session - 10114 temp.aac" | |
ffmpeg -i "Session - 10114 temp.mp4" -i "Session - 10114 temp.aac" -c copy "Session 10114 - iPad and iPhone apps on Apple Silicon Macs.mp4" | |
rm "Session - 10114 temp.mp4" | |
rm "Session - 10114 temp.aac" | |
ffmpeg -i https://devstreaming-cdn.apple.com/videos/wwdc/2020/10115/7/7C409217-B382-43CD-ACB1-6D404A6D0081/hvc_2160p_16800/prog_index.m3u8 -c copy "Session - 10115 temp.mp4" | |
ffmpeg -i https://devstreaming-cdn.apple.com/videos/wwdc/2020/10115/7/7C409217-B382-43CD-ACB1-6D404A6D0081/audio_english_192/prog_index.m3u8 -c copy "Session - 10115 temp.aac" | |
ffmpeg -i "Session - 10115 temp.mp4" -i "Session - 10115 temp.aac" -c copy "Session 10115 - AutoFill everywhere.mp4" | |
rm "Session - 10115 temp.mp4" | |
rm "Session - 10115 temp.aac" | |
ffmpeg -i https://devstreaming-cdn.apple.com/videos/wwdc/2020/10116/4/1790EEDB-0E79-4B17-A6C9-EDA8393ECC04/hvc_2160p_16800/prog_index.m3u8 -c copy "Session - 10116 temp.mp4" | |
ffmpeg -i https://devstreaming-cdn.apple.com/videos/wwdc/2020/10116/4/1790EEDB-0E79-4B17-A6C9-EDA8393ECC04/audio_english_192/prog_index.m3u8 -c copy "Session - 10116 temp.aac" | |
ffmpeg -i "Session - 10116 temp.mp4" -i "Session - 10116 temp.aac" -c copy "Session 10116 - VoiceOver efficiency with custom rotors.mp4" | |
rm "Session - 10116 temp.mp4" | |
rm "Session - 10116 temp.aac" | |
ffmpeg -i https://devstreaming-cdn.apple.com/videos/wwdc/2020/10117/3/75112815-25FB-4306-A858-4CBEBB6685B1/hvc_2160p_16800/prog_index.m3u8 -c copy "Session - 10117 temp.mp4" | |
ffmpeg -i https://devstreaming-cdn.apple.com/videos/wwdc/2020/10117/3/75112815-25FB-4306-A858-4CBEBB6685B1/audio_english_192/prog_index.m3u8 -c copy "Session - 10117 temp.aac" | |
ffmpeg -i "Session - 10117 temp.mp4" -i "Session - 10117 temp.aac" -c copy "Session 10117 - Accessibility design for Mac Catalyst.mp4" | |
rm "Session - 10117 temp.mp4" | |
rm "Session - 10117 temp.aac" | |
ffmpeg -i https://devstreaming-cdn.apple.com/videos/wwdc/2020/10118/6/5E065B0B-C9EE-41C8-89E3-78FA439C244C/hvc_2160p_16800/prog_index.m3u8 -c copy "Session - 10118 temp.mp4" | |
ffmpeg -i https://devstreaming-cdn.apple.com/videos/wwdc/2020/10118/6/5E065B0B-C9EE-41C8-89E3-78FA439C244C/audio_english_192/prog_index.m3u8 -c copy "Session - 10118 temp.aac" | |
ffmpeg -i "Session - 10118 temp.mp4" -i "Session - 10118 temp.aac" -c copy "Session 10118 - Create app clips for other businesses.mp4" | |
rm "Session - 10118 temp.mp4" | |
rm "Session - 10118 temp.aac" | |
ffmpeg -i https://devstreaming-cdn.apple.com/videos/wwdc/2020/10119/6/4B52A7BE-17FD-468A-A661-05AFBD331D19/hvc_2160p_16800/prog_index.m3u8 -c copy "Session - 10119 temp.mp4" | |
ffmpeg -i https://devstreaming-cdn.apple.com/videos/wwdc/2020/10119/6/4B52A7BE-17FD-468A-A661-05AFBD331D19/audio_english_192/prog_index.m3u8 -c copy "Session - 10119 temp.aac" | |
ffmpeg -i "Session - 10119 temp.mp4" -i "Session - 10119 temp.aac" -c copy "Session 10119 - Introduction to SwiftUI.mp4" | |
rm "Session - 10119 temp.mp4" | |
rm "Session - 10119 temp.aac" | |
ffmpeg -i https://devstreaming-cdn.apple.com/videos/wwdc/2020/10120/3/24C4F4F2-5BC2-4308-A2ED-18AE12720FE3/hvc_2160p_16800/prog_index.m3u8 -c copy "Session - 10120 temp.mp4" | |
ffmpeg -i https://devstreaming-cdn.apple.com/videos/wwdc/2020/10120/3/24C4F4F2-5BC2-4308-A2ED-18AE12720FE3/audio_english_192/prog_index.m3u8 -c copy "Session - 10120 temp.aac" | |
ffmpeg -i "Session - 10120 temp.mp4" -i "Session - 10120 temp.aac" -c copy "Session 10120 - Streamline your app clip.mp4" | |
rm "Session - 10120 temp.mp4" | |
rm "Session - 10120 temp.aac" | |
ffmpeg -i https://devstreaming-cdn.apple.com/videos/wwdc/2020/10138/4/F1666E92-D708-4EAC-AB86-D3D516E46B9E/hvc_2160p_16800/prog_index.m3u8 -c copy "Session - 10138 temp.mp4" | |
ffmpeg -i https://devstreaming-cdn.apple.com/videos/wwdc/2020/10138/4/F1666E92-D708-4EAC-AB86-D3D516E46B9E/audio_english_192/prog_index.m3u8 -c copy "Session - 10138 temp.aac" | |
ffmpeg -i "Session - 10138 temp.mp4" -i "Session - 10138 temp.aac" -c copy "Session 10138 - Discover AppleSeed for IT and Managed Software Updates.mp4" | |
rm "Session - 10138 temp.mp4" | |
rm "Session - 10138 temp.aac" | |
ffmpeg -i https://devstreaming-cdn.apple.com/videos/wwdc/2020/10139/3/D83DCAB7-7122-4747-A526-65EFFE202CE9/hvc_2160p_16800/prog_index.m3u8 -c copy "Session - 10139 temp.mp4" | |
ffmpeg -i https://devstreaming-cdn.apple.com/videos/wwdc/2020/10139/3/D83DCAB7-7122-4747-A526-65EFFE202CE9/audio_english_192/prog_index.m3u8 -c copy "Session - 10139 temp.aac" | |
ffmpeg -i "Session - 10139 temp.mp4" -i "Session - 10139 temp.aac" -c copy "Session 10139 - Leverage enterprise identity and authentication.mp4" | |
rm "Session - 10139 temp.mp4" | |
rm "Session - 10139 temp.aac" | |
ffmpeg -i https://devstreaming-cdn.apple.com/videos/wwdc/2020/10140/3/A5E4404B-7D7A-4954-85D0-D65BCB1D1749/hvc_2160p_16800/prog_index.m3u8 -c copy "Session - 10140 temp.mp4" | |
ffmpeg -i https://devstreaming-cdn.apple.com/videos/wwdc/2020/10140/3/A5E4404B-7D7A-4954-85D0-D65BCB1D1749/audio_english_192/prog_index.m3u8 -c copy "Session - 10140 temp.aac" | |
ffmpeg -i "Session - 10140 temp.mp4" -i "Session - 10140 temp.aac" -c copy "Session 10140 - Build location-aware enterprise apps.mp4" | |
rm "Session - 10140 temp.mp4" | |
rm "Session - 10140 temp.aac" | |
ffmpeg -i https://devstreaming-cdn.apple.com/videos/wwdc/2020/10142/5/8F20286F-53A0-4284-B4C3-9283066F5789/hvc_2160p_16800/prog_index.m3u8 -c copy "Session - 10142 temp.mp4" | |
ffmpeg -i https://devstreaming-cdn.apple.com/videos/wwdc/2020/10142/5/8F20286F-53A0-4284-B4C3-9283066F5789/audio_english_192/prog_index.m3u8 -c copy "Session - 10142 temp.aac" | |
ffmpeg -i "Session - 10142 temp.mp4" -i "Session - 10142 temp.aac" -c copy "Session 10142 - Build scalable enterprise app suites.mp4" | |
rm "Session - 10142 temp.mp4" | |
rm "Session - 10142 temp.aac" | |
ffmpeg -i https://devstreaming-cdn.apple.com/videos/wwdc/2020/10143/3/E47A84BB-2CDC-47AA-A173-677EA1041F5D/hvc_2160p_16800/prog_index.m3u8 -c copy "Session - 10143 temp.mp4" | |
ffmpeg -i https://devstreaming-cdn.apple.com/videos/wwdc/2020/10143/3/E47A84BB-2CDC-47AA-A173-677EA1041F5D/audio_english_192/prog_index.m3u8 -c copy "Session - 10143 temp.aac" | |
ffmpeg -i "Session - 10143 temp.mp4" -i "Session - 10143 temp.aac" -c copy "Session 10143 - What's new in Mac Catalyst.mp4" | |
rm "Session - 10143 temp.mp4" | |
rm "Session - 10143 temp.aac" | |
ffmpeg -i https://devstreaming-cdn.apple.com/videos/wwdc/2020/10145/3/44D023C4-A51B-4380-A3A6-135EB7054195/hvc_2160p_16800/prog_index.m3u8 -c copy "Session - 10145 temp.mp4" | |
ffmpeg -i https://devstreaming-cdn.apple.com/videos/wwdc/2020/10145/3/44D023C4-A51B-4380-A3A6-135EB7054195/audio_english_192/prog_index.m3u8 -c copy "Session - 10145 temp.aac" | |
ffmpeg -i "Session - 10145 temp.mp4" -i "Session - 10145 temp.aac" -c copy "Session 10145 - Design for Game Center.mp4" | |
rm "Session - 10145 temp.mp4" | |
rm "Session - 10145 temp.aac" | |
ffmpeg -i https://devstreaming-cdn.apple.com/videos/wwdc/2020/10146/5/AD167FE1-02C2-4C36-8595-C58FCFC68323/hvc_2160p_16800/prog_index.m3u8 -c copy "Session - 10146 temp.mp4" | |
ffmpeg -i https://devstreaming-cdn.apple.com/videos/wwdc/2020/10146/5/AD167FE1-02C2-4C36-8595-C58FCFC68323/audio_english_192/prog_index.m3u8 -c copy "Session - 10146 temp.aac" | |
ffmpeg -i "Session - 10146 temp.mp4" -i "Session - 10146 temp.aac" -c copy "Session 10146 - Configure and link your app clips.mp4" | |
rm "Session - 10146 temp.mp4" | |
rm "Session - 10146 temp.aac" | |
ffmpeg -i https://devstreaming-cdn.apple.com/videos/wwdc/2020/10147/2/05663F57-9F1A-4D4F-AB89-008B99C5DA54/hvc_2160p_16800/prog_index.m3u8 -c copy "Session - 10147 temp.mp4" | |
ffmpeg -i https://devstreaming-cdn.apple.com/videos/wwdc/2020/10147/2/05663F57-9F1A-4D4F-AB89-008B99C5DA54/audio_english_192/prog_index.m3u8 -c copy "Session - 10147 temp.aac" | |
ffmpeg -i "Session - 10147 temp.mp4" -i "Session - 10147 temp.aac" -c copy "Session 10147 - Distribute binary frameworks as Swift packages.mp4" | |
rm "Session - 10147 temp.mp4" | |
rm "Session - 10147 temp.aac" | |
ffmpeg -i https://devstreaming-cdn.apple.com/videos/wwdc/2020/10148/4/D9BC4240-2262-477B-98D6-AD30F850CD57/hvc_2160p_16800/prog_index.m3u8 -c copy "Session - 10148 temp.mp4" | |
ffmpeg -i https://devstreaming-cdn.apple.com/videos/wwdc/2020/10148/4/D9BC4240-2262-477B-98D6-AD30F850CD57/audio_english_192/prog_index.m3u8 -c copy "Session - 10148 temp.aac" | |
ffmpeg -i "Session - 10148 temp.mp4" -i "Session - 10148 temp.aac" -c copy "Session 10148 - Inspect, modify, and construct PencilKit drawings.mp4" | |
rm "Session - 10148 temp.mp4" | |
rm "Session - 10148 temp.aac" | |
ffmpeg -i https://devstreaming-cdn.apple.com/videos/wwdc/2020/10149/1/139CE94F-1374-43E6-968A-FC8D3412EE73/hvc_2160p_16800/prog_index.m3u8 -c copy "Session - 10149 temp.mp4" | |
ffmpeg -i https://devstreaming-cdn.apple.com/videos/wwdc/2020/10149/1/139CE94F-1374-43E6-968A-FC8D3412EE73/audio_english_192/prog_index.m3u8 -c copy "Session - 10149 temp.aac" | |
ffmpeg -i "Session - 10149 temp.mp4" -i "Session - 10149 temp.aac" -c copy "Session 10149 - Structure your app for SwiftUI previews.mp4" | |
rm "Session - 10149 temp.mp4" | |
rm "Session - 10149 temp.aac" | |
ffmpeg -i https://devstreaming-cdn.apple.com/videos/wwdc/2020/10151/1/78736B73-D51A-4AE5-89D6-4AD6AB78CB8D/hvc_2160p_16800/prog_index.m3u8 -c copy "Session - 10151 temp.mp4" | |
ffmpeg -i https://devstreaming-cdn.apple.com/videos/wwdc/2020/10151/1/78736B73-D51A-4AE5-89D6-4AD6AB78CB8D/audio_english_192/prog_index.m3u8 -c copy "Session - 10151 temp.aac" | |
ffmpeg -i "Session - 10151 temp.mp4" -i "Session - 10151 temp.aac" -c copy "Session 10151 - What's new in CareKit.mp4" | |
rm "Session - 10151 temp.mp4" | |
rm "Session - 10151 temp.aac" | |
ffmpeg -i https://devstreaming-cdn.apple.com/videos/wwdc/2020/10152/5/546FC779-76E8-406C-88DC-7B8FAE0B743B/hvc_2160p_16800/prog_index.m3u8 -c copy "Session - 10152 temp.mp4" | |
ffmpeg -i https://devstreaming-cdn.apple.com/videos/wwdc/2020/10152/5/546FC779-76E8-406C-88DC-7B8FAE0B743B/audio_english_192/prog_index.m3u8 -c copy "Session - 10152 temp.aac" | |
ffmpeg -i "Session - 10152 temp.mp4" -i "Session - 10152 temp.aac" -c copy "Session 10152 - Use model deployment and security with Core ML.mp4" | |
rm "Session - 10152 temp.mp4" | |
rm "Session - 10152 temp.aac" | |
ffmpeg -i https://devstreaming-cdn.apple.com/videos/wwdc/2020/10153/2/6F9CECA4-7FF2-482D-A0AC-CB7AC49C06D0/hvc_2160p_16800/prog_index.m3u8 -c copy "Session - 10153 temp.mp4" | |
ffmpeg -i https://devstreaming-cdn.apple.com/videos/wwdc/2020/10153/2/6F9CECA4-7FF2-482D-A0AC-CB7AC49C06D0/audio_english_192/prog_index.m3u8 -c copy "Session - 10153 temp.aac" | |
ffmpeg -i "Session - 10153 temp.mp4" -i "Session - 10153 temp.aac" -c copy "Session 10153 - Get models on device using Core ML Converters.mp4" | |
rm "Session - 10153 temp.mp4" | |
rm "Session - 10153 temp.aac" | |
ffmpeg -i https://devstreaming-cdn.apple.com/videos/wwdc/2020/10156/3/2595655E-B694-4CFE-8E12-A2DE43B86A15/hvc_2160p_16800/prog_index.m3u8 -c copy "Session - 10156 temp.mp4" | |
ffmpeg -i https://devstreaming-cdn.apple.com/videos/wwdc/2020/10156/3/2595655E-B694-4CFE-8E12-A2DE43B86A15/audio_english_192/prog_index.m3u8 -c copy "Session - 10156 temp.aac" | |
ffmpeg -i "Session - 10156 temp.mp4" -i "Session - 10156 temp.aac" -c copy "Session 10156 - Control training in Create ML with Swift.mp4" | |
rm "Session - 10156 temp.mp4" | |
rm "Session - 10156 temp.aac" | |
ffmpeg -i https://devstreaming-cdn.apple.com/videos/wwdc/2020/10158/4/38EE204C-08B9-4C99-94FB-F35260D500B7/hvc_2160p_16800/prog_index.m3u8 -c copy "Session - 10158 temp.mp4" | |
ffmpeg -i https://devstreaming-cdn.apple.com/videos/wwdc/2020/10158/4/38EE204C-08B9-4C99-94FB-F35260D500B7/audio_english_192/prog_index.m3u8 -c copy "Session - 10158 temp.aac" | |
ffmpeg -i "Session - 10158 temp.mp4" -i "Session - 10158 temp.aac" -c copy "Session 10158 - Deliver a better HLS audio experience.mp4" | |
rm "Session - 10158 temp.mp4" | |
rm "Session - 10158 temp.aac" | |
ffmpeg -i https://devstreaming-cdn.apple.com/videos/wwdc/2020/10159/4/3D58F45C-F3AB-41A2-A40F-BC7F90FF9E07/hvc_2160p_16800/prog_index.m3u8 -c copy "Session - 10159 temp.mp4" | |
ffmpeg -i https://devstreaming-cdn.apple.com/videos/wwdc/2020/10159/4/3D58F45C-F3AB-41A2-A40F-BC7F90FF9E07/audio_english_192/prog_index.m3u8 -c copy "Session - 10159 temp.aac" | |
ffmpeg -i "Session - 10159 temp.mp4" -i "Session - 10159 temp.aac" -c copy "Session 10159 - Build an Endpoint Security app.mp4" | |
rm "Session - 10159 temp.mp4" | |
rm "Session - 10159 temp.aac" | |
ffmpeg -i https://devstreaming-cdn.apple.com/videos/wwdc/2020/10160/3/36135F5D-F3A0-453C-9EDD-CEAE84F31985/hvc_2160p_16800/prog_index.m3u8 -c copy "Session - 10160 temp.mp4" | |
ffmpeg -i https://devstreaming-cdn.apple.com/videos/wwdc/2020/10160/3/36135F5D-F3A0-453C-9EDD-CEAE84F31985/audio_english_192/prog_index.m3u8 -c copy "Session - 10160 temp.aac" | |
ffmpeg -i "Session - 10160 temp.mp4" -i "Session - 10160 temp.aac" -c copy "Session 10160 - Formatters - Make data human-friendly.mp4" | |
rm "Session - 10160 temp.mp4" | |
rm "Session - 10160 temp.aac" | |
ffmpeg -i https://devstreaming-cdn.apple.com/videos/wwdc/2020/10162/2/1C460BDD-80C9-45D4-9DC9-A424C9427A99/hvc_2160p_16800/prog_index.m3u8 -c copy "Session - 10162 temp.mp4" | |
ffmpeg -i https://devstreaming-cdn.apple.com/videos/wwdc/2020/10162/2/1C460BDD-80C9-45D4-9DC9-A424C9427A99/audio_english_192/prog_index.m3u8 -c copy "Session - 10162 temp.aac" | |
ffmpeg -i "Session - 10162 temp.mp4" -i "Session - 10162 temp.aac" -c copy "Session 10162 - Design for location privacy.mp4" | |
rm "Session - 10162 temp.mp4" | |
rm "Session - 10162 temp.aac" | |
ffmpeg -i https://devstreaming-cdn.apple.com/videos/wwdc/2020/10163/4/E38A2A76-7DB9-4CF1-8394-D6B91CB83641/hvc_2160p_16800/prog_index.m3u8 -c copy "Session - 10163 temp.mp4" | |
ffmpeg -i https://devstreaming-cdn.apple.com/videos/wwdc/2020/10163/4/E38A2A76-7DB9-4CF1-8394-D6B91CB83641/audio_english_192/prog_index.m3u8 -c copy "Session - 10163 temp.aac" | |
ffmpeg -i "Session - 10163 temp.mp4" -i "Session - 10163 temp.aac" -c copy "Session 10163 - Advancements in the Objective-C runtime.mp4" | |
rm "Session - 10163 temp.mp4" | |
rm "Session - 10163 temp.aac" | |
ffmpeg -i https://devstreaming-cdn.apple.com/videos/wwdc/2020/10164/2/343CA6C1-0FC4-48BF-95A6-ACBC519B7264/hvc_2160p_16800/prog_index.m3u8 -c copy "Session - 10164 temp.mp4" | |
ffmpeg -i https://devstreaming-cdn.apple.com/videos/wwdc/2020/10164/2/343CA6C1-0FC4-48BF-95A6-ACBC519B7264/audio_english_192/prog_index.m3u8 -c copy "Session - 10164 temp.aac" | |
ffmpeg -i "Session - 10164 temp.mp4" -i "Session - 10164 temp.aac" -c copy "Session 10164 - XCTSkip your tests.mp4" | |
rm "Session - 10164 temp.mp4" | |
rm "Session - 10164 temp.aac" | |
ffmpeg -i https://devstreaming-cdn.apple.com/videos/wwdc/2020/10165/3/B5146644-FF06-440E-AD7D-53FDBBBFA936/hvc_2160p_16800/prog_index.m3u8 -c copy "Session - 10165 temp.mp4" | |
ffmpeg -i https://devstreaming-cdn.apple.com/videos/wwdc/2020/10165/3/B5146644-FF06-440E-AD7D-53FDBBBFA936/audio_english_192/prog_index.m3u8 -c copy "Session - 10165 temp.aac" | |
ffmpeg -i "Session - 10165 temp.mp4" -i "Session - 10165 temp.aac" -c copy "Session 10165 - Embrace Swift type inference.mp4" | |
rm "Session - 10165 temp.mp4" | |
rm "Session - 10165 temp.aac" | |
ffmpeg -i https://devstreaming-cdn.apple.com/videos/wwdc/2020/10167/2/91F8FE10-81E7-4C28-9418-1DC22A8E987A/hvc_2160p_16800/prog_index.m3u8 -c copy "Session - 10167 temp.mp4" | |
ffmpeg -i https://devstreaming-cdn.apple.com/videos/wwdc/2020/10167/2/91F8FE10-81E7-4C28-9418-1DC22A8E987A/audio_english_192/prog_index.m3u8 -c copy "Session - 10167 temp.aac" | |
ffmpeg -i "Session - 10167 temp.mp4" -i "Session - 10167 temp.aac" -c copy "Session 10167 - Safely manage pointers in Swift.mp4" | |
rm "Session - 10167 temp.mp4" | |
rm "Session - 10167 temp.aac" | |
ffmpeg -i https://devstreaming-cdn.apple.com/videos/wwdc/2020/10168/3/58A0A180-5AAA-49DA-AB5D-E87C1262AEA8/hvc_2160p_16800/prog_index.m3u8 -c copy "Session - 10168 temp.mp4" | |
ffmpeg -i https://devstreaming-cdn.apple.com/videos/wwdc/2020/10168/3/58A0A180-5AAA-49DA-AB5D-E87C1262AEA8/audio_english_192/prog_index.m3u8 -c copy "Session - 10168 temp.aac" | |
ffmpeg -i "Session - 10168 temp.mp4" -i "Session - 10168 temp.aac" -c copy "Session 10168 - Explore logging in Swift.mp4" | |
rm "Session - 10168 temp.mp4" | |
rm "Session - 10168 temp.aac" | |
ffmpeg -i https://devstreaming-cdn.apple.com/videos/wwdc/2020/10169/2/85225683-0A03-426E-BE29-A717ABAB8DC6/hvc_2160p_16800/prog_index.m3u8 -c copy "Session - 10169 temp.mp4" | |
ffmpeg -i https://devstreaming-cdn.apple.com/videos/wwdc/2020/10169/2/85225683-0A03-426E-BE29-A717ABAB8DC6/audio_english_192/prog_index.m3u8 -c copy "Session - 10169 temp.aac" | |
ffmpeg -i "Session - 10169 temp.mp4" -i "Session - 10169 temp.aac" -c copy "Session 10169 - Swift packages - Resources and localization.mp4" | |
rm "Session - 10169 temp.mp4" | |
rm "Session - 10169 temp.aac" | |
ffmpeg -i https://devstreaming-cdn.apple.com/videos/wwdc/2020/10170/6/2BD50BA0-FD2C-473D-B1B3-8ACB50CAAF8E/hvc_2160p_16800/prog_index.m3u8 -c copy "Session - 10170 temp.mp4" | |
ffmpeg -i https://devstreaming-cdn.apple.com/videos/wwdc/2020/10170/6/2BD50BA0-FD2C-473D-B1B3-8ACB50CAAF8E/audio_english_192/prog_index.m3u8 -c copy "Session - 10170 temp.aac" | |
ffmpeg -i "Session - 10170 temp.mp4" -i "Session - 10170 temp.aac" -c copy "Session 10170 - What's new in Swift.mp4" | |
rm "Session - 10170 temp.mp4" | |
rm "Session - 10170 temp.aac" | |
ffmpeg -i https://devstreaming-cdn.apple.com/videos/wwdc/2020/10171/3/FC208011-A991-4B4F-8B77-C93FF2D2E23E/hvc_2160p_16800/prog_index.m3u8 -c copy "Session - 10171 temp.mp4" | |
ffmpeg -i https://devstreaming-cdn.apple.com/videos/wwdc/2020/10171/3/FC208011-A991-4B4F-8B77-C93FF2D2E23E/audio_english_192/prog_index.m3u8 -c copy "Session - 10171 temp.aac" | |
ffmpeg -i "Session - 10171 temp.mp4" -i "Session - 10171 temp.aac" -c copy "Session 10171 - What's new in watchOS design.mp4" | |
rm "Session - 10171 temp.mp4" | |
rm "Session - 10171 temp.aac" | |
ffmpeg -i https://devstreaming-cdn.apple.com/videos/wwdc/2020/10172/2/9F8DFD30-CE84-454A-BBE7-C040C5438244/hvc_2160p_16800/prog_index.m3u8 -c copy "Session - 10172 temp.mp4" | |
ffmpeg -i https://devstreaming-cdn.apple.com/videos/wwdc/2020/10172/2/9F8DFD30-CE84-454A-BBE7-C040C5438244/audio_english_192/prog_index.m3u8 -c copy "Session - 10172 temp.aac" | |
ffmpeg -i "Session - 10172 temp.mp4" -i "Session - 10172 temp.aac" -c copy "Session 10172 - Design great app clips.mp4" | |
rm "Session - 10172 temp.mp4" | |
rm "Session - 10172 temp.aac" | |
ffmpeg -i https://devstreaming-cdn.apple.com/videos/wwdc/2020/10173/2/F662B754-78BD-430B-9A5C-1440D1F9EA23/hvc_2160p_16800/prog_index.m3u8 -c copy "Session - 10173 temp.mp4" | |
ffmpeg -i https://devstreaming-cdn.apple.com/videos/wwdc/2020/10173/2/F662B754-78BD-430B-9A5C-1440D1F9EA23/audio_english_192/prog_index.m3u8 -c copy "Session - 10173 temp.aac" | |
ffmpeg -i "Session - 10173 temp.mp4" -i "Session - 10173 temp.aac" -c copy "Session 10173 - Get the most out of Sign in with Apple.mp4" | |
rm "Session - 10173 temp.mp4" | |
rm "Session - 10173 temp.aac" | |
ffmpeg -i https://devstreaming-cdn.apple.com/videos/wwdc/2020/10174/2/EAACAE65-72B8-4CEF-81CA-0109E39F7CFF/hvc_2160p_16800/prog_index.m3u8 -c copy "Session - 10174 temp.mp4" | |
ffmpeg -i https://devstreaming-cdn.apple.com/videos/wwdc/2020/10174/2/EAACAE65-72B8-4CEF-81CA-0109E39F7CFF/audio_english_192/prog_index.m3u8 -c copy "Session - 10174 temp.aac" | |
ffmpeg -i "Session - 10174 temp.mp4" -i "Session - 10174 temp.aac" -c copy "Session 10174 - Explore app clips.mp4" | |
rm "Session - 10174 temp.mp4" | |
rm "Session - 10174 temp.aac" | |
ffmpeg -i https://devstreaming-cdn.apple.com/videos/wwdc/2020/10175/2/1FD91376-07DC-4999-B2F8-103283D7A1DB/hvc_2160p_16800/prog_index.m3u8 -c copy "Session - 10175 temp.mp4" | |
ffmpeg -i https://devstreaming-cdn.apple.com/videos/wwdc/2020/10175/2/1FD91376-07DC-4999-B2F8-103283D7A1DB/audio_english_192/prog_index.m3u8 -c copy "Session - 10175 temp.aac" | |
ffmpeg -i "Session - 10175 temp.mp4" -i "Session - 10175 temp.aac" -c copy "Session 10175 - The details of UI typography.mp4" | |
rm "Session - 10175 temp.mp4" | |
rm "Session - 10175 temp.aac" | |
ffmpeg -i https://devstreaming-cdn.apple.com/videos/wwdc/2020/10176/1/69089AD6-D491-4064-BBC4-F348BC41969F/hvc_2160p_16800/prog_index.m3u8 -c copy "Session - 10176 temp.mp4" | |
ffmpeg -i https://devstreaming-cdn.apple.com/videos/wwdc/2020/10176/1/69089AD6-D491-4064-BBC4-F348BC41969F/audio_english_192/prog_index.m3u8 -c copy "Session - 10176 temp.aac" | |
ffmpeg -i "Session - 10176 temp.mp4" -i "Session - 10176 temp.aac" -c copy "Session 10176 - Master Picture in Picture on tvOS.mp4" | |
rm "Session - 10176 temp.mp4" | |
rm "Session - 10176 temp.aac" | |
ffmpeg -i https://devstreaming-cdn.apple.com/videos/wwdc/2020/10182/2/7BC4F14A-48BE-4795-9B99-B093F832919B/hvc_2160p_16800/prog_index.m3u8 -c copy "Session - 10182 temp.mp4" | |
ffmpeg -i https://devstreaming-cdn.apple.com/videos/wwdc/2020/10182/2/7BC4F14A-48BE-4795-9B99-B093F832919B/audio_english_192/prog_index.m3u8 -c copy "Session - 10182 temp.aac" | |
ffmpeg -i "Session - 10182 temp.mp4" -i "Session - 10182 temp.aac" -c copy "Session 10182 - What's new in HealthKit.mp4" | |
rm "Session - 10182 temp.mp4" | |
rm "Session - 10182 temp.aac" | |
ffmpeg -i https://devstreaming-cdn.apple.com/videos/wwdc/2020/10184/2/41E377F6-8527-4C2D-8D56-BD6D6B388968/hvc_2160p_16800/prog_index.m3u8 -c copy "Session - 10184 temp.mp4" | |
ffmpeg -i https://devstreaming-cdn.apple.com/videos/wwdc/2020/10184/2/41E377F6-8527-4C2D-8D56-BD6D6B388968/audio_english_192/prog_index.m3u8 -c copy "Session - 10184 temp.aac" | |
ffmpeg -i "Session - 10184 temp.mp4" -i "Session - 10184 temp.aac" -c copy "Session 10184 - Synchronize health data with HealthKit.mp4" | |
rm "Session - 10184 temp.mp4" | |
rm "Session - 10184 temp.aac" | |
ffmpeg -i https://devstreaming-cdn.apple.com/videos/wwdc/2020/10185/2/C06841A2-B614-4E88-B48A-582894B67BF2/hvc_2160p_16800/prog_index.m3u8 -c copy "Session - 10185 temp.mp4" | |
ffmpeg -i https://devstreaming-cdn.apple.com/videos/wwdc/2020/10185/2/C06841A2-B614-4E88-B48A-582894B67BF2/audio_english_192/prog_index.m3u8 -c copy "Session - 10185 temp.aac" | |
ffmpeg -i "Session - 10185 temp.mp4" -i "Session - 10185 temp.aac" -c copy "Session 10185 - Visually edit SwiftUI views.mp4" | |
rm "Session - 10185 temp.mp4" | |
rm "Session - 10185 temp.aac" | |
ffmpeg -i https://devstreaming-cdn.apple.com/videos/wwdc/2020/10188/1/0ECF7D34-194E-4723-9051-9CEB0A5A1B59/hvc_2160p_16800/prog_index.m3u8 -c copy "Session - 10188 temp.mp4" | |
ffmpeg -i https://devstreaming-cdn.apple.com/videos/wwdc/2020/10188/1/0ECF7D34-194E-4723-9051-9CEB0A5A1B59/audio_english_192/prog_index.m3u8 -c copy "Session - 10188 temp.aac" | |
ffmpeg -i "Session - 10188 temp.mp4" -i "Session - 10188 temp.aac" -c copy "Session 10188 - Discover WKWebView enhancements.mp4" | |
rm "Session - 10188 temp.mp4" | |
rm "Session - 10188 temp.aac" | |
ffmpeg -i https://devstreaming-cdn.apple.com/videos/wwdc/2020/10189/2/3FBD0671-6203-4F8E-8BA9-71DFA7735208/hvc_2160p_16800/prog_index.m3u8 -c copy "Session - 10189 temp.mp4" | |
ffmpeg -i https://devstreaming-cdn.apple.com/videos/wwdc/2020/10189/2/3FBD0671-6203-4F8E-8BA9-71DFA7735208/audio_english_192/prog_index.m3u8 -c copy "Session - 10189 temp.aac" | |
ffmpeg -i "Session - 10189 temp.mp4" -i "Session - 10189 temp.aac" -c copy "Session 10189 - Secure your app - threat modeling and anti-patterns.mp4" | |
rm "Session - 10189 temp.mp4" | |
rm "Session - 10189 temp.aac" | |
ffmpeg -i https://devstreaming-cdn.apple.com/videos/wwdc/2020/10190/3/C97B27EE-98C2-458D-B775-28D3951B09D8/hvc_2160p_16800/prog_index.m3u8 -c copy "Session - 10190 temp.mp4" | |
ffmpeg -i https://devstreaming-cdn.apple.com/videos/wwdc/2020/10190/3/C97B27EE-98C2-458D-B775-28D3951B09D8/audio_english_192/prog_index.m3u8 -c copy "Session - 10190 temp.aac" | |
ffmpeg -i "Session - 10190 temp.mp4" -i "Session - 10190 temp.aac" -c copy "Session 10190 - Create quick interactions with Shortcuts on watchOS.mp4" | |
rm "Session - 10190 temp.mp4" | |
rm "Session - 10190 temp.aac" | |
ffmpeg -i https://devstreaming-cdn.apple.com/videos/wwdc/2020/10194/1/5DB31D2A-7B45-42E6-BDC9-E83727DB54AB/hvc_2160p_16800/prog_index.m3u8 -c copy "Session - 10194 temp.mp4" | |
ffmpeg -i https://devstreaming-cdn.apple.com/videos/wwdc/2020/10194/1/5DB31D2A-7B45-42E6-BDC9-E83727DB54AB/audio_english_192/prog_index.m3u8 -c copy "Session - 10194 temp.aac" | |
ffmpeg -i "Session - 10194 temp.mp4" -i "Session - 10194 temp.aac" -c copy "Session 10194 - Add configuration and intelligence to your widgets.mp4" | |
rm "Session - 10194 temp.mp4" | |
rm "Session - 10194 temp.aac" | |
ffmpeg -i https://devstreaming-cdn.apple.com/videos/wwdc/2020/10197/3/03B5FCDD-F10F-4304-8B6F-DB40A8C31CC9/hvc_2160p_16800/prog_index.m3u8 -c copy "Session - 10197 temp.mp4" | |
ffmpeg -i https://devstreaming-cdn.apple.com/videos/wwdc/2020/10197/3/03B5FCDD-F10F-4304-8B6F-DB40A8C31CC9/audio_english_192/prog_index.m3u8 -c copy "Session - 10197 temp.aac" | |
ffmpeg -i "Session - 10197 temp.mp4" -i "Session - 10197 temp.aac" -c copy "Session 10197 - Broaden your reach with Siri Event Suggestions.mp4" | |
rm "Session - 10197 temp.mp4" | |
rm "Session - 10197 temp.aac" | |
ffmpeg -i https://devstreaming-cdn.apple.com/videos/wwdc/2020/10200/3/AA331E17-E65F-4B05-B4E9-359DF88B96E1/hvc_2160p_16800/prog_index.m3u8 -c copy "Session - 10200 temp.mp4" | |
ffmpeg -i https://devstreaming-cdn.apple.com/videos/wwdc/2020/10200/3/AA331E17-E65F-4B05-B4E9-359DF88B96E1/audio_english_192/prog_index.m3u8 -c copy "Session - 10200 temp.aac" | |
ffmpeg -i "Session - 10200 temp.mp4" -i "Session - 10200 temp.aac" -c copy "Session 10200 - Design for intelligence - Meet people where they are.mp4" | |
rm "Session - 10200 temp.mp4" | |
rm "Session - 10200 temp.aac" | |
ffmpeg -i https://devstreaming-cdn.apple.com/videos/wwdc/2020/10204/2/058865A9-5B50-4BB2-B154-5BEBFA17799F/hvc_2160p_16800/prog_index.m3u8 -c copy "Session - 10204 temp.mp4" | |
ffmpeg -i https://devstreaming-cdn.apple.com/videos/wwdc/2020/10204/2/058865A9-5B50-4BB2-B154-5BEBFA17799F/audio_english_192/prog_index.m3u8 -c copy "Session - 10204 temp.aac" | |
ffmpeg -i "Session - 10204 temp.mp4" -i "Session - 10204 temp.aac" -c copy "Session 10204 - Create great enterprise apps - A chat with Box's Aaron Levie.mp4" | |
rm "Session - 10204 temp.mp4" | |
rm "Session - 10204 temp.aac" | |
ffmpeg -i https://devstreaming-cdn.apple.com/videos/wwdc/2020/10205/5/E01D6B50-577E-41FC-87B9-6CA36E28CCCB/hvc_2160p_16800/prog_index.m3u8 -c copy "Session - 10205 temp.mp4" | |
ffmpeg -i https://devstreaming-cdn.apple.com/videos/wwdc/2020/10205/5/E01D6B50-577E-41FC-87B9-6CA36E28CCCB/audio_english_192/prog_index.m3u8 -c copy "Session - 10205 temp.aac" | |
ffmpeg -i "Session - 10205 temp.mp4" -i "Session - 10205 temp.aac" -c copy "Session 10205 - Design with iOS pickers, menus and actions.mp4" | |
rm "Session - 10205 temp.mp4" | |
rm "Session - 10205 temp.aac" | |
ffmpeg -i https://devstreaming-cdn.apple.com/videos/wwdc/2020/10206/2/21EC1E6A-2131-4F95-BF64-B26EE93DBB66/hvc_2160p_16800/prog_index.m3u8 -c copy "Session - 10206 temp.mp4" | |
ffmpeg -i https://devstreaming-cdn.apple.com/videos/wwdc/2020/10206/2/21EC1E6A-2131-4F95-BF64-B26EE93DBB66/audio_english_192/prog_index.m3u8 -c copy "Session - 10206 temp.aac" | |
ffmpeg -i "Session - 10206 temp.mp4" -i "Session - 10206 temp.aac" -c copy "Session 10206 - Design for iPad.mp4" | |
rm "Session - 10206 temp.mp4" | |
rm "Session - 10206 temp.aac" | |
ffmpeg -i https://devstreaming-cdn.apple.com/videos/wwdc/2020/10207/2/6852E678-975B-45E9-B664-9B91EAB0A2E6/hvc_2160p_16800/prog_index.m3u8 -c copy "Session - 10207 temp.mp4" | |
ffmpeg -i https://devstreaming-cdn.apple.com/videos/wwdc/2020/10207/2/6852E678-975B-45E9-B664-9B91EAB0A2E6/audio_english_192/prog_index.m3u8 -c copy "Session - 10207 temp.aac" | |
ffmpeg -i "Session - 10207 temp.mp4" -i "Session - 10207 temp.aac" -c copy "Session 10207 - SF Symbols 2.mp4" | |
rm "Session - 10207 temp.mp4" | |
rm "Session - 10207 temp.aac" | |
ffmpeg -i https://devstreaming-cdn.apple.com/videos/wwdc/2020/10209/3/E34B1C8D-964F-4E10-BC7F-18F52CF7A2FF/hvc_2160p_16800/prog_index.m3u8 -c copy "Session - 10209 temp.mp4" | |
ffmpeg -i https://devstreaming-cdn.apple.com/videos/wwdc/2020/10209/3/E34B1C8D-964F-4E10-BC7F-18F52CF7A2FF/audio_english_192/prog_index.m3u8 -c copy "Session - 10209 temp.aac" | |
ffmpeg -i "Session - 10209 temp.mp4" -i "Session - 10209 temp.aac" -c copy "Session 10209 - What's new in Core NFC.mp4" | |
rm "Session - 10209 temp.mp4" | |
rm "Session - 10209 temp.aac" | |
ffmpeg -i https://devstreaming-cdn.apple.com/videos/wwdc/2020/10210/2/0E7F6CA4-A242-494E-9675-65D13F3B48A1/hvc_2160p_16800/prog_index.m3u8 -c copy "Session - 10210 temp.mp4" | |
ffmpeg -i https://devstreaming-cdn.apple.com/videos/wwdc/2020/10210/2/0E7F6CA4-A242-494E-9675-65D13F3B48A1/audio_english_192/prog_index.m3u8 -c copy "Session - 10210 temp.aac" | |
ffmpeg -i "Session - 10210 temp.mp4" -i "Session - 10210 temp.aac" -c copy "Session 10210 - Modernize PCI and SCSI drivers with DriverKit.mp4" | |
rm "Session - 10210 temp.mp4" | |
rm "Session - 10210 temp.aac" | |
ffmpeg -i https://devstreaming-cdn.apple.com/videos/wwdc/2020/10214/5/EFF5D1BA-EBA2-4635-933C-17467D03C7C1/hvc_2160p_16800/prog_index.m3u8 -c copy "Session - 10214 temp.mp4" | |
ffmpeg -i https://devstreaming-cdn.apple.com/videos/wwdc/2020/10214/5/EFF5D1BA-EBA2-4635-933C-17467D03C7C1/audio_english_192/prog_index.m3u8 -c copy "Session - 10214 temp.aac" | |
ffmpeg -i "Session - 10214 temp.mp4" -i "Session - 10214 temp.aac" -c copy "Session 10214 - Port your Mac app to Apple Silicon.mp4" | |
rm "Session - 10214 temp.mp4" | |
rm "Session - 10214 temp.aac" | |
ffmpeg -i https://devstreaming-cdn.apple.com/videos/wwdc/2020/10216/3/67C0CCDC-EB59-439A-8067-6624165C331E/hvc_2160p_16800/prog_index.m3u8 -c copy "Session - 10216 temp.mp4" | |
ffmpeg -i https://devstreaming-cdn.apple.com/videos/wwdc/2020/10216/3/67C0CCDC-EB59-439A-8067-6624165C331E/audio_english_192/prog_index.m3u8 -c copy "Session - 10216 temp.aac" | |
ffmpeg -i "Session - 10216 temp.mp4" -i "Session - 10216 temp.aac" -c copy "Session 10216 - What's new in ResearchKit.mp4" | |
rm "Session - 10216 temp.mp4" | |
rm "Session - 10216 temp.aac" | |
ffmpeg -i https://devstreaming-cdn.apple.com/videos/wwdc/2020/10217/4/8ABC2A2F-D8C7-40F3-A20C-F4398F559F4C/hvc_2160p_16800/prog_index.m3u8 -c copy "Session - 10217 temp.mp4" | |
ffmpeg -i https://devstreaming-cdn.apple.com/videos/wwdc/2020/10217/4/8ABC2A2F-D8C7-40F3-A20C-F4398F559F4C/audio_english_192/prog_index.m3u8 -c copy "Session - 10217 temp.aac" | |
ffmpeg -i "Session - 10217 temp.mp4" -i "Session - 10217 temp.aac" -c copy "Session 10217 - Explore numerical computing in Swift.mp4" | |
rm "Session - 10217 temp.mp4" | |
rm "Session - 10217 temp.aac" | |
ffmpeg -i https://devstreaming-cdn.apple.com/videos/wwdc/2020/10219/2/2B4E39FD-72D5-4D36-9B2C-E9B3BBEB073F/hvc_2160p_16800/prog_index.m3u8 -c copy "Session - 10219 temp.mp4" | |
ffmpeg -i https://devstreaming-cdn.apple.com/videos/wwdc/2020/10219/2/2B4E39FD-72D5-4D36-9B2C-E9B3BBEB073F/audio_english_192/prog_index.m3u8 -c copy "Session - 10219 temp.aac" | |
ffmpeg -i "Session - 10219 temp.mp4" -i "Session - 10219 temp.aac" -c copy "Session 10219 - Build localization-friendly layouts using Xcode.mp4" | |
rm "Session - 10219 temp.mp4" | |
rm "Session - 10219 temp.aac" | |
ffmpeg -i https://devstreaming-cdn.apple.com/videos/wwdc/2020/10220/2/7415E714-0537-4978-954B-77EB031D8B17/hvc_2160p_16800/prog_index.m3u8 -c copy "Session - 10220 temp.mp4" | |
ffmpeg -i https://devstreaming-cdn.apple.com/videos/wwdc/2020/10220/2/7415E714-0537-4978-954B-77EB031D8B17/audio_english_192/prog_index.m3u8 -c copy "Session - 10220 temp.aac" | |
ffmpeg -i "Session - 10220 temp.mp4" -i "Session - 10220 temp.aac" -c copy "Session 10220 - Handle interruptions and alerts in UI tests.mp4" | |
rm "Session - 10220 temp.mp4" | |
rm "Session - 10220 temp.aac" | |
ffmpeg -i https://devstreaming-cdn.apple.com/videos/wwdc/2020/10221/1/CCADC546-6E81-4BEE-B9F5-FCD6DCB20667/hvc_2160p_16800/prog_index.m3u8 -c copy "Session - 10221 temp.mp4" | |
ffmpeg -i https://devstreaming-cdn.apple.com/videos/wwdc/2020/10221/1/CCADC546-6E81-4BEE-B9F5-FCD6DCB20667/audio_english_192/prog_index.m3u8 -c copy "Session - 10221 temp.aac" | |
ffmpeg -i "Session - 10221 temp.mp4" -i "Session - 10221 temp.aac" -c copy "Session 10221 - Get your test results faster.mp4" | |
rm "Session - 10221 temp.mp4" | |
rm "Session - 10221 temp.aac" | |
ffmpeg -i https://devstreaming-cdn.apple.com/videos/wwdc/2020/10222/5/CD815F9F-8AF1-4027-B05A-E31CC4AF9B20/hvc_2160p_16800/prog_index.m3u8 -c copy "Session - 10222 temp.mp4" | |
ffmpeg -i https://devstreaming-cdn.apple.com/videos/wwdc/2020/10222/5/CD815F9F-8AF1-4027-B05A-E31CC4AF9B20/audio_english_192/prog_index.m3u8 -c copy "Session - 10222 temp.aac" | |
ffmpeg -i "Session - 10222 temp.mp4" -i "Session - 10222 temp.aac" -c copy "Session 10222 - Create custom apps for employees.mp4" | |
rm "Session - 10222 temp.mp4" | |
rm "Session - 10222 temp.aac" | |
ffmpeg -i https://devstreaming-cdn.apple.com/videos/wwdc/2020/10223/5/695CF487-6A53-4588-8A48-635D741854AD/hvc_2160p_16800/prog_index.m3u8 -c copy "Session - 10223 temp.mp4" | |
ffmpeg -i https://devstreaming-cdn.apple.com/videos/wwdc/2020/10223/5/695CF487-6A53-4588-8A48-635D741854AD/audio_english_192/prog_index.m3u8 -c copy "Session - 10223 temp.aac" | |
ffmpeg -i "Session - 10223 temp.mp4" -i "Session - 10223 temp.aac" -c copy "Session 10223 - Deploy Apple devices using zero-touch.mp4" | |
rm "Session - 10223 temp.mp4" | |
rm "Session - 10223 temp.aac" | |
ffmpeg -i https://devstreaming-cdn.apple.com/videos/wwdc/2020/10224/3/4C783409-4E13-476C-8E3C-554B985A0F18/hvc_2160p_16800/prog_index.m3u8 -c copy "Session - 10224 temp.mp4" | |
ffmpeg -i https://devstreaming-cdn.apple.com/videos/wwdc/2020/10224/3/4C783409-4E13-476C-8E3C-554B985A0F18/audio_english_192/prog_index.m3u8 -c copy "Session - 10224 temp.aac" | |
ffmpeg -i "Session - 10224 temp.mp4" -i "Session - 10224 temp.aac" -c copy "Session 10224 - Meet Audio Workgroups.mp4" | |
rm "Session - 10224 temp.mp4" | |
rm "Session - 10224 temp.aac" | |
ffmpeg -i https://devstreaming-cdn.apple.com/videos/wwdc/2020/10225/1/071CF9A2-F9B9-48A1-8D81-012721D0A52C/hvc_2160p_16800/prog_index.m3u8 -c copy "Session - 10225 temp.mp4" | |
ffmpeg -i https://devstreaming-cdn.apple.com/videos/wwdc/2020/10225/1/071CF9A2-F9B9-48A1-8D81-012721D0A52C/audio_english_192/prog_index.m3u8 -c copy "Session - 10225 temp.aac" | |
ffmpeg -i "Session - 10225 temp.mp4" -i "Session - 10225 temp.aac" -c copy "Session 10225 - Improve stream authoring with HLS Tools.mp4" | |
rm "Session - 10225 temp.mp4" | |
rm "Session - 10225 temp.aac" | |
ffmpeg -i https://devstreaming-cdn.apple.com/videos/wwdc/2020/10226/4/8C2A77BB-EF41-473E-9B49-F2AB084F9952/hvc_2160p_16800/prog_index.m3u8 -c copy "Session - 10226 temp.mp4" | |
ffmpeg -i https://devstreaming-cdn.apple.com/videos/wwdc/2020/10226/4/8C2A77BB-EF41-473E-9B49-F2AB084F9952/audio_english_192/prog_index.m3u8 -c copy "Session - 10226 temp.aac" | |
ffmpeg -i "Session - 10226 temp.mp4" -i "Session - 10226 temp.aac" -c copy "Session 10226 - Record stereo audio with AVAudioSession.mp4" | |
rm "Session - 10226 temp.mp4" | |
rm "Session - 10226 temp.aac" | |
ffmpeg -i https://devstreaming-cdn.apple.com/videos/wwdc/2020/10228/6/1905D3B5-15A1-4972-805E-B11F413C9C73/hvc_2160p_16800/prog_index.m3u8 -c copy "Session - 10228 temp.mp4" | |
ffmpeg -i https://devstreaming-cdn.apple.com/videos/wwdc/2020/10228/6/1905D3B5-15A1-4972-805E-B11F413C9C73/audio_english_192/prog_index.m3u8 -c copy "Session - 10228 temp.aac" | |
ffmpeg -i "Session - 10228 temp.mp4" -i "Session - 10228 temp.aac" -c copy "Session 10228 - What's new in Low-Latency HLS.mp4" | |
rm "Session - 10228 temp.mp4" | |
rm "Session - 10228 temp.aac" | |
ffmpeg -i https://devstreaming-cdn.apple.com/videos/wwdc/2020/10229/6/108D8544-47D6-49C7-9CBF-8CC9E1611A68/hvc_2160p_16800/prog_index.m3u8 -c copy "Session - 10229 temp.mp4" | |
ffmpeg -i https://devstreaming-cdn.apple.com/videos/wwdc/2020/10229/6/108D8544-47D6-49C7-9CBF-8CC9E1611A68/audio_english_192/prog_index.m3u8 -c copy "Session - 10229 temp.aac" | |
ffmpeg -i "Session - 10229 temp.mp4" -i "Session - 10229 temp.aac" -c copy "Session 10229 - Discover HLS Blocking Preload Hints.mp4" | |
rm "Session - 10229 temp.mp4" | |
rm "Session - 10229 temp.aac" | |
ffmpeg -i https://devstreaming-cdn.apple.com/videos/wwdc/2020/10230/8/0A07A6A6-0FFF-4C6F-8549-190E90EDD301/hvc_2160p_16800/prog_index.m3u8 -c copy "Session - 10230 temp.mp4" | |
ffmpeg -i https://devstreaming-cdn.apple.com/videos/wwdc/2020/10230/8/0A07A6A6-0FFF-4C6F-8549-190E90EDD301/audio_english_192/prog_index.m3u8 -c copy "Session - 10230 temp.aac" | |
ffmpeg -i "Session - 10230 temp.mp4" -i "Session - 10230 temp.aac" -c copy "Session 10230 - Optimize live streams with HLS Playlist Delta Updates.mp4" | |
rm "Session - 10230 temp.mp4" | |
rm "Session - 10230 temp.aac" | |
ffmpeg -i https://devstreaming-cdn.apple.com/videos/wwdc/2020/10231/2/5D88EA3B-85D1-4061-AD0C-B03C854C6250/hvc_2160p_16800/prog_index.m3u8 -c copy "Session - 10231 temp.mp4" | |
ffmpeg -i https://devstreaming-cdn.apple.com/videos/wwdc/2020/10231/2/5D88EA3B-85D1-4061-AD0C-B03C854C6250/audio_english_192/prog_index.m3u8 -c copy "Session - 10231 temp.aac" | |
ffmpeg -i "Session - 10231 temp.mp4" -i "Session - 10231 temp.aac" -c copy "Session 10231 - Reduce latency with HLS Blocking Playlist Reload.mp4" | |
rm "Session - 10231 temp.mp4" | |
rm "Session - 10231 temp.aac" | |
ffmpeg -i https://devstreaming-cdn.apple.com/videos/wwdc/2020/10232/3/C27BB5C5-359F-43E8-B2EF-58DF1634503C/hvc_2160p_16800/prog_index.m3u8 -c copy "Session - 10232 temp.mp4" | |
ffmpeg -i https://devstreaming-cdn.apple.com/videos/wwdc/2020/10232/3/C27BB5C5-359F-43E8-B2EF-58DF1634503C/audio_english_192/prog_index.m3u8 -c copy "Session - 10232 temp.aac" | |
ffmpeg -i "Session - 10232 temp.mp4" -i "Session - 10232 temp.aac" -c copy "Session 10232 - Adapt ad insertion to Low-Latency HLS.mp4" | |
rm "Session - 10232 temp.mp4" | |
rm "Session - 10232 temp.aac" | |
ffmpeg -i https://devstreaming-cdn.apple.com/videos/wwdc/2020/10601/8/98057E85-7099-44D3-A4B3-2D795B17414B/hvc_2160p_16800/prog_index.m3u8 -c copy "Session - 10601 temp.mp4" | |
ffmpeg -i https://devstreaming-cdn.apple.com/videos/wwdc/2020/10601/8/98057E85-7099-44D3-A4B3-2D795B17414B/audio_english_192/prog_index.m3u8 -c copy "Session - 10601 temp.aac" | |
ffmpeg -i "Session - 10601 temp.mp4" -i "Session - 10601 temp.aac" -c copy "Session 10601 - The artist's AR toolkit.mp4" | |
rm "Session - 10601 temp.mp4" | |
rm "Session - 10601 temp.aac" | |
ffmpeg -i https://devstreaming-cdn.apple.com/videos/wwdc/2020/10602/6/AA82F37F-B500-4A39-86B8-A75D0E101EF7/hvc_2160p_16800/prog_index.m3u8 -c copy "Session - 10602 temp.mp4" | |
ffmpeg -i https://devstreaming-cdn.apple.com/videos/wwdc/2020/10602/6/AA82F37F-B500-4A39-86B8-A75D0E101EF7/audio_english_192/prog_index.m3u8 -c copy "Session - 10602 temp.aac" | |
ffmpeg -i "Session - 10602 temp.mp4" -i "Session - 10602 temp.aac" -c copy "Session 10602 - Harness Apple GPUs with Metal.mp4" | |
rm "Session - 10602 temp.mp4" | |
rm "Session - 10602 temp.aac" | |
ffmpeg -i https://devstreaming-cdn.apple.com/videos/wwdc/2020/10603/9/3AE89720-673B-4B6D-9F4E-BCF0B6088A7A/hvc_2160p_16800/prog_index.m3u8 -c copy "Session - 10603 temp.mp4" | |
ffmpeg -i https://devstreaming-cdn.apple.com/videos/wwdc/2020/10603/9/3AE89720-673B-4B6D-9F4E-BCF0B6088A7A/audio_english_192/prog_index.m3u8 -c copy "Session - 10603 temp.aac" | |
ffmpeg -i "Session - 10603 temp.mp4" -i "Session - 10603 temp.aac" -c copy "Session 10603 - Optimize Metal apps and games with GPU counters.mp4" | |
rm "Session - 10603 temp.mp4" | |
rm "Session - 10603 temp.aac" | |
ffmpeg -i https://devstreaming-cdn.apple.com/videos/wwdc/2020/10604/6/40B57872-2FAE-48AC-ADA7-F6195610AF45/hvc_2160p_16800/prog_index.m3u8 -c copy "Session - 10604 temp.mp4" | |
ffmpeg -i https://devstreaming-cdn.apple.com/videos/wwdc/2020/10604/6/40B57872-2FAE-48AC-ADA7-F6195610AF45/audio_english_192/prog_index.m3u8 -c copy "Session - 10604 temp.aac" | |
ffmpeg -i "Session - 10604 temp.mp4" -i "Session - 10604 temp.aac" -c copy "Session 10604 - Shop online with AR Quick Look.mp4" | |
rm "Session - 10604 temp.mp4" | |
rm "Session - 10604 temp.aac" | |
ffmpeg -i https://devstreaming-cdn.apple.com/videos/wwdc/2020/10605/4/FC63E0EE-98A8-4F37-A64F-889480F1D68B/hvc_2160p_16800/prog_index.m3u8 -c copy "Session - 10605 temp.mp4" | |
ffmpeg -i https://devstreaming-cdn.apple.com/videos/wwdc/2020/10605/4/FC63E0EE-98A8-4F37-A64F-889480F1D68B/audio_english_192/prog_index.m3u8 -c copy "Session - 10605 temp.aac" | |
ffmpeg -i "Session - 10605 temp.mp4" -i "Session - 10605 temp.aac" -c copy "Session 10605 - Gain insights into your Metal app with Xcode 12.mp4" | |
rm "Session - 10605 temp.mp4" | |
rm "Session - 10605 temp.aac" | |
ffmpeg -i https://devstreaming-cdn.apple.com/videos/wwdc/2020/10611/6/6C2A49E6-6F54-4A68-8F52-D6952A42DCF2/hvc_2160p_16800/prog_index.m3u8 -c copy "Session - 10611 temp.mp4" | |
ffmpeg -i https://devstreaming-cdn.apple.com/videos/wwdc/2020/10611/6/6C2A49E6-6F54-4A68-8F52-D6952A42DCF2/audio_english_192/prog_index.m3u8 -c copy "Session - 10611 temp.aac" | |
ffmpeg -i "Session - 10611 temp.mp4" -i "Session - 10611 temp.aac" -c copy "Session 10611 - Explore ARKit 4.mp4" | |
rm "Session - 10611 temp.mp4" | |
rm "Session - 10611 temp.aac" | |
ffmpeg -i https://devstreaming-cdn.apple.com/videos/wwdc/2020/10612/3/FDE2ECE2-7CB2-46CD-BC4E-3EC7DF916733/hvc_2160p_16800/prog_index.m3u8 -c copy "Session - 10612 temp.mp4" | |
ffmpeg -i https://devstreaming-cdn.apple.com/videos/wwdc/2020/10612/3/FDE2ECE2-7CB2-46CD-BC4E-3EC7DF916733/audio_english_192/prog_index.m3u8 -c copy "Session - 10612 temp.aac" | |
ffmpeg -i "Session - 10612 temp.mp4" -i "Session - 10612 temp.aac" -c copy "Session 10612 - What's new in RealityKit.mp4" | |
rm "Session - 10612 temp.mp4" | |
rm "Session - 10612 temp.aac" | |
ffmpeg -i https://devstreaming-cdn.apple.com/videos/wwdc/2020/10613/3/19BCC0D3-6BAF-449D-9B1A-E66226B66FE3/hvc_2160p_16800/prog_index.m3u8 -c copy "Session - 10613 temp.mp4" | |
ffmpeg -i https://devstreaming-cdn.apple.com/videos/wwdc/2020/10613/3/19BCC0D3-6BAF-449D-9B1A-E66226B66FE3/audio_english_192/prog_index.m3u8 -c copy "Session - 10613 temp.aac" | |
ffmpeg -i "Session - 10613 temp.mp4" -i "Session - 10613 temp.aac" -c copy "Session 10613 - What's new in USD.mp4" | |
rm "Session - 10613 temp.mp4" | |
rm "Session - 10613 temp.aac" | |
ffmpeg -i https://devstreaming-cdn.apple.com/videos/wwdc/2020/10614/3/C3B57A83-F4C3-4B6E-8A08-5EC0315EC8DE/hvc_2160p_16800/prog_index.m3u8 -c copy "Session - 10614 temp.mp4" | |
ffmpeg -i https://devstreaming-cdn.apple.com/videos/wwdc/2020/10614/3/C3B57A83-F4C3-4B6E-8A08-5EC0315EC8DE/audio_english_192/prog_index.m3u8 -c copy "Session - 10614 temp.aac" | |
ffmpeg -i "Session - 10614 temp.mp4" -i "Session - 10614 temp.aac" -c copy "Session 10614 - Advancements in Game Controllers.mp4" | |
rm "Session - 10614 temp.mp4" | |
rm "Session - 10614 temp.aac" | |
ffmpeg -i https://devstreaming-cdn.apple.com/videos/wwdc/2020/10615/3/736B4CCE-CBF1-4FC3-A03B-E15F761B5A9C/hvc_2160p_16800/prog_index.m3u8 -c copy "Session - 10615 temp.mp4" | |
ffmpeg -i https://devstreaming-cdn.apple.com/videos/wwdc/2020/10615/3/736B4CCE-CBF1-4FC3-A03B-E15F761B5A9C/audio_english_192/prog_index.m3u8 -c copy "Session - 10615 temp.aac" | |
ffmpeg -i "Session - 10615 temp.mp4" -i "Session - 10615 temp.aac" -c copy "Session 10615 - Build GPU binaries with Metal.mp4" | |
rm "Session - 10615 temp.mp4" | |
rm "Session - 10615 temp.aac" | |
ffmpeg -i https://devstreaming-cdn.apple.com/videos/wwdc/2020/10616/4/F1AB0F2F-D3BF-4F96-8581-67C84D7009EB/hvc_2160p_16800/prog_index.m3u8 -c copy "Session - 10616 temp.mp4" | |
ffmpeg -i https://devstreaming-cdn.apple.com/videos/wwdc/2020/10616/4/F1AB0F2F-D3BF-4F96-8581-67C84D7009EB/audio_english_192/prog_index.m3u8 -c copy "Session - 10616 temp.aac" | |
ffmpeg -i "Session - 10616 temp.mp4" -i "Session - 10616 temp.aac" -c copy "Session 10616 - Debug GPU-side errors in Metal.mp4" | |
rm "Session - 10616 temp.mp4" | |
rm "Session - 10616 temp.aac" | |
ffmpeg -i https://devstreaming-cdn.apple.com/videos/wwdc/2020/10617/7/C8457776-CDDC-44D8-A382-3384B4800229/hvc_2160p_16800/prog_index.m3u8 -c copy "Session - 10617 temp.mp4" | |
ffmpeg -i https://devstreaming-cdn.apple.com/videos/wwdc/2020/10617/7/C8457776-CDDC-44D8-A382-3384B4800229/audio_english_192/prog_index.m3u8 -c copy "Session - 10617 temp.aac" | |
ffmpeg -i "Session - 10617 temp.mp4" -i "Session - 10617 temp.aac" -c copy "Session 10617 - Bring keyboard and mouse gaming to iPad.mp4" | |
rm "Session - 10617 temp.mp4" | |
rm "Session - 10617 temp.aac" | |
ffmpeg -i https://devstreaming-cdn.apple.com/videos/wwdc/2020/10618/2/98824BEE-ED1B-4C86-9A19-1806FD59C713/hvc_2160p_16800/prog_index.m3u8 -c copy "Session - 10618 temp.mp4" | |
ffmpeg -i https://devstreaming-cdn.apple.com/videos/wwdc/2020/10618/2/98824BEE-ED1B-4C86-9A19-1806FD59C713/audio_english_192/prog_index.m3u8 -c copy "Session - 10618 temp.aac" | |
ffmpeg -i "Session - 10618 temp.mp4" -i "Session - 10618 temp.aac" -c copy "Session 10618 - Tap into Game Center - Dashboard, Access Point, and Profil.mp4" | |
rm "Session - 10618 temp.mp4" | |
rm "Session - 10618 temp.aac" | |
ffmpeg -i https://devstreaming-cdn.apple.com/videos/wwdc/2020/10619/3/D597F6D9-16A7-431A-BC2D-4493678DCE61/hvc_2160p_16800/prog_index.m3u8 -c copy "Session - 10619 temp.mp4" | |
ffmpeg -i https://devstreaming-cdn.apple.com/videos/wwdc/2020/10619/3/D597F6D9-16A7-431A-BC2D-4493678DCE61/audio_english_192/prog_index.m3u8 -c copy "Session - 10619 temp.aac" | |
ffmpeg -i "Session - 10619 temp.mp4" -i "Session - 10619 temp.aac" -c copy "Session 10619 - Tap into Game Center - Leaderboards, Achievements, and Multiplayer.mp4" | |
rm "Session - 10619 temp.mp4" | |
rm "Session - 10619 temp.aac" | |
ffmpeg -i https://devstreaming-cdn.apple.com/videos/wwdc/2020/10621/8/B95598FB-EB54-46A4-AC4D-3CD09EA2F8FE/hvc_2160p_16800/prog_index.m3u8 -c copy "Session - 10621 temp.mp4" | |
ffmpeg -i https://devstreaming-cdn.apple.com/videos/wwdc/2020/10621/8/B95598FB-EB54-46A4-AC4D-3CD09EA2F8FE/audio_english_192/prog_index.m3u8 -c copy "Session - 10621 temp.aac" | |
ffmpeg -i "Session - 10621 temp.mp4" -i "Session - 10621 temp.aac" -c copy "Session 10621 - Support performance-intensive apps and games.mp4" | |
rm "Session - 10621 temp.mp4" | |
rm "Session - 10621 temp.aac" | |
ffmpeg -i https://devstreaming-cdn.apple.com/videos/wwdc/2020/10631/2/801A914B-90C1-428D-A172-0FAABB4D3F70/hvc_2160p_16800/prog_index.m3u8 -c copy "Session - 10631 temp.mp4" | |
ffmpeg -i https://devstreaming-cdn.apple.com/videos/wwdc/2020/10631/2/801A914B-90C1-428D-A172-0FAABB4D3F70/audio_english_192/prog_index.m3u8 -c copy "Session - 10631 temp.aac" | |
ffmpeg -i "Session - 10631 temp.mp4" -i "Session - 10631 temp.aac" -c copy "Session 10631 - Bring your Metal app to Apple Silicon Macs.mp4" | |
rm "Session - 10631 temp.mp4" | |
rm "Session - 10631 temp.aac" | |
ffmpeg -i https://devstreaming-cdn.apple.com/videos/wwdc/2020/10632/4/18D05631-6BD1-40DC-A522-8B016E8BCCB8/hvc_2160p_16800/prog_index.m3u8 -c copy "Session - 10632 temp.mp4" | |
ffmpeg -i https://devstreaming-cdn.apple.com/videos/wwdc/2020/10632/4/18D05631-6BD1-40DC-A522-8B016E8BCCB8/audio_english_192/prog_index.m3u8 -c copy "Session - 10632 temp.aac" | |
ffmpeg -i "Session - 10632 temp.mp4" -i "Session - 10632 temp.aac" -c copy "Session 10632 - Optimize Metal Performance for Apple Silicon Macs.mp4" | |
rm "Session - 10632 temp.mp4" | |
rm "Session - 10632 temp.aac" | |
ffmpeg -i https://devstreaming-cdn.apple.com/videos/wwdc/2020/10633/1/323051C8-A32A-4276-BDC3-F789CD121F18/hvc_2160p_16800/prog_index.m3u8 -c copy "Session - 10633 temp.mp4" | |
ffmpeg -i https://devstreaming-cdn.apple.com/videos/wwdc/2020/10633/1/323051C8-A32A-4276-BDC3-F789CD121F18/audio_english_192/prog_index.m3u8 -c copy "Session - 10633 temp.aac" | |
ffmpeg -i "Session - 10633 temp.mp4" -i "Session - 10633 temp.aac" -c copy "Session 10633 - Capture and stream apps on the Mac with ReplayKit.mp4" | |
rm "Session - 10633 temp.mp4" | |
rm "Session - 10633 temp.aac" | |
ffmpeg -i https://devstreaming-cdn.apple.com/videos/wwdc/2020/10634/2/4D512371-A166-452C-B432-4AE4F1317F13/hvc_2160p_16800/prog_index.m3u8 -c copy "Session - 10634 temp.mp4" | |
ffmpeg -i https://devstreaming-cdn.apple.com/videos/wwdc/2020/10634/2/4D512371-A166-452C-B432-4AE4F1317F13/audio_english_192/prog_index.m3u8 -c copy "Session - 10634 temp.aac" | |
ffmpeg -i "Session - 10634 temp.mp4" -i "Session - 10634 temp.aac" -c copy "Session 10634 - Discover search suggestions for Apple TV.mp4" | |
rm "Session - 10634 temp.mp4" | |
rm "Session - 10634 temp.aac" | |
ffmpeg -i https://devstreaming-cdn.apple.com/videos/wwdc/2020/10635/7/E2294A4E-2559-45DF-9E59-77037C891192/hvc_2160p_16800/prog_index.m3u8 -c copy "Session - 10635 temp.mp4" | |
ffmpeg -i https://devstreaming-cdn.apple.com/videos/wwdc/2020/10635/7/E2294A4E-2559-45DF-9E59-77037C891192/audio_english_192/prog_index.m3u8 -c copy "Session - 10635 temp.aac" | |
ffmpeg -i "Session - 10635 temp.mp4" -i "Session - 10635 temp.aac" -c copy "Session 10635 - Accelerate your app with CarPlay.mp4" | |
rm "Session - 10635 temp.mp4" | |
rm "Session - 10635 temp.aac" | |
ffmpeg -i https://devstreaming-cdn.apple.com/videos/wwdc/2020/10636/4/9B21455F-1B4A-4C94-B227-4C05DFBF618C/hvc_2160p_16800/prog_index.m3u8 -c copy "Session - 10636 temp.mp4" | |
ffmpeg -i https://devstreaming-cdn.apple.com/videos/wwdc/2020/10636/4/9B21455F-1B4A-4C94-B227-4C05DFBF618C/audio_english_192/prog_index.m3u8 -c copy "Session - 10636 temp.aac" | |
ffmpeg -i "Session - 10636 temp.mp4" -i "Session - 10636 temp.aac" -c copy "Session 10636 - What's new in streaming audio for Apple Watch.mp4" | |
rm "Session - 10636 temp.mp4" | |
rm "Session - 10636 temp.aac" | |
ffmpeg -i https://devstreaming-cdn.apple.com/videos/wwdc/2020/10639/5/057764DA-08A0-45F7-8FFE-F256D8F63FA8/hvc_2160p_16800/prog_index.m3u8 -c copy "Session - 10639 temp.mp4" | |
ffmpeg -i https://devstreaming-cdn.apple.com/videos/wwdc/2020/10639/5/057764DA-08A0-45F7-8FFE-F256D8F63FA8/audio_english_192/prog_index.m3u8 -c copy "Session - 10639 temp.aac" | |
ffmpeg -i "Session - 10639 temp.mp4" -i "Session - 10639 temp.aac" -c copy "Session 10639 - What's new in managing Apple devices.mp4" | |
rm "Session - 10639 temp.mp4" | |
rm "Session - 10639 temp.aac" | |
ffmpeg -i https://devstreaming-cdn.apple.com/videos/wwdc/2020/10640/2/AEC45E1C-6A54-44A6-A1B0-FD4F7F7358AF/hvc_2160p_16800/prog_index.m3u8 -c copy "Session - 10640 temp.mp4" | |
ffmpeg -i https://devstreaming-cdn.apple.com/videos/wwdc/2020/10640/2/AEC45E1C-6A54-44A6-A1B0-FD4F7F7358AF/audio_english_192/prog_index.m3u8 -c copy "Session - 10640 temp.aac" | |
ffmpeg -i "Session - 10640 temp.mp4" -i "Session - 10640 temp.aac" -c copy "Session 10640 - Design for the iPadOS pointer.mp4" | |
rm "Session - 10640 temp.mp4" | |
rm "Session - 10640 temp.aac" | |
ffmpeg -i https://devstreaming-cdn.apple.com/videos/wwdc/2020/10641/4/C149B921-AABB-42E4-9F4E-BCB9B2495225/hvc_2160p_16800/prog_index.m3u8 -c copy "Session - 10641 temp.mp4" | |
ffmpeg -i https://devstreaming-cdn.apple.com/videos/wwdc/2020/10641/4/C149B921-AABB-42E4-9F4E-BCB9B2495225/audio_english_192/prog_index.m3u8 -c copy "Session - 10641 temp.aac" | |
ffmpeg -i "Session - 10641 temp.mp4" -i "Session - 10641 temp.aac" -c copy "Session 10641 - Handle the Limited Photos Library in your app.mp4" | |
rm "Session - 10641 temp.mp4" | |
rm "Session - 10641 temp.aac" | |
ffmpeg -i https://devstreaming-cdn.apple.com/videos/wwdc/2020/10642/4/9A4D6DB0-180A-4422-93A1-162EAAB9C152/hvc_2160p_16800/prog_index.m3u8 -c copy "Session - 10642 temp.mp4" | |
ffmpeg -i https://devstreaming-cdn.apple.com/videos/wwdc/2020/10642/4/9A4D6DB0-180A-4422-93A1-162EAAB9C152/audio_english_192/prog_index.m3u8 -c copy "Session - 10642 temp.aac" | |
ffmpeg -i "Session - 10642 temp.mp4" -i "Session - 10642 temp.aac" -c copy "Session 10642 - Build Image and Video Style Transfer models in Create ML.mp4" | |
rm "Session - 10642 temp.mp4" | |
rm "Session - 10642 temp.aac" | |
ffmpeg -i https://devstreaming-cdn.apple.com/videos/wwdc/2020/10643/2/969D39B6-F420-4CA1-B8D9-F732295925E8/hvc_2160p_16800/prog_index.m3u8 -c copy "Session - 10643 temp.mp4" | |
ffmpeg -i https://devstreaming-cdn.apple.com/videos/wwdc/2020/10643/2/969D39B6-F420-4CA1-B8D9-F732295925E8/audio_english_192/prog_index.m3u8 -c copy "Session - 10643 temp.aac" | |
ffmpeg -i "Session - 10643 temp.mp4" -i "Session - 10643 temp.aac" -c copy "Session 10643 - Build a SwiftUI view in Swift Playgrounds.mp4" | |
rm "Session - 10643 temp.mp4" | |
rm "Session - 10643 temp.aac" | |
ffmpeg -i https://devstreaming-cdn.apple.com/videos/wwdc/2020/10644/4/2321DCCB-12E0-48F4-BBDD-886D64E79E22/hvc_2160p_16800/prog_index.m3u8 -c copy "Session - 10644 temp.mp4" | |
ffmpeg -i https://devstreaming-cdn.apple.com/videos/wwdc/2020/10644/4/2321DCCB-12E0-48F4-BBDD-886D64E79E22/audio_english_192/prog_index.m3u8 -c copy "Session - 10644 temp.aac" | |
ffmpeg -i "Session - 10644 temp.mp4" -i "Session - 10644 temp.aac" -c copy "Session 10644 - Use Swift on AWS Lambda with Xcode.mp4" | |
rm "Session - 10644 temp.mp4" | |
rm "Session - 10644 temp.aac" | |
ffmpeg -i https://devstreaming-cdn.apple.com/videos/wwdc/2020/10645/4/1BC7D16C-74CC-4EF7-A66C-98CE8E88899E/hvc_2160p_16800/prog_index.m3u8 -c copy "Session - 10645 temp.mp4" | |
ffmpeg -i https://devstreaming-cdn.apple.com/videos/wwdc/2020/10645/4/1BC7D16C-74CC-4EF7-A66C-98CE8E88899E/audio_english_192/prog_index.m3u8 -c copy "Session - 10645 temp.aac" | |
ffmpeg -i "Session - 10645 temp.mp4" -i "Session - 10645 temp.aac" -c copy "Session 10645 - Support multiple users in your tvOS app.mp4" | |
rm "Session - 10645 temp.mp4" | |
rm "Session - 10645 temp.aac" | |
ffmpeg -i https://devstreaming-cdn.apple.com/videos/wwdc/2020/10646/3/7B1A2716-4A62-471B-9863-78B9598EBE24/hvc_2160p_16800/prog_index.m3u8 -c copy "Session - 10646 temp.mp4" | |
ffmpeg -i https://devstreaming-cdn.apple.com/videos/wwdc/2020/10646/3/7B1A2716-4A62-471B-9863-78B9598EBE24/audio_english_192/prog_index.m3u8 -c copy "Session - 10646 temp.aac" | |
ffmpeg -i "Session - 10646 temp.mp4" -i "Session - 10646 temp.aac" -c copy "Session 10646 - What's new in Web Inspector.mp4" | |
rm "Session - 10646 temp.mp4" | |
rm "Session - 10646 temp.aac" | |
ffmpeg -i https://devstreaming-cdn.apple.com/videos/wwdc/2020/10647/4/2D407D3C-7BD3-4314-A218-BA995261A274/hvc_2160p_16800/prog_index.m3u8 -c copy "Session - 10647 temp.mp4" | |
ffmpeg -i https://devstreaming-cdn.apple.com/videos/wwdc/2020/10647/4/2D407D3C-7BD3-4314-A218-BA995261A274/audio_english_192/prog_index.m3u8 -c copy "Session - 10647 temp.aac" | |
ffmpeg -i "Session - 10647 temp.mp4" -i "Session - 10647 temp.aac" -c copy "Session 10647 - Become a Simulator expert.mp4" | |
rm "Session - 10647 temp.mp4" | |
rm "Session - 10647 temp.aac" | |
ffmpeg -i https://devstreaming-cdn.apple.com/videos/wwdc/2020/10648/3/B4DA06E5-8715-4478-B755-EDFF6EC473F9/hvc_2160p_16800/prog_index.m3u8 -c copy "Session - 10648 temp.mp4" | |
ffmpeg -i https://devstreaming-cdn.apple.com/videos/wwdc/2020/10648/3/B4DA06E5-8715-4478-B755-EDFF6EC473F9/audio_english_192/prog_index.m3u8 -c copy "Session - 10648 temp.aac" | |
ffmpeg -i "Session - 10648 temp.mp4" -i "Session - 10648 temp.aac" -c copy "Session 10648 - Unsafe Swift.mp4" | |
rm "Session - 10648 temp.mp4" | |
rm "Session - 10648 temp.aac" | |
ffmpeg -i https://devstreaming-cdn.apple.com/videos/wwdc/2020/10649/4/01ACF20A-CE91-4DA6-984C-F8A9A5EBFA31/hvc_2160p_16800/prog_index.m3u8 -c copy "Session - 10649 temp.mp4" | |
ffmpeg -i https://devstreaming-cdn.apple.com/videos/wwdc/2020/10649/4/01ACF20A-CE91-4DA6-984C-F8A9A5EBFA31/audio_english_192/prog_index.m3u8 -c copy "Session - 10649 temp.aac" | |
ffmpeg -i "Session - 10649 temp.mp4" -i "Session - 10649 temp.aac" -c copy "Session 10649 - Add custom views and modifiers to the Xcode Library.mp4" | |
rm "Session - 10649 temp.mp4" | |
rm "Session - 10649 temp.aac" | |
ffmpeg -i https://devstreaming-cdn.apple.com/videos/wwdc/2020/10650/1/33CE296B-A394-4BE1-B716-62562D18CAF1/hvc_2160p_16800/prog_index.m3u8 -c copy "Session - 10650 temp.mp4" | |
ffmpeg -i https://devstreaming-cdn.apple.com/videos/wwdc/2020/10650/1/33CE296B-A394-4BE1-B716-62562D18CAF1/audio_english_192/prog_index.m3u8 -c copy "Session - 10650 temp.aac" | |
ffmpeg -i "Session - 10650 temp.mp4" -i "Session - 10650 temp.aac" -c copy "Session 10650 - Sync a Core Data store with the CloudKit public database.mp4" | |
rm "Session - 10650 temp.mp4" | |
rm "Session - 10650 temp.aac" | |
ffmpeg -i https://devstreaming-cdn.apple.com/videos/wwdc/2020/10651/5/867D043E-1488-4ADB-8B4B-BDB453805F0E/hvc_2160p_16800/prog_index.m3u8 -c copy "Session - 10651 temp.mp4" | |
ffmpeg -i https://devstreaming-cdn.apple.com/videos/wwdc/2020/10651/5/867D043E-1488-4ADB-8B4B-BDB453805F0E/audio_english_192/prog_index.m3u8 -c copy "Session - 10651 temp.aac" | |
ffmpeg -i "Session - 10651 temp.mp4" -i "Session - 10651 temp.aac" -c copy "Session 10651 - What's new in App Store Connect.mp4" | |
rm "Session - 10651 temp.mp4" | |
rm "Session - 10651 temp.aac" | |
ffmpeg -i https://devstreaming-cdn.apple.com/videos/wwdc/2020/10652/2/866B836D-A40B-4AAA-B5FB-711E5EC76738/hvc_2160p_16800/prog_index.m3u8 -c copy "Session - 10652 temp.mp4" | |
ffmpeg -i https://devstreaming-cdn.apple.com/videos/wwdc/2020/10652/2/866B836D-A40B-4AAA-B5FB-711E5EC76738/audio_english_192/prog_index.m3u8 -c copy "Session - 10652 temp.aac" | |
ffmpeg -i "Session - 10652 temp.mp4" -i "Session - 10652 temp.aac" -c copy "Session 10652 - Meet the new Photos picker.mp4" | |
rm "Session - 10652 temp.mp4" | |
rm "Session - 10652 temp.aac" | |
ffmpeg -i https://devstreaming-cdn.apple.com/videos/wwdc/2020/10653/7/FB18980C-4366-49CE-AC48-91467EF64D7E/hvc_2160p_16800/prog_index.m3u8 -c copy "Session - 10653 temp.mp4" | |
ffmpeg -i https://devstreaming-cdn.apple.com/videos/wwdc/2020/10653/7/FB18980C-4366-49CE-AC48-91467EF64D7E/audio_english_192/prog_index.m3u8 -c copy "Session - 10653 temp.aac" | |
ffmpeg -i "Session - 10653 temp.mp4" -i "Session - 10653 temp.aac" -c copy "Session 10653 - Detect Body and Hand Pose with Vision.mp4" | |
rm "Session - 10653 temp.mp4" | |
rm "Session - 10653 temp.aac" | |
ffmpeg -i https://devstreaming-cdn.apple.com/videos/wwdc/2020/10654/2/4B427CCE-8A7A-4090-A46D-637F9E500831/hvc_2160p_16800/prog_index.m3u8 -c copy "Session - 10654 temp.mp4" | |
ffmpeg -i https://devstreaming-cdn.apple.com/videos/wwdc/2020/10654/2/4B427CCE-8A7A-4090-A46D-637F9E500831/audio_english_192/prog_index.m3u8 -c copy "Session - 10654 temp.aac" | |
ffmpeg -i "Session - 10654 temp.mp4" -i "Session - 10654 temp.aac" -c copy "Session 10654 - Create Swift Playgrounds content for iPad and Mac.mp4" | |
rm "Session - 10654 temp.mp4" | |
rm "Session - 10654 temp.aac" | |
ffmpeg -i https://devstreaming-cdn.apple.com/videos/wwdc/2020/10655/2/8DA0D0A8-8AFD-4AAA-9116-380C9A2F16F3/hvc_2160p_16800/prog_index.m3u8 -c copy "Session - 10655 temp.mp4" | |
ffmpeg -i https://devstreaming-cdn.apple.com/videos/wwdc/2020/10655/2/8DA0D0A8-8AFD-4AAA-9116-380C9A2F16F3/audio_english_192/prog_index.m3u8 -c copy "Session - 10655 temp.aac" | |
ffmpeg -i "Session - 10655 temp.mp4" -i "Session - 10655 temp.aac" -c copy "Session 10655 - Discover how to download and play HLS offline.mp4" | |
rm "Session - 10655 temp.mp4" | |
rm "Session - 10655 temp.aac" | |
ffmpeg -i https://devstreaming-cdn.apple.com/videos/wwdc/2020/10656/2/6F6B3D7A-6026-4C3D-8FB7-113BC003C548/hvc_2160p_16800/prog_index.m3u8 -c copy "Session - 10656 temp.mp4" | |
ffmpeg -i https://devstreaming-cdn.apple.com/videos/wwdc/2020/10656/2/6F6B3D7A-6026-4C3D-8FB7-113BC003C548/audio_english_192/prog_index.m3u8 -c copy "Session - 10656 temp.aac" | |
ffmpeg -i "Session - 10656 temp.mp4" -i "Session - 10656 temp.aac" -c copy "Session 10656 - Beyond counting steps.mp4" | |
rm "Session - 10656 temp.mp4" | |
rm "Session - 10656 temp.aac" | |
ffmpeg -i https://devstreaming-cdn.apple.com/videos/wwdc/2020/10657/4/5CBDC4BB-1804-43A0-9587-A4021B023EE4/hvc_2160p_16800/prog_index.m3u8 -c copy "Session - 10657 temp.mp4" | |
ffmpeg -i https://devstreaming-cdn.apple.com/videos/wwdc/2020/10657/4/5CBDC4BB-1804-43A0-9587-A4021B023EE4/audio_english_192/prog_index.m3u8 -c copy "Session - 10657 temp.aac" | |
ffmpeg -i "Session - 10657 temp.mp4" -i "Session - 10657 temp.aac" -c copy "Session 10657 - Make apps smarter with Natural Language.mp4" | |
rm "Session - 10657 temp.mp4" | |
rm "Session - 10657 temp.aac" | |
ffmpeg -i https://devstreaming-cdn.apple.com/videos/wwdc/2020/10658/7/9145E8BA-D609-4598-B9A3-342B97ABF696/hvc_2160p_16800/prog_index.m3u8 -c copy "Session - 10658 temp.mp4" | |
ffmpeg -i https://devstreaming-cdn.apple.com/videos/wwdc/2020/10658/7/9145E8BA-D609-4598-B9A3-342B97ABF696/audio_english_192/prog_index.m3u8 -c copy "Session - 10658 temp.aac" | |
ffmpeg -i "Session - 10658 temp.mp4" -i "Session - 10658 temp.aac" -c copy "Session 10658 - What's new in education.mp4" | |
rm "Session - 10658 temp.mp4" | |
rm "Session - 10658 temp.aac" | |
ffmpeg -i https://devstreaming-cdn.apple.com/videos/wwdc/2020/10659/7/DAE77ED9-0C98-4679-B5AD-0A222D4EBD83/hvc_2160p_16800/prog_index.m3u8 -c copy "Session - 10659 temp.mp4" | |
ffmpeg -i https://devstreaming-cdn.apple.com/videos/wwdc/2020/10659/7/DAE77ED9-0C98-4679-B5AD-0A222D4EBD83/audio_english_192/prog_index.m3u8 -c copy "Session - 10659 temp.aac" | |
ffmpeg -i "Session - 10659 temp.mp4" -i "Session - 10659 temp.aac" -c copy "Session 10659 - Introducing StoreKit Testing in Xcode.mp4" | |
rm "Session - 10659 temp.mp4" | |
rm "Session - 10659 temp.aac" | |
ffmpeg -i https://devstreaming-cdn.apple.com/videos/wwdc/2020/10660/3/BB0C122A-E1EA-4E75-A8C4-D62448548742/hvc_2160p_16800/prog_index.m3u8 -c copy "Session - 10660 temp.mp4" | |
ffmpeg -i https://devstreaming-cdn.apple.com/videos/wwdc/2020/10660/3/BB0C122A-E1EA-4E75-A8C4-D62448548742/audio_english_192/prog_index.m3u8 -c copy "Session - 10660 temp.aac" | |
ffmpeg -i "Session - 10660 temp.mp4" -i "Session - 10660 temp.aac" -c copy "Session 10660 - What's new in location.mp4" | |
rm "Session - 10660 temp.mp4" | |
rm "Session - 10660 temp.aac" | |
ffmpeg -i https://devstreaming-cdn.apple.com/videos/wwdc/2020/10661/5/8EBE5257-7E47-4220-9400-3B7ECDC03651/hvc_2160p_16800/prog_index.m3u8 -c copy "Session - 10661 temp.mp4" | |
ffmpeg -i https://devstreaming-cdn.apple.com/videos/wwdc/2020/10661/5/8EBE5257-7E47-4220-9400-3B7ECDC03651/audio_english_192/prog_index.m3u8 -c copy "Session - 10661 temp.aac" | |
ffmpeg -i "Session - 10661 temp.mp4" -i "Session - 10661 temp.aac" -c copy "Session 10661 - What's new with in-app purchase.mp4" | |
rm "Session - 10661 temp.mp4" | |
rm "Session - 10661 temp.aac" | |
ffmpeg -i https://devstreaming-cdn.apple.com/videos/wwdc/2020/10662/7/71FF385C-2EF7-41E7-9B1B-7FBBCA383553/hvc_2160p_16800/prog_index.m3u8 -c copy "Session - 10662 temp.mp4" | |
ffmpeg -i https://devstreaming-cdn.apple.com/videos/wwdc/2020/10662/7/71FF385C-2EF7-41E7-9B1B-7FBBCA383553/audio_english_192/prog_index.m3u8 -c copy "Session - 10662 temp.aac" | |
ffmpeg -i "Session - 10662 temp.mp4" -i "Session - 10662 temp.aac" -c copy "Session 10662 - What's new in Wallet and Apple Pay.mp4" | |
rm "Session - 10662 temp.mp4" | |
rm "Session - 10662 temp.aac" | |
ffmpeg -i https://devstreaming-cdn.apple.com/videos/wwdc/2020/10663/4/CD370943-444D-4A23-8D1E-C2F93151F7DF/hvc_2160p_16800/prog_index.m3u8 -c copy "Session - 10663 temp.mp4" | |
ffmpeg -i https://devstreaming-cdn.apple.com/videos/wwdc/2020/10663/4/CD370943-444D-4A23-8D1E-C2F93151F7DF/audio_english_192/prog_index.m3u8 -c copy "Session - 10663 temp.aac" | |
ffmpeg -i "Session - 10663 temp.mp4" -i "Session - 10663 temp.aac" -c copy "Session 10663 - What's new for web developers.mp4" | |
rm "Session - 10663 temp.mp4" | |
rm "Session - 10663 temp.aac" | |
ffmpeg -i https://devstreaming-cdn.apple.com/videos/wwdc/2020/10664/1/CB653FB1-BD72-4C64-81D4-B4AECDC0C469/hvc_2160p_16800/prog_index.m3u8 -c copy "Session - 10664 temp.mp4" | |
ffmpeg -i https://devstreaming-cdn.apple.com/videos/wwdc/2020/10664/1/CB653FB1-BD72-4C64-81D4-B4AECDC0C469/audio_english_192/prog_index.m3u8 -c copy "Session - 10664 temp.aac" | |
ffmpeg -i "Session - 10664 temp.mp4" -i "Session - 10664 temp.aac" -c copy "Session 10664 - Getting started with HealthKit.mp4" | |
rm "Session - 10664 temp.mp4" | |
rm "Session - 10664 temp.aac" | |
ffmpeg -i https://devstreaming-cdn.apple.com/videos/wwdc/2020/10665/2/0F2ED2DD-BB73-494B-B386-70B21832EABA/hvc_2160p_16800/prog_index.m3u8 -c copy "Session - 10665 temp.mp4" | |
ffmpeg -i https://devstreaming-cdn.apple.com/videos/wwdc/2020/10665/2/0F2ED2DD-BB73-494B-B386-70B21832EABA/audio_english_192/prog_index.m3u8 -c copy "Session - 10665 temp.aac" | |
ffmpeg -i "Session - 10665 temp.mp4" -i "Session - 10665 temp.aac" -c copy "Session 10665 - Meet Safari Web Extensions.mp4" | |
rm "Session - 10665 temp.mp4" | |
rm "Session - 10665 temp.aac" | |
ffmpeg -i https://devstreaming-cdn.apple.com/videos/wwdc/2020/10666/5/D4B7397B-A103-47AB-B97A-5DFFDCC3DB05/hvc_2160p_16800/prog_index.m3u8 -c copy "Session - 10666 temp.mp4" | |
ffmpeg -i https://devstreaming-cdn.apple.com/videos/wwdc/2020/10666/5/D4B7397B-A103-47AB-B97A-5DFFDCC3DB05/audio_english_192/prog_index.m3u8 -c copy "Session - 10666 temp.aac" | |
ffmpeg -i "Session - 10666 temp.mp4" -i "Session - 10666 temp.aac" -c copy "Session 10666 - One-tap account security upgrades.mp4" | |
rm "Session - 10666 temp.mp4" | |
rm "Session - 10666 temp.aac" | |
ffmpeg -i https://devstreaming-cdn.apple.com/videos/wwdc/2020/10667/1/E52001A1-58C5-44FF-9EDD-1516DA113C85/hvc_2160p_16800/prog_index.m3u8 -c copy "Session - 10667 temp.mp4" | |
ffmpeg -i https://devstreaming-cdn.apple.com/videos/wwdc/2020/10667/1/E52001A1-58C5-44FF-9EDD-1516DA113C85/audio_english_192/prog_index.m3u8 -c copy "Session - 10667 temp.aac" | |
ffmpeg -i "Session - 10667 temp.mp4" -i "Session - 10667 temp.aac" -c copy "Session 10667 - Custom app distribution with Apple Business Manager.mp4" | |
rm "Session - 10667 temp.mp4" | |
rm "Session - 10667 temp.aac" | |
ffmpeg -i https://devstreaming-cdn.apple.com/videos/wwdc/2020/10668/3/4B4F3C40-9B68-4D31-AD1E-BC57B2455BC9/hvc_2160p_16800/prog_index.m3u8 -c copy "Session - 10668 temp.mp4" | |
ffmpeg -i https://devstreaming-cdn.apple.com/videos/wwdc/2020/10668/3/4B4F3C40-9B68-4D31-AD1E-BC57B2455BC9/audio_english_192/prog_index.m3u8 -c copy "Session - 10668 temp.aac" | |
ffmpeg -i "Session - 10668 temp.mp4" -i "Session - 10668 temp.aac" -c copy "Session 10668 - Meet Nearby Interaction.mp4" | |
rm "Session - 10668 temp.mp4" | |
rm "Session - 10668 temp.aac" | |
ffmpeg -i https://devstreaming-cdn.apple.com/videos/wwdc/2020/10669/3/510EDDF8-57EE-471A-91A2-951403F2636D/hvc_2160p_16800/prog_index.m3u8 -c copy "Session - 10669 temp.mp4" | |
ffmpeg -i https://devstreaming-cdn.apple.com/videos/wwdc/2020/10669/3/510EDDF8-57EE-471A-91A2-951403F2636D/audio_english_192/prog_index.m3u8 -c copy "Session - 10669 temp.aac" | |
ffmpeg -i "Session - 10669 temp.mp4" -i "Session - 10669 temp.aac" -c copy "Session 10669 - Handling FHIR without getting burned.mp4" | |
rm "Session - 10669 temp.mp4" | |
rm "Session - 10669 temp.aac" | |
ffmpeg -i https://devstreaming-cdn.apple.com/videos/wwdc/2020/10670/3/5C51AE2A-7F6B-4B7E-A246-5A96C2638294/hvc_2160p_16800/prog_index.m3u8 -c copy "Session - 10670 temp.mp4" | |
ffmpeg -i https://devstreaming-cdn.apple.com/videos/wwdc/2020/10670/3/5C51AE2A-7F6B-4B7E-A246-5A96C2638294/audio_english_192/prog_index.m3u8 -c copy "Session - 10670 temp.aac" | |
ffmpeg -i "Session - 10670 temp.mp4" -i "Session - 10670 temp.aac" -c copy "Session 10670 - Meet Face ID and Touch ID for the web.mp4" | |
rm "Session - 10670 temp.mp4" | |
rm "Session - 10670 temp.aac" | |
ffmpeg -i https://devstreaming-cdn.apple.com/videos/wwdc/2020/10671/2/8C3D9C49-FD2E-43C0-8EC6-AB1A5CE0A489/hvc_2160p_16800/prog_index.m3u8 -c copy "Session - 10671 temp.mp4" | |
ffmpeg -i https://devstreaming-cdn.apple.com/videos/wwdc/2020/10671/2/8C3D9C49-FD2E-43C0-8EC6-AB1A5CE0A489/audio_english_192/prog_index.m3u8 -c copy "Session - 10671 temp.aac" | |
ffmpeg -i "Session - 10671 temp.mp4" -i "Session - 10671 temp.aac" -c copy "Session 10671 - Architecting for subscriptions.mp4" | |
rm "Session - 10671 temp.mp4" | |
rm "Session - 10671 temp.aac" | |
ffmpeg -i https://devstreaming-cdn.apple.com/videos/wwdc/2020/10672/2/2B77403E-C077-43D0-8C4C-D59BDD7049E0/hvc_2160p_16800/prog_index.m3u8 -c copy "Session - 10672 temp.mp4" | |
ffmpeg -i https://devstreaming-cdn.apple.com/videos/wwdc/2020/10672/2/2B77403E-C077-43D0-8C4C-D59BDD7049E0/audio_english_192/prog_index.m3u8 -c copy "Session - 10672 temp.aac" | |
ffmpeg -i "Session - 10672 temp.mp4" -i "Session - 10672 temp.aac" -c copy "Session 10672 - What's new in ClassKit.mp4" | |
rm "Session - 10672 temp.mp4" | |
rm "Session - 10672 temp.aac" | |
ffmpeg -i https://devstreaming-cdn.apple.com/videos/wwdc/2020/10673/4/21AB353A-EC21-4DEC-A91F-A499F2D4244C/hvc_2160p_16800/prog_index.m3u8 -c copy "Session - 10673 temp.mp4" | |
ffmpeg -i https://devstreaming-cdn.apple.com/videos/wwdc/2020/10673/4/21AB353A-EC21-4DEC-A91F-A499F2D4244C/audio_english_192/prog_index.m3u8 -c copy "Session - 10673 temp.aac" | |
ffmpeg -i "Session - 10673 temp.mp4" -i "Session - 10673 temp.aac" -c copy "Session 10673 - Explore Computer Vision APIs.mp4" | |
rm "Session - 10673 temp.mp4" | |
rm "Session - 10673 temp.aac" | |
ffmpeg -i https://devstreaming-cdn.apple.com/videos/wwdc/2020/10676/2/67714C99-0C64-40DF-BAEB-AA91773B4AF5/hvc_2160p_16800/prog_index.m3u8 -c copy "Session - 10676 temp.mp4" | |
ffmpeg -i https://devstreaming-cdn.apple.com/videos/wwdc/2020/10676/2/67714C99-0C64-40DF-BAEB-AA91773B4AF5/audio_english_192/prog_index.m3u8 -c copy "Session - 10676 temp.aac" | |
ffmpeg -i "Session - 10676 temp.mp4" -i "Session - 10676 temp.aac" -c copy "Session 10676 - Build trust through better privacy.mp4" | |
rm "Session - 10676 temp.mp4" | |
rm "Session - 10676 temp.aac" | |
ffmpeg -i https://devstreaming-cdn.apple.com/videos/wwdc/2020/10677/1/6F963D12-609B-478C-9B6B-544C23A8A6FC/hvc_2160p_16800/prog_index.m3u8 -c copy "Session - 10677 temp.mp4" | |
ffmpeg -i https://devstreaming-cdn.apple.com/videos/wwdc/2020/10677/1/6F963D12-609B-478C-9B6B-544C23A8A6FC/audio_english_192/prog_index.m3u8 -c copy "Session - 10677 temp.aac" | |
ffmpeg -i "Session - 10677 temp.mp4" -i "Session - 10677 temp.aac" -c copy "Session 10677 - Build customized ML models with the Metal Performance Shaders Graph.mp4" | |
rm "Session - 10677 temp.mp4" | |
rm "Session - 10677 temp.aac" | |
ffmpeg -i https://devstreaming-cdn.apple.com/videos/wwdc/2020/10680/4/D9A493BE-D122-47F7-8A56-C92966FCD3C9/hvc_2160p_16800/prog_index.m3u8 -c copy "Session - 10680 temp.mp4" | |
ffmpeg -i https://devstreaming-cdn.apple.com/videos/wwdc/2020/10680/4/D9A493BE-D122-47F7-8A56-C92966FCD3C9/audio_english_192/prog_index.m3u8 -c copy "Session - 10680 temp.aac" | |
ffmpeg -i "Session - 10680 temp.mp4" -i "Session - 10680 temp.aac" -c copy "Session 10680 - Refine Objective-C frameworks for Swift.mp4" | |
rm "Session - 10680 temp.mp4" | |
rm "Session - 10680 temp.aac" | |
ffmpeg -i https://devstreaming-cdn.apple.com/videos/wwdc/2020/10681/1/F1AAA46C-0307-4A1D-95A8-859041DE7772/hvc_2160p_16800/prog_index.m3u8 -c copy "Session - 10681 temp.mp4" | |
ffmpeg -i https://devstreaming-cdn.apple.com/videos/wwdc/2020/10681/1/F1AAA46C-0307-4A1D-95A8-859041DE7772/audio_english_192/prog_index.m3u8 -c copy "Session - 10681 temp.aac" | |
ffmpeg -i "Session - 10681 temp.mp4" -i "Session - 10681 temp.aac" -c copy "Session 10681 - Swan's Quest, Chapter 1 - Voices in the dark.mp4" | |
rm "Session - 10681 temp.mp4" | |
rm "Session - 10681 temp.aac" | |
ffmpeg -i https://devstreaming-cdn.apple.com/videos/wwdc/2020/10682/2/6B34E411-1BA2-45F5-9369-54ABFCFDBC6C/hvc_2160p_16800/prog_index.m3u8 -c copy "Session - 10682 temp.mp4" | |
ffmpeg -i https://devstreaming-cdn.apple.com/videos/wwdc/2020/10682/2/6B34E411-1BA2-45F5-9369-54ABFCFDBC6C/audio_english_192/prog_index.m3u8 -c copy "Session - 10682 temp.aac" | |
ffmpeg -i "Session - 10682 temp.mp4" -i "Session - 10682 temp.aac" -c copy "Session 10682 - Swan's Quest, Chapter 2 - A time for tones.mp4" | |
rm "Session - 10682 temp.mp4" | |
rm "Session - 10682 temp.aac" | |
ffmpeg -i https://devstreaming-cdn.apple.com/videos/wwdc/2020/10683/2/B8E1E59B-E67F-46C4-9F9A-A167F492153C/hvc_2160p_16800/prog_index.m3u8 -c copy "Session - 10683 temp.mp4" | |
ffmpeg -i https://devstreaming-cdn.apple.com/videos/wwdc/2020/10683/2/B8E1E59B-E67F-46C4-9F9A-A167F492153C/audio_english_192/prog_index.m3u8 -c copy "Session - 10683 temp.aac" | |
ffmpeg -i "Session - 10683 temp.mp4" -i "Session - 10683 temp.aac" -c copy "Session 10683 - Swan's Quest, Chapter 3 - The notable scroll.mp4" | |
rm "Session - 10683 temp.mp4" | |
rm "Session - 10683 temp.aac" | |
ffmpeg -i https://devstreaming-cdn.apple.com/videos/wwdc/2020/10684/3/C33333D9-8FB3-4C15-B47D-25D507263570/hvc_2160p_16800/prog_index.m3u8 -c copy "Session - 10684 temp.mp4" | |
ffmpeg -i https://devstreaming-cdn.apple.com/videos/wwdc/2020/10684/3/C33333D9-8FB3-4C15-B47D-25D507263570/audio_english_192/prog_index.m3u8 -c copy "Session - 10684 temp.aac" | |
ffmpeg -i "Session - 10684 temp.mp4" -i "Session - 10684 temp.aac" -c copy "Session 10684 - Swan's Quest, Chapter 4 - The sequence completes.mp4" | |
rm "Session - 10684 temp.mp4" | |
rm "Session - 10684 temp.aac" | |
ffmpeg -i https://devstreaming-cdn.apple.com/videos/wwdc/2020/10686/2/2CD907DB-E411-4564-8977-5A5F18FC8F1B/hvc_2160p_16800/prog_index.m3u8 -c copy "Session - 10686 temp.mp4" | |
ffmpeg -i https://devstreaming-cdn.apple.com/videos/wwdc/2020/10686/2/2CD907DB-E411-4564-8977-5A5F18FC8F1B/audio_english_192/prog_index.m3u8 -c copy "Session - 10686 temp.aac" | |
ffmpeg -i "Session - 10686 temp.mp4" -i "Session - 10686 temp.aac" -c copy "Session 10686 - Explore the new system architecture of Apple Silicon Macs.mp4" | |
rm "Session - 10686 temp.mp4" | |
rm "Session - 10686 temp.aac" | |
ffmpeg -i https://devstreaming-cdn.apple.com/videos/wwdc/2020/10687/2/28416A6D-7CA6-425B-82A7-327CB8BD3C30/hvc_2160p_16800/prog_index.m3u8 -c copy "Session - 10687 temp.mp4" | |
ffmpeg -i https://devstreaming-cdn.apple.com/videos/wwdc/2020/10687/2/28416A6D-7CA6-425B-82A7-327CB8BD3C30/audio_english_192/prog_index.m3u8 -c copy "Session - 10687 temp.aac" | |
ffmpeg -i "Session - 10687 temp.mp4" -i "Session - 10687 temp.aac" -c copy "Session 10687 - Triage test failures with XCTIssue.mp4" | |
rm "Session - 10687 temp.mp4" | |
rm "Session - 10687 temp.aac" | |
ffmpeg -i https://devstreaming-cdn.apple.com/videos/wwdc/2020/10690/2/6AA6AAFC-AE61-4683-AC13-371B82DF9964/hvc_2160p_16800/prog_index.m3u8 -c copy "Session - 10690 temp.mp4" | |
ffmpeg -i https://devstreaming-cdn.apple.com/videos/wwdc/2020/10690/2/6AA6AAFC-AE61-4683-AC13-371B82DF9964/audio_english_192/prog_index.m3u8 -c copy "Session - 10690 temp.aac" | |
ffmpeg -i "Session - 10690 temp.mp4" -i "Session - 10690 temp.aac" -c copy "Session 10690 - 2020 Apple Design Awards.mp4" | |
rm "Session - 10690 temp.mp4" | |
rm "Session - 10690 temp.aac" | |
ffmpeg -i https://devstreaming-cdn.apple.com/videos/wwdc/2020/10691/2/A92788CB-81ED-4CCF-B6B1-4DD7A1F3E87D/hvc_2160p_16800/prog_index.m3u8 -c copy "Session - 10691 temp.mp4" | |
ffmpeg -i https://devstreaming-cdn.apple.com/videos/wwdc/2020/10691/2/A92788CB-81ED-4CCF-B6B1-4DD7A1F3E87D/audio_english_192/prog_index.m3u8 -c copy "Session - 10691 temp.aac" | |
ffmpeg -i "Session - 10691 temp.mp4" -i "Session - 10691 temp.aac" -c copy "Session 10691 - [email protected]" | |
rm "Session - 10691 temp.mp4" | |
rm "Session - 10691 temp.aac" | |
ffmpeg -i https://devstreaming-cdn.apple.com/videos/wwdc/2020/10692/3/5EDE3AEA-9F8A-4681-A198-071E2D4A6267/hvc_2160p_16800/prog_index.m3u8 -c copy "Session - 10692 temp.mp4" | |
ffmpeg -i https://devstreaming-cdn.apple.com/videos/wwdc/2020/10692/3/5EDE3AEA-9F8A-4681-A198-071E2D4A6267/audio_english_192/prog_index.m3u8 -c copy "Session - 10692 temp.aac" | |
ffmpeg -i "Session - 10692 temp.mp4" -i "Session - 10692 temp.aac" -c copy "Session 10692 - [email protected]" | |
rm "Session - 10692 temp.mp4" | |
rm "Session - 10692 temp.aac" | |
ffmpeg -i https://devstreaming-cdn.apple.com/videos/wwdc/2020/10693/5/6AE2C343-800F-4D53-AA3B-B66B82E54FEE/hvc_2160p_16800/prog_index.m3u8 -c copy "Session - 10693 temp.mp4" | |
ffmpeg -i https://devstreaming-cdn.apple.com/videos/wwdc/2020/10693/5/6AE2C343-800F-4D53-AA3B-B66B82E54FEE/audio_english_192/prog_index.m3u8 -c copy "Session - 10693 temp.aac" | |
ffmpeg -i "Session - 10693 temp.mp4" -i "Session - 10693 temp.aac" -c copy "Session 10693 - [email protected]" | |
rm "Session - 10693 temp.mp4" | |
rm "Session - 10693 temp.aac" | |
ffmpeg -i https://devstreaming-cdn.apple.com/videos/wwdc/2020/10694/2/533334C1-E3D7-425A-B669-FE559A9285E3/hvc_2160p_16800/prog_index.m3u8 -c copy "Session - 10694 temp.mp4" | |
ffmpeg -i https://devstreaming-cdn.apple.com/videos/wwdc/2020/10694/2/533334C1-E3D7-425A-B669-FE559A9285E3/audio_english_192/prog_index.m3u8 -c copy "Session - 10694 temp.aac" | |
ffmpeg -i "Session - 10694 temp.mp4" -i "Session - 10694 temp.aac" -c copy "Session 10694 - [email protected]" | |
rm "Session - 10694 temp.mp4" | |
rm "Session - 10694 temp.aac" | |
ffmpeg -i https://devstreaming-cdn.apple.com/videos/wwdc/2020/10695/2/BE62A1D8-BE87-4856-A79E-E8CB3DEA5AC1/hvc_2160p_16800/prog_index.m3u8 -c copy "Session - 10695 temp.mp4" | |
ffmpeg -i https://devstreaming-cdn.apple.com/videos/wwdc/2020/10695/2/BE62A1D8-BE87-4856-A79E-E8CB3DEA5AC1/audio_english_192/prog_index.m3u8 -c copy "Session - 10695 temp.aac" | |
ffmpeg -i "Session - 10695 temp.mp4" -i "Session - 10695 temp.aac" -c copy "Session 10695 - [email protected]" | |
rm "Session - 10695 temp.mp4" | |
rm "Session - 10695 temp.aac" | |
ffmpeg -i https://devstreaming-cdn.apple.com/videos/wwdc/2020/10969/3/B1D57739-6400-41B9-B07B-8D45C6935B12/hvc_2160p_16800/prog_index.m3u8 -c copy "Session - 10969 temp.mp4" | |
ffmpeg -i https://devstreaming-cdn.apple.com/videos/wwdc/2020/10969/3/B1D57739-6400-41B9-B07B-8D45C6935B12/audio_english_192/prog_index.m3u8 -c copy "Session - 10969 temp.aac" | |
ffmpeg -i "Session - 10969 temp.mp4" -i "Session - 10969 temp.aac" -c copy "Session 10969 - A conversation with the cast and creators of Mythic Quest - Raven's Banquet.mp4" | |
rm "Session - 10969 temp.mp4" | |
rm "Session - 10969 temp.aac" | |
ffmpeg -i https://devstreaming-cdn.apple.com/videos/wwdc/2020/10970/2/E58549F7-1B89-47E6-B569-083F8033815E/hvc_2160p_16800/prog_index.m3u8 -c copy "Session - 10970 temp.mp4" | |
ffmpeg -i https://devstreaming-cdn.apple.com/videos/wwdc/2020/10970/2/E58549F7-1B89-47E6-B569-083F8033815E/audio_english_192/prog_index.m3u8 -c copy "Session - 10970 temp.aac" | |
ffmpeg -i "Session - 10970 temp.mp4" -i "Session - 10970 temp.aac" -c copy "Session 10970 - A conversation with Lisa Jackson and former Attorney General Eric Holder.mp4" | |
rm "Session - 10970 temp.mp4" | |
rm "Session - 10970 temp.aac" | |
ffmpeg -i https://devstreaming-cdn.apple.com/videos/wwdc/2020/20022/1/9F3D5F57-29AF-4099-A158-8DE617C8759E/hvc_2160p_16800/prog_index.m3u8 -c copy "Session - 20022 temp.mp4" | |
ffmpeg -i https://devstreaming-cdn.apple.com/videos/wwdc/2020/20022/1/9F3D5F57-29AF-4099-A158-8DE617C8759E/audio_english_192/prog_index.m3u8 -c copy "Session - 20022 temp.aac" | |
ffmpeg -i "Session - 20022 temp.mp4" -i "Session - 20022 temp.aac" -c copy "Session 20022 - The winners of the 2020 Apple Design Awards.mp4" | |
rm "Session - 20022 temp.mp4" | |
rm "Session - 20022 temp.aac" |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment