( ffmpeg .input(input_file) .output(output_file, vcodec='libopenh264', acodec='aac') .run() )
“Add OpenH264 software decoding fallback for H.264 videos (including Outlander S05E03) when hardware decoding is unavailable.” Implementation approach (using FFmpeg + OpenH264): outlander s05e03 openh264
It sounds like you're looking to develop a feature related to (the open-source H.264 video codec from Cisco) in the context of Outlander Season 5, Episode 3. ( ffmpeg