YUV2MOV2AVI Conversion

This converts YUV video to MOV and MOV to Uncompressed AVI
141 Downloads
Updated 31 Oct 2016

View License

Ganesh K Davanagere, 2ganesh@gmail.com
This is the implementation of YUV to AVI conversion.

%% YUV to AVI conversion
% This file converts YUV files to AVI files. YUV-->MOV-->AVI

% Dependancies yuv2mov.m,
%
%========================================================================
%
% Author : Ganesh K Davanagere
% Version : 1.0
% Modified: Ganesh K Davanagere
% Version: 1.
%
% The author is working as assistant professor at department of electronics and
% communication at Bapuji Institute of Engineering and Technology,
% Davanagere, Karnataka, India
% The author is research scholar working on video quality assessment
%
% Kindly report any suggestions or corrections to 2ganesh@gmail.com
%
%========================================================================
%
%This is an implementation of YUV to Uncompressed AVI conversion

%Input : YUV video
%Output: UNCOMPRESSED AVI video
%
% Steps
%
%1. Load the YUV video
%
%2. Extract the frames of YUV and convert each to MOV using YUV2MOV
%function
%
%3. Convert MOV to Uncompressed AVI by accessing each frame of MOV
%
%========================================================================

Cite As

Ganesh K Davanagege (2024). YUV2MOV2AVI Conversion (https://www.mathworks.com/matlabcentral/fileexchange/60029-yuv2mov2avi-conversion), MATLAB Central File Exchange. Retrieved .

MATLAB Release Compatibility
Created with R2015a
Compatible with any release
Platform Compatibility
Windows macOS Linux
Acknowledgements

Inspired by: YUV-File to Matlab-Movie

Community Treasure Hunt

Find the treasures in MATLAB Central and discover how the community can help you!

Start Hunting!
Version Published Release Notes
1.0.0.0