I often need to call external command line tools from MATLAB to carry out various specialized tasks. Here I plan to make a utility that calls the FFmpeg tool to concatenate video files.
Features covered in this code-along style video include:
if (typeof(playerLoaded) === 'undefined') {var playerLoaded = false;}(function isVideojsDefined() {if (typeof(videojs) !== 'undefined') {videojs("mathworks-brightcove-player").on('loadedmetadata', function() {playerLoaded = true;});} else {setTimeout(isVideojsDefined, 10);}})();
Play the video in full screen mode for a better viewing experience.