Outlander S01e09 Openh264

Meanwhile, at Castle Leoch, the Jacobite cause continues to simmer. Jamie must navigate the internal power struggle between Colum and Dougal MacKenzie while resisting the advances of a scorned Laoghaire. The Technology: OpenH264

Here is the (major spoilers ahead).

#include <openh264/codec_api.h> #include <stdio.h> outlander s01e09 openh264

// ... feed raw YUV frames with encoder->EncodeFrame() // Remember to call encoder->Uninitialize() and WelsDestroySVCEncoder(). Meanwhile, at Castle Leoch, the Jacobite cause continues

Colum MacKenzie announces a gathering of the clans to discuss the growing Jacobite unrest. Jamie, as laird of Lallybroch (though currently an outlaw), is expected to attend. Claire is still treated as an outsider, but she begins to realize that her actions have political consequences: her escape attempt could have sparked a war between the MacKenzies and the British. #include &lt;openh264/codec_api

// Set basic parameters SEncParamExt param = 0; encoder->GetDefaultParams(encoder, ¶m); param.iPicWidth = 1280; param.iPicHeight = 720; param.iTargetBitrate = 1500000; param.iRCMode = RC_BITRATE_MODE; encoder->Initialize(encoder, ¶m);

I'm assuming you're referring to the 9th episode of Season 1 of the Outlander TV series.