ffmpeg-player

所属分类:流媒体/Mpeg4/MP4
开发工具:C
文件大小:2778KB
下载次数:0
上传日期:2022-12-28 09:28:41
上 传 者sh-1993
说明:  ffmpeg播放器,,
(ffmpeg-player,,)

文件列表:
Makefile (116, 2017-02-04)
build (0, 2017-02-04)
bunny_1080p.mp4 (2848840, 2017-02-04)
part1.c (7538, 2017-02-04)

# Intro This follows the tutorial on http://dranger.com/ffmpeg/tutorial01.html but using a most up to date ffmpeg libraries. (ie: ffmpeg/swscale become libswscale/swscale) This was tested with `MacOSx 10.12.3`, `ffmpeg 3.2.2` and `GCC stable 6.3.0` but I think you can run it on linux and even windows (with a few caveats). ## FFmpeg API documentation for this version https://www.ffmpeg.org/doxygen/3.2/index.html ## Basic terminology * **Container** - a wrapper, providing sync, metadata and muxing for the streams. * **Stream** - a continuous stream (audio and video) of data over time, the data itself are the frames, each stream is encoded by a different codec. * **Codec** - defines how data are COded and DECoded. * **Packet** - are the data decoded as raw frames (for this simple explanation), one frame for video and multiple for audio.

近期下载者

相关文件


收藏者