Created
October 23, 2020 20:40
-
-
Save dmthomas/75bc7e8192b8564d53f48a70777b98a3 to your computer and use it in GitHub Desktop.
Apple October 2020 Tech Talks 1080p, 1440p, 2160p
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
#I broke the audio out separately because it's the same stream regardless of which video resolution you choose. | |
#Integrate SiriKit Media Intents with HomePod | |
#audio for all | |
ffmpeg -i https://devstreaming-cdn.apple.com/videos/tech-talks/10854/1/55EB61AC-6A57-452A-924C-75AA0D8B0201/tech-talks-10854/aac/lc_192/aac_lc_192.m3u8 -c copy "Integrate SiriKit Media Intents with HomePod temp.aac" | |
#h265 1080p | |
ffmpeg -i https://devstreaming-cdn.apple.com/videos/tech-talks/10854/1/55EB61AC-6A57-452A-924C-75AA0D8B0201/tech-talks-10854/hvc/1080p_5800/hvc_1080p_5800.m3u8 -c copy "Integrate SiriKit Media Intents with HomePod (1080p) temp.mp4" | |
ffmpeg -i "Integrate SiriKit Media Intents with HomePod (1080p) temp.mp4" -i "Integrate SiriKit Media Intents with HomePod temp.aac" -c copy "Integrate SiriKit Media Intents with HomePod (1080p).mp4" | |
#h265 1440p | |
ffmpeg -i https://devstreaming-cdn.apple.com/videos/tech-talks/10854/1/55EB61AC-6A57-452A-924C-75AA0D8B0201/tech-talks-10854/hvc/1440p_8100/hvc_1440p_8100.m3u8 -c copy "Integrate SiriKit Media Intents with HomePod (1440p) temp.mp4" | |
ffmpeg -i "Integrate SiriKit Media Intents with HomePod (1440p) temp.mp4" -i "Integrate SiriKit Media Intents with HomePod temp.aac" -c copy "Integrate SiriKit Media Intents with HomePod (1440p).mp4" | |
#h265 2160p | |
ffmpeg -i https://devstreaming-cdn.apple.com/videos/tech-talks/10854/1/55EB61AC-6A57-452A-924C-75AA0D8B0201/tech-talks-10854/hvc/2160p_16800/hvc_2160p_16800.m3u8 -c copy "Integrate SiriKit Media Intents with HomePod (2160p) temp.mp4" | |
ffmpeg -i "Integrate SiriKit Media Intents with HomePod (2160p) temp.mp4" -i "Integrate SiriKit Media Intents with HomePod temp.aac" -c copy "Integrate SiriKit Media Intents with HomePod (2160p).mp4" | |
#Discover Metal enhancements for A14 Bionic | |
#audio for all | |
ffmpeg -i https://devstreaming-cdn.apple.com/videos/tech-talks/10858/1/08391F14-3E73-4C91-B07F-3123FA9AFAA2/tech-talks-10858/aac/lc_192/aac_lc_192.m3u8 -c copy "Discover Metal enhancements for A14 Bionic temp.aac" | |
#h265 1080p | |
ffmpeg -i https://devstreaming-cdn.apple.com/videos/tech-talks/10858/1/08391F14-3E73-4C91-B07F-3123FA9AFAA2/tech-talks-10858/hvc/1080p_5800/hvc_1080p_5800.m3u8 -c copy "Discover Metal enhancements for A14 Bionic (1080p) temp.mp4" | |
ffmpeg -i "Discover Metal enhancements for A14 Bionic (1080p) temp.mp4" -i "Discover Metal enhancements for A14 Bionic temp.aac" -c copy "Discover Metal enhancements for A14 Bionic (1080p).mp4" | |
#h265 1440p | |
ffmpeg -i https://devstreaming-cdn.apple.com/videos/tech-talks/10858/1/08391F14-3E73-4C91-B07F-3123FA9AFAA2/tech-talks-10858/hvc/1440p_8100/hvc_1440p_8100.m3u8 -c copy "Discover Metal enhancements for A14 Bionic (1440p) temp.mp4" | |
ffmpeg -i "Discover Metal enhancements for A14 Bionic (1440p) temp.mp4" -i "Discover Metal enhancements for A14 Bionic temp.aac" -c copy "Discover Metal enhancements for A14 Bionic (1440p).mp4" | |
#h265 2160p | |
ffmpeg -i https://devstreaming-cdn.apple.com/videos/tech-talks/10858/1/08391F14-3E73-4C91-B07F-3123FA9AFAA2/tech-talks-10858/hvc/2160p_16800/hvc_2160p_16800.m3u8 -c copy "Discover Metal enhancements for A14 Bionic (2160p) temp.mp4" | |
ffmpeg -i "Discover Metal enhancements for A14 Bionic (2160p) temp.mp4" -i "Discover Metal enhancements for A14 Bionic temp.aac" -c copy "Discover Metal enhancements for A14 Bionic (2160p).mp4" | |
#Explore Live GPU Profiling with Metal Counters | |
#audio for all | |
ffmpeg -i https://devstreaming-cdn.apple.com/videos/tech-talks/10001/2/A748AC55-864E-48CF-B172-6E89420DB959/tech-talks-10001/aac/lc_192/aac_lc_192.m3u8 -c copy "Explore Live GPU Profiling with Metal Counters temp.aac" | |
#h265 1080p | |
ffmpeg -i https://devstreaming-cdn.apple.com/videos/tech-talks/10001/2/A748AC55-864E-48CF-B172-6E89420DB959/tech-talks-10001/hvc/1080p_5800/hvc_1080p_5800.m3u8 -c copy "Explore Live GPU Profiling with Metal Counters (1080p) temp.mp4" | |
ffmpeg -i "Explore Live GPU Profiling with Metal Counters (1080p) temp.mp4" -i "Explore Live GPU Profiling with Metal Counters temp.aac" -c copy "Explore Live GPU Profiling with Metal Counters (1080p).mp4" | |
#h265 1440p | |
ffmpeg -i https://devstreaming-cdn.apple.com/videos/tech-talks/10001/2/A748AC55-864E-48CF-B172-6E89420DB959/tech-talks-10001/hvc/1440p_8100/hvc_1440p_8100.m3u8 -c copy "Explore Live GPU Profiling with Metal Counters (1440p) temp.mp4" | |
ffmpeg -i "Explore Live GPU Profiling with Metal Counters (1440p) temp.mp4" -i "Explore Live GPU Profiling with Metal Counters temp.aac" -c copy "Explore Live GPU Profiling with Metal Counters (1440p).mp4" | |
#h265 2160p | |
ffmpeg -i https://devstreaming-cdn.apple.com/videos/tech-talks/10001/2/A748AC55-864E-48CF-B172-6E89420DB959/tech-talks-10001/hvc/2160p_16800/hvc_2160p_16800.m3u8 -c copy "Explore Live GPU Profiling with Metal Counters (2160p) temp.mp4" | |
ffmpeg -i "Explore Live GPU Profiling with Metal Counters (2160p) temp.mp4" -i "Explore Live GPU Profiling with Metal Counters temp.aac" -c copy "Explore Live GPU Profiling with Metal Counters (2160p).mp4" |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment