H.264 Baseline Codec [reading and writing videos]

This codes are based on H.264 Baseline Codec done by Dr. Abdullah Al Muhit
4,1K téléchargements
Mise à jour 27 jan. 2014

Afficher la licence

This is an slightly updated version of Dr. Abdullah Al Muhit H.264 baseline codec. It includes I, P frames, CAVLC coder, Exp Golomb Coder, integer transform and other basic functionalities of H.264 or MPEG-4 AVC (Advanced Video Coding).

This version reads any sequence of video frames compatible with Matlab (I used xylophone.mpg, available in matlab). The modified codec could save and play the original and decoded video and many other simple options (re-sizing and storing).

Citation pour cette source

Khalfan Almarashda (2025). H.264 Baseline Codec [reading and writing videos] (https://fr.mathworks.com/matlabcentral/fileexchange/45151-h-264-baseline-codec-reading-and-writing-videos), MATLAB Central File Exchange. Extrait(e) le .

Compatibilité avec les versions de MATLAB
Créé avec R2012b
Compatible avec toutes les versions
Plateformes compatibles
Windows macOS Linux
Remerciements

Inspiré par : H.264 Baseline Codec v2

Community Treasure Hunt

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

Start Hunting!
Version Publié le Notes de version
1.1.0.0

I removed some unnecessary function and commands

1.0.0.0