ムービーが再生されない

起動時にUE4ロゴのムービーが流れるようにしていたのですが、
動画を編集して、UE4ロゴの後に会社のロゴも表示されるようにしたのですが、
そうしたら、ムービーが再生されなくなってしまいました。
確認すべき項目などありましたら、ご教授願えませんでしょうか。

8/22 追記

ログを見てみたら

[2018.08.21-04.50.17:000][  0]LogMoviePlayer: Initializing movie player
MediaExtractor: Autodetected media content as 'video/mp4' with confidence 0.40
MediaExtractor: media content as mime: 'video/mp4'
SampleTable: There are reordered frames present.
NuCachedSource2: new range: offset= 6656316
NuCachedSource2: caching reached eos.
(null): did not find width and/or height
MediaCodec: MediaCodec will operate in async mode
NvMMLiteOpen : Block : BlockType = 261 
[2018.08.21-04.50.18:000][  0]LogShaderLibrary: Display: Failed to load Shared Shader Library: Ragnarok and no native library supported.
[2018.08.21-04.50.18:000][  0]LogShaderLibrary: Display: Failed to load Shared Shader Library: Ragnarok_SC and no native library supported.
[2018.08.21-04.50.18:000][  0]LogRHI: Display: Failed to open default shader pipeline cache for Ragnarok using shader platform 25.
[2018.08.21-04.50.18:000][  0]LogInit: Using OS detected language (en-US).
[2018.08.21-04.50.18:000][  0]LogInit: Using OS detected locale (en-US).
[2018.08.21-04.50.18:000][  0]LogTextLocalizationManager: No localization for 'en-US' exists, so 'en' will be used for the language.
[2018.08.21-04.50.18:000][  0]LogTextLocalizationManager: No localization for 'en-US' exists, so 'en' will be used for the locale.
NvMMLiteBlockCreate : Block : BlockType = 261 
NuCachedSource2: new range: offset= 0
Allocating new output: 1920x1088 (x 2), ThumbnailMode = 0
OPENMAX: HandleNewStreamFormat: 3486: Send OMX_EventPortSettingsChanged : nFrameWidth = 1920, nFrameHeight = 1088 
NuCachedSource2: caching reached eos.

上記にある、
(null): did not find width and/or height
が気になりました。
これが影響しているのでしょうか。

動画はプロジェクトディレクトリの中にありますか?外にありますか?

動画は、プロジェクトディレクトリの中にあります。
コンテンツ>Movies フォルダの中に置いています。

自己解決しました。

サウンド/ON or OFF
フレームレート/60p or 59.94p
画像サイズ(1920×○)/1080 or 1088

という組み合わせで、動作確認して行ったところ、
画像サイズの縦サイズが、「1088」のものが、
正常に再生されました。