If you want to listen to the episode as a podcast or extract the soundtrack:

Show Description El Presidente, which premiered in 2020, offered viewers a satirical take on the story of the 2015 FIFA-Gate corru... Amazon MGM Studios Press Site FFmpeg Commands Guide Some FFmpeg Commands * How to Add Multiple Videos into One Video. ffmpeg -f concat -i list.txt -c copy out.mp4. ... * How to Recor... elbachir.org Show all Action FFmpeg Command Extract Audio ffmpeg -i input.mp4 -vn -acodec copy audio.mp3 Trim Video ffmpeg -i input.mp4 -ss 00:01:00 -to 00:05:00 -c copy output.mp4 Change Bitrate ffmpeg -i input.mp4 -b:v 1000k -b:a 128k output.mp4 Extract Frames ffmpeg -i input.mp4 -vf "select=gt(scene,0.2)" -vsync vfr out%d.jpg Remove Audio ffmpeg -i input.mp4 -an -c:v copy output.mp4 Get Metadata ffprobe -v quiet -print_format json -show_format input.mp4 For general troubleshooting, use