YUV2MOV2AVI Conversion
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
Platform Compatibility
Windows macOS LinuxCategories
- Image Processing and Computer Vision > Image Processing Toolbox > Import, Export, and Conversion > Image Type Conversion >
Tags
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!Discover Live Editor
Create scripts with code, output, and formatted text in a single executable document.
YUV2MOV2AVI/
Version | Published | Release Notes | |
---|---|---|---|
1.0.0.0 |