

Guessed Channel Layout for Input Stream #0.6 : mono Guessed Channel Layout for Input Stream #0.5 : mono Guessed Channel Layout for Input Stream #0.4 : mono Guessed Channel Layout for Input Stream #0.3 : mono Guessed Channel Layout for Input Stream #0.2 : mono Guessed Channel Layout for Input Stream #0.1 : mono Log: ffmpeg version 4.1 Copyright (c) 2000-2018 the FFmpeg developersĬonfiguration: -prefix=/usr -libdir=/usr/lib64 -disable-debug -disable-stripping -enable-shared -disable-static -enable-avisynth -enable-avresample -enable-gcrypt -enable-gpl -enable-libaom -enable-libass -enable-libbluray -enable-libcaca -enable-libcdio -enable-libfdk-aac -enable-libfontconfig -enable-libfreetype -enable-libfribidi -enable-libmp3lame -enable-libopus -enable-libpulse -enable-libsnappy -enable-libspeex -enable-libssh -enable-libtheora -enable-libtwolame -enable-libv4l2 -enable-libvorbis -enable-libvpx -enable-libwebp -enable-libx264 -enable-libx265 -enable-libxvid -enable-libzimg -enable-nonfree -enable-nvdec -enable-nvenc -enable-openal -enable-opengl -enable-openssl -enable-sdl2 -enable-version3

Here's the log for: ffmpeg -i input.mxf -pix_fmt yuv420p -c:v libx264 -preset fast -crf 22 -c:a aac -b:a 192k -movflags +faststart test.mp4 If you need something to investigate (terminal output, file info.), let me know. Now when I take a random MP4 testfile, convert it via the above command and upload it, it plays without issue. I can convert it with, for example: ffmpeg -i input.mxf -c:v libx264 -preset fast -crf 22 -c:a aac -b:a 192k output.mp4Īnd it does play in mediaplayers on my computer, but in OneDrive in Chrome I get the error message: "Sorry, there was a problem loading the video."

Trying to convert a large MXF (well, large for its playtime 1.1GB, 2:36 minutes) into a reasonably small MP4 file to host on OneDrive (business). Solution ffmpeg -i input.mxf -pix_fmt yuv420p -c:v libx264 -preset fast -crf 22 -c:a aac -b:a 192k -movflags +faststart test.mp4
