FFmpeg-encode-example:使用ffmpeg编码视频文件的例子

时间:2021-07-02 02:23:51
【文件属性】:
文件名称:FFmpeg-encode-example:使用ffmpeg编码视频文件的例子
文件大小:10.22MB
文件格式:ZIP
更新时间:2021-07-02 02:23:51
c ffmpeg example C++ FFMpeg-encode-example 示例如何使用 ffmpeg 解码视频文件。 链接到有关文章。 程序创建带声音的视频。 以下是示例设置: // Frame size. #define W_VIDEO 320 #define H_VIDEO 240 // Output file name. #define FILE_NAME "c:\\temp\\1.avi" // Cound of frames in output file. #define FRAME_COUNT 150 // Container. #define CONTAINER "auto" 容器 - 我们将使用哪个容器。 “自动” - 使用文件扩展名。 另一个值是:“avi”、“mp4”、“mpeg”、“wmv”、“mov”。

网友评论