摘要:
如何编译引入x264 参考这里 正式编码 #include <stdint.h> #include <x264.h> #include <stdio.h> #include <unistd.h> #include <fcntl.h> #include <stdlib.h> #include <str 阅读全文
摘要:
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_ 阅读全文