压缩工具ffmpeg,片源35秒10bit h265,1080p视频,画质控制qp=22 送TA礼物 1楼2019-08-24 09:16回复 flyabcdefg321 三年级 6 结果(文件大小):h264软件压缩,中速(medium),8bit,1080p : 28.3mh264软件压缩,中速(medium),10bit,1080p : 107.3mh264软件压缩,非常慢(veryslow),8bit,1080p : 26.8mh264...
Now convert the video to a raw sequence of YUV 4:2:0 frames, all packed into one monolithic file. This file will be uncompressed so a large number of frames will take a lot of space. FFmpeg is the usual choice for this: ffmpeg -i video.mp4 -c:v rawvideo -pix_fmt nv12 video.yuv...
apt install -y git ffmpeg nodejs vim nvidia-driver-520 && \ npm install FallingSnow/h265ize --global && \ apt remove git -y && \ apt autoremove -y && \ mkdir /input && mkdir /output VOLUME ["/input", "/output"] WORKDIR /h265ize ENTRYPOINT ["/usr/local/bin/h265ize", "/inpu...
RUN apk add --no-cache --update-cache git ffmpeg && \ npm install FallingSnow/h265ize --global --no-optional && \ apk del git && \ mkdir /input && mkdir /output && \ rm /var/cache/apk/* VOLUME ["/input", "/output"] WORKDIR /h265ize ENTRYPOINT ["/usr/local/bin/h265ize",...