摘要: 如何编译引入x264 参考这里 正式编码 #include <stdint.h> #include <x264.h> #include <stdio.h> #include <unistd.h> #include <fcntl.h> #include <stdlib.h> #include <str 阅读全文
posted @ 2024-02-21 14:49 vx_guanchaoguo0 阅读(3) 评论(0) 推荐(0) 编辑
摘要: mp4 to yuv ffmpeg -i video1.mp4 video1.yuv 使用python直接播放yuv import cv2 import numpy as np def play_yuv(file_path, width, height): yuv_file = open(file_ 阅读全文
posted @ 2024-02-21 14:35 vx_guanchaoguo0 阅读(60) 评论(0) 推荐(0) 编辑